public interface IERXRestDelegate
| Modifier and Type | Interface and Description |
|---|---|
static class |
IERXRestDelegate.Factory
A Factory for creating IERXRestDelegates.
|
| 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.
|
java.lang.Object primaryKeyForObject(java.lang.Object obj,
ERXRestContext context)
obj - the object to return a pk forjava.lang.Object createObjectOfEntityWithID(EOClassDescription entity, java.lang.Object id, ERXRestContext context)
entity - the entityjava.lang.Object objectOfEntityWithID(EOClassDescription entity, java.lang.Object id, ERXRestContext context)
entity - the entityid - the ID of the objectboolean __hasNumericPrimaryKeys(EOClassDescription classDescription)
classDescription - the class description in questionCopyright © 2002 – 2022 Project Wonder.