Methods in er.rest.entityDelegates with parameters of type ERXRestRequest |
void |
IERXRestDelegate.delete(ERXRestRequest deleteRequest,
ERXRestContext context)
Deletes the given object (NSArray of EOEnterpriseObject). |
void |
ERXDefaultRestDelegate.delete(ERXRestRequest deleteRequest,
ERXRestContext context)
|
ERXRestKey |
IERXRestDelegate.insert(ERXRestRequest insertRequest,
ERXRestContext context)
Creates the objects defined by the XML document (which can contain a single object or an array inserts). |
ERXRestKey |
ERXDefaultRestDelegate.insert(ERXRestRequest insertRequest,
ERXRestContext context)
|
protected ERXRestKey |
ERXDefaultRestDelegate.insertInto(com.webobjects.eoaccess.EOEntity entity,
ERXRestRequest insertRequest,
com.webobjects.eoaccess.EOEntity parentEntity,
com.webobjects.eocontrol.EOEnterpriseObject parentObject,
java.lang.String parentKey,
ERXRestContext context)
|
ERXRestKey |
IERXRestDelegate.process(ERXRestRequest restRequest,
ERXRestContext context)
Inserts or updates the objects defined by the XML document. |
ERXRestKey |
ERXDefaultRestDelegate.process(ERXRestRequest restRequest,
ERXRestContext context)
|
void |
IERXRestDelegate.update(ERXRestRequest updateRequest,
ERXRestContext context)
Updates the objects defined by the XML document (which can contain partial updates or array updates). |
void |
ERXDefaultRestDelegate.update(ERXRestRequest updateRequest,
ERXRestContext context)
|
ERXRestKey |
IERXRestDelegate.view(ERXRestRequest restRequest,
ERXRestContext restContext)
Views the object defined by the incoming url. |
ERXRestKey |
ERXDefaultRestDelegate.view(ERXRestRequest restRequest,
ERXRestContext restContext)
|