public class ERXEORestDelegate extends ERXAbstractRestDelegate
IERXRestDelegate.Factory| Constructor and Description |
|---|
ERXEORestDelegate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
__hasNumericPrimaryKeys(EOClassDescription classDescription)
This API will likely change.
|
java.lang.Object |
createObjectOfEntityWithID(EOClassDescription entity,
java.lang.Object id,
ERXRestContext context)
Creates a new instance of the entity.
|
java.lang.Object |
objectOfEntityWithID(EOClassDescription entity,
java.lang.Object id,
ERXRestContext context)
Returns the object with the given entity and ID.
|
java.lang.Object |
primaryKeyForObject(java.lang.Object obj,
ERXRestContext context)
Returns the primary key for the specified object.
|
public boolean __hasNumericPrimaryKeys(EOClassDescription classDescription)
IERXRestDelegate__hasNumericPrimaryKeys in interface IERXRestDelegate__hasNumericPrimaryKeys in class ERXAbstractRestDelegateclassDescription - the class description in questionpublic java.lang.Object createObjectOfEntityWithID(EOClassDescription entity, java.lang.Object id, ERXRestContext context)
IERXRestDelegateentity - the entitypublic java.lang.Object primaryKeyForObject(java.lang.Object obj,
ERXRestContext context)
IERXRestDelegateobj - the object to return a pk forpublic java.lang.Object objectOfEntityWithID(EOClassDescription entity, java.lang.Object id, ERXRestContext context)
IERXRestDelegateentity - the entityid - the ID of the objectCopyright © 2002 – 2022 Project Wonder.