|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IERXRestDelegate
The delegate interface used to convert objects to and from request nodes.
Nested Class Summary | |
---|---|
static class |
IERXRestDelegate.Factory
A Factory for creating IERXRestDelegates. |
Method Summary | |
---|---|
boolean |
__hasNumericPrimaryKeys(com.webobjects.eocontrol.EOClassDescription classDescription)
This API will likely change. |
java.lang.Object |
createObjectOfEntityWithID(com.webobjects.eocontrol.EOClassDescription entity,
java.lang.Object id)
Creates a new instance of the entity. |
java.lang.Object |
objectOfEntityWithID(com.webobjects.eocontrol.EOClassDescription entity,
java.lang.Object id)
Returns the object with the given entity and ID. |
java.lang.Object |
primaryKeyForObject(java.lang.Object obj)
Returns the primary key for the specified object. |
void |
setEditingContext(com.webobjects.eocontrol.EOEditingContext editingContext)
Sets the editing context fort his rest delegate (which might not be necessary, but EO delegates require it). |
Method Detail |
---|
void setEditingContext(com.webobjects.eocontrol.EOEditingContext editingContext)
editingContext
- the editing context for this delegatejava.lang.Object primaryKeyForObject(java.lang.Object obj)
obj
- the object to return a pk for
java.lang.Object createObjectOfEntityWithID(com.webobjects.eocontrol.EOClassDescription entity, java.lang.Object id)
entity
- the entity
java.lang.Object objectOfEntityWithID(com.webobjects.eocontrol.EOClassDescription entity, java.lang.Object id)
entity
- the entityid
- the ID of the object
boolean __hasNumericPrimaryKeys(com.webobjects.eocontrol.EOClassDescription classDescription)
classDescription
- the class description in question
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |