Project Wonder 5.0

Uses of Class
er.rest.entityDelegates.ERXRestRequest

Packages that use ERXRestRequest
er.directtorest   
er.rest.entityDelegates   
 

Uses of ERXRestRequest in er.directtorest
 

Methods in er.directtorest with parameters of type ERXRestRequest
 void ERD2RestDelegate.delete(ERXRestRequest restRequest, ERXRestContext restContext)
           
 ERXRestKey ERD2RestDelegate.insert(ERXRestRequest restRequest, ERXRestContext restContext)
           
 void ERD2RestDelegate.update(ERXRestRequest restRequest, ERXRestContext restContext)
           
protected  void ERD2RestDelegate.updateDynamicPage(java.lang.String task, ERXRestRequest restRequest, ERXRestContext restContext)
           
 ERXRestKey ERD2RestDelegate.view(ERXRestRequest restRequest, ERXRestContext restContext)
           
 

Uses of ERXRestRequest in er.rest.entityDelegates
 

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)
           
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.