
Public Member Functions | |
| boolean | __hasNumericPrimaryKeys (EOClassDescription classDescription) |
| ERXEORestDelegate () | |
Protected Member Functions | |
| Object | _createObjectOfEntityWithID (EOClassDescription entity, Object id) |
| Object | _fetchObjectOfEntityWithID (EOClassDescription entity, Object id) |
| boolean | _isDelegateForEntity (EOClassDescription entity) |
| Object | _primaryKeyForObject (EOClassDescription entity, Object obj) |
| boolean __hasNumericPrimaryKeys | ( | EOClassDescription | classDescription | ) |
This API will likely change. Override if you have to for now, but I'm not sure if it makes more sense to return an array of pk classes, a map of pk to pk class, this boolean, or an array of pk attribute names. If we return pk names, we could probably get rid of primaryKeyForObject, or at least fully implement it in ERXAbstractRestDelegate, but I don't want to fully commit to this API yet. In the meantime, this at least provides a stapgap for automatic registration.
| classDescription | the class description in question |
Reimplemented from ERXAbstractRestDelegate.
| Object _createObjectOfEntityWithID | ( | EOClassDescription | entity, | |
| Object | id | |||
| ) | [protected, virtual] |
Implements ERXAbstractRestDelegate.
| Object _fetchObjectOfEntityWithID | ( | EOClassDescription | entity, | |
| Object | id | |||
| ) | [protected, virtual] |
Implements ERXAbstractRestDelegate.
| boolean _isDelegateForEntity | ( | EOClassDescription | entity | ) | [protected, virtual] |
Implements ERXAbstractRestDelegate.
| Object _primaryKeyForObject | ( | EOClassDescription | entity, | |
| Object | obj | |||
| ) | [protected, virtual] |
Implements ERXAbstractRestDelegate.
1.5.8