Project Wonder 5.0

Uses of Class
er.rest.ERXRestException

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

Uses of ERXRestException in er.directtorest
 

Methods in er.directtorest that throw ERXRestException
 void ERD2RestDelegate.delete(ERXRestRequest restRequest, ERXRestContext restContext)
           
 boolean ERD2RestDefaultEntityDelegate.displayDetails(ERXRestKey key, ERXRestContext context)
           
 java.lang.String[] ERD2RestDefaultEntityDelegate.displayProperties(ERXRestKey key, boolean allProperties, boolean allToMany, ERXRestContext context)
           
 void ERD2RestDefaultEntityDelegate.inserted(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
           
 com.webobjects.foundation.NSArray ERD2RestDefaultEntityDelegate.objectsForEntity(com.webobjects.eoaccess.EOEntity entity, ERXRestContext context)
           
 void ERD2RestDelegate.update(ERXRestRequest restRequest, ERXRestContext restContext)
           
 void ERD2RestDefaultEntityDelegate.updated(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
           
 com.webobjects.foundation.NSArray ERD2RestDefaultEntityDelegate.visibleObjects(com.webobjects.eoaccess.EOEntity parentEntity, java.lang.Object parentObject, java.lang.String parentKey, com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray objects, ERXRestContext context)
           
 

Uses of ERXRestException in er.rest.entityDelegates
 

Methods in er.rest.entityDelegates that throw ERXRestException
static java.lang.String ERXAbstractRestEntityDelegate._cascadingValue(ERXRestKey cascadingKey, java.lang.String propertyPrefix, java.lang.String propertySuffix)
           
static boolean ERXAbstractRestEntityDelegate._displayDetailsFromProperties(ERXRestKey result)
           
static java.lang.String[] ERXAbstractRestEntityDelegate._displayPropertiesFromProperties(ERXRestKey result, boolean displayAllProperties, boolean displayAllToMany)
           
protected  void ERXRestKey._extend(ERXRestKey nextKey, boolean clone)
          Extends this key to the next key (optionally cloning).
protected  ERXRestKey ERXRestKey._extendWithoutClone(java.lang.String key)
          Extends this key "in-place" to the next key in the path.
protected  com.webobjects.eocontrol.EOEnterpriseObject ERXAbstractRestEntityDelegate._objectWithKey(com.webobjects.eoaccess.EOEntity entity, java.lang.String key, ERXRestContext context)
           
protected  void ERXAbstractRestEntityDelegate._updateArrayFromDocument(com.webobjects.eoaccess.EOEntity parentEntity, com.webobjects.eocontrol.EOEnterpriseObject parentObject, java.lang.String attributeName, com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray currentObjects, com.webobjects.foundation.NSArray toManyNodes, ERXRestContext context)
           
 void ERXAbstractRestEntityDelegate._updatePropertiesFromDocument(boolean inserting, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestRequestNode eoNode, ERXRestContext context)
           
 void ERXAbstractRestEntityDelegate._updateRelationshipFromDocument(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, com.webobjects.eoaccess.EORelationship relationship, ERXRestRequestNode relationshipNode, ERXRestContext context)
           
protected  java.lang.Object ERXRestKey._value(boolean checkToOnePermissions)
          Returns (possibly fetching) the destination value of this key.
protected  void ERXAbstractRestResponseWriter.appendArrayToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected  void ERXXmlRestResponseWriter.appendArrayToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, java.lang.String arrayName, java.lang.String entityName, com.webobjects.foundation.NSArray valueKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected  void ERXDictionaryRestResponseWriter.appendArrayToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, java.lang.String arrayName, java.lang.String entityName, com.webobjects.foundation.NSArray valueKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected abstract  void ERXAbstractRestResponseWriter.appendArrayToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey key, java.lang.String arrayName, java.lang.String entityName, com.webobjects.foundation.NSArray valueKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
          Writes the given array of objects to the response.
protected  void ERXXmlRestResponseWriter.appendDetailsToResponse(ERXRestContext context, IERXRestResponse response, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, java.lang.String objectName, java.lang.String entityName, java.lang.Object id, com.webobjects.foundation.NSArray displayKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected  void ERXDictionaryRestResponseWriter.appendDetailsToResponse(ERXRestContext context, IERXRestResponse response, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, java.lang.String objectName, java.lang.String entityName, java.lang.Object id, com.webobjects.foundation.NSArray displayKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected abstract  void ERXAbstractRestResponseWriter.appendDetailsToResponse(ERXRestContext context, IERXRestResponse response, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, java.lang.String objectName, java.lang.String entityName, java.lang.Object id, com.webobjects.foundation.NSArray displayKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
          Writes the visible details of an object to the response.
protected  void ERXAbstractRestResponseWriter.appendDictionaryToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected  void ERXXmlRestResponseWriter.appendPrimitiveToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, java.lang.Object value)
           
protected  void ERXDictionaryRestResponseWriter.appendPrimitiveToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, java.lang.Object value)
           
protected abstract  void ERXAbstractRestResponseWriter.appendPrimitiveToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, java.lang.Object value)
          Writes the bare primitive out to the response.
 void IERXRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
          Called at the end of a request to produce the output to the user.
 void ERXXmlRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
           
 void ERXPListRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
           
 void ERXJSONRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
           
 void ERXAbstractRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
           
protected  void ERXAbstractRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
static java.lang.String ERXAbstractRestEntityDelegate.cascadingValue(ERXRestKey result, java.lang.String propertyPrefix, java.lang.String propertySuffix, java.lang.String defaultValue)
           
protected  ERXRestKey ERXRestKey.cloneKey(boolean clonePrevious, boolean cloneNext)
          Returns a clone of this key, optionally also cloning back up the keypath.
protected  ERXRestKey ERXRestKey.cloneKeyWithNewEntity(com.webobjects.eoaccess.EOEntity entity, boolean clonePrevious, boolean cloneNext)
          Returns a clone of this key, optionally also cloning back up the keypath.
 void IERXRestEntityDelegate.delete(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
          Deletes the given object.
 void ERXUnsafeReadOnlyRestEntityDelegate.delete(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
           
 void ERXDenyRestEntityDelegate.delete(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
           
 void ERXAbstractRestEntityDelegate.delete(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
           
 void IERXRestDelegate.delete(ERXRestRequest deleteRequest, ERXRestContext context)
          Deletes the given object (NSArray of EOEnterpriseObject).
 void ERXDefaultRestDelegate.delete(ERXRestRequest deleteRequest, ERXRestContext context)
           
protected  boolean ERXAbstractRestResponseWriter.displayDetails(ERXRestContext context, ERXRestKey key)
          Returns whether or not the details (i.e.
 boolean IERXRestEntityDelegate.displayDetails(ERXRestKey key, ERXRestContext context)
           
 boolean ERXAbstractRestEntityDelegate.displayDetails(ERXRestKey key, ERXRestContext context)
           
protected  java.lang.String[] ERXAbstractRestResponseWriter.displayProperties(ERXRestContext context, ERXRestKey key)
          Returns the set of properties that can be displayed for the given key.
 java.lang.String[] IERXRestEntityDelegate.displayProperties(ERXRestKey key, boolean allProperties, boolean allToMany, ERXRestContext context)
           
 java.lang.String[] ERXDenyRestEntityDelegate.displayProperties(ERXRestKey key, boolean allProperties, boolean allToMany, ERXRestContext context)
           
 java.lang.String[] ERXAbstractRestEntityDelegate.displayProperties(ERXRestKey key, boolean allProperties, boolean allToMany, ERXRestContext context)
           
 ERXRestKey ERXRestKey.extend(java.lang.String key)
          Clones and extends this key to the next key in a path.
 ERXRestKey ERXRestKey.extend(java.lang.String key, java.lang.Object value)
          Clones and extends this key to the next key in a path with the given cached value.
 java.lang.String IERXRestEntityDelegate.formatAttributeValue(com.webobjects.eoaccess.EOEntity entity, java.lang.Object object, java.lang.String attributeName, java.lang.Object attributeValue)
          Coerce the given value into a String for use in the restful response.
 java.lang.String ERXDenyRestEntityDelegate.formatAttributeValue(com.webobjects.eoaccess.EOEntity entity, java.lang.Object object, java.lang.String attributeName, java.lang.Object attributeValue)
           
 java.lang.String ERXAbstractRestEntityDelegate.formatAttributeValue(com.webobjects.eoaccess.EOEntity entity, java.lang.Object object, java.lang.String attributeName, java.lang.Object attributeValue)
           
 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)
           
 void ERXUnsafeReadOnlyRestEntityDelegate.inserted(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
           
 void ERXStandardRestEntityDelegate.inserted(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
          Default empty implementation.
 void ERXDenyRestEntityDelegate.inserted(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
           
abstract  void ERXAbstractRestEntityDelegate.inserted(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
          Called after performing the user's requested insert.
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)
           
 com.webobjects.eocontrol.EOEnterpriseObject IERXRestEntityDelegate.insertObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode insertNode, com.webobjects.eoaccess.EOEntity parentEntity, com.webobjects.eocontrol.EOEnterpriseObject parentObject, java.lang.String parentKey, ERXRestContext context)
          Insert a new object of the given type into a parent object's keypath from an XML document.
 com.webobjects.eocontrol.EOEnterpriseObject ERXDenyRestEntityDelegate.insertObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode insertNode, com.webobjects.eoaccess.EOEntity parentEntity, com.webobjects.eocontrol.EOEnterpriseObject parentObject, java.lang.String parentKey, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject ERXAbstractRestEntityDelegate.insertObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode insertNode, com.webobjects.eoaccess.EOEntity parentEntity, com.webobjects.eocontrol.EOEnterpriseObject parentObject, java.lang.String parentKey, ERXRestContext context)
           
 com.webobjects.eoaccess.EOEntity ERXRestKey.nextEntity()
          Returns the next entity in this key path (i.e.
 com.webobjects.eocontrol.EOEnterpriseObject IERXRestEntityDelegate.objectForNode(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode node, ERXRestContext context)
          Returns the object that is associated with the given node.
 com.webobjects.eocontrol.EOEnterpriseObject ERXDenyRestEntityDelegate.objectForNode(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode node, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject ERXAbstractRestEntityDelegate.objectForNode(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode node, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject ERXDenyRestEntityDelegate.objectFromNode(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode node, ERXRestContext context)
           
 com.webobjects.foundation.NSArray IERXRestEntityDelegate.objectsForEntity(com.webobjects.eoaccess.EOEntity entity, ERXRestContext context)
          Returns an array of all of the EOs visible to the user for the given entity.
 com.webobjects.eocontrol.EOEnterpriseObject IERXRestEntityDelegate.objectWithKey(com.webobjects.eoaccess.EOEntity entity, java.lang.String key, ERXRestContext context)
          Returns the object that has the given key.
 com.webobjects.eocontrol.EOEnterpriseObject ERXDenyRestEntityDelegate.objectWithKey(com.webobjects.eoaccess.EOEntity entity, java.lang.String key, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject ERXAbstractRestEntityDelegate.objectWithKey(com.webobjects.eoaccess.EOEntity entity, java.lang.String key, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject IERXRestEntityDelegate.objectWithKey(com.webobjects.eoaccess.EOEntity entity, java.lang.String key, com.webobjects.foundation.NSArray objs, ERXRestContext context)
          Returns the object that has the given key from the provided array.
 com.webobjects.eocontrol.EOEnterpriseObject ERXDenyRestEntityDelegate.objectWithKey(com.webobjects.eoaccess.EOEntity entity, java.lang.String key, com.webobjects.foundation.NSArray objs, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject ERXAbstractRestEntityDelegate.objectWithKey(com.webobjects.eoaccess.EOEntity entity, java.lang.String key, com.webobjects.foundation.NSArray objs, ERXRestContext context)
           
static ERXRestKey ERXRestKey.parse(ERXRestContext context, ERXRestRequestNode node, java.lang.String path)
           
static ERXRestKey ERXRestKey.parse(ERXRestContext context, java.lang.String path)
          Parse the given URL path and return an ERXRestKey that represents it.
 java.lang.Object ERXAbstractRestEntityDelegate.parseAttributeValue(com.webobjects.eoaccess.EOEntity entity, java.lang.Object object, java.lang.String attributeName, java.lang.String attributeValue)
           
 void IERXRestEntityDelegate.preprocess(com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray objects, ERXRestContext context)
          Called before enumerating the given array of objects for display.
 void ERXDenyRestEntityDelegate.preprocess(com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray objects, ERXRestContext context)
           
 void ERXAbstractRestEntityDelegate.preprocess(com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray objects, ERXRestContext context)
          Does nothing.
 ERXRestKey IERXRestDelegate.process(ERXRestRequest restRequest, ERXRestContext context)
          Inserts or updates the objects defined by the XML document.
 ERXRestKey ERXDefaultRestDelegate.process(ERXRestRequest restRequest, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject IERXRestEntityDelegate.processObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode eoNode, ERXRestContext context)
          Inserts or updates an object of the given type.
 com.webobjects.eocontrol.EOEnterpriseObject ERXDenyRestEntityDelegate.processObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode eoNode, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject ERXAbstractRestEntityDelegate.processObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode eoNode, ERXRestContext context)
           
 void IERXRestEntityDelegate.takeValueForKey(com.webobjects.eoaccess.EOEntity entity, java.lang.Object obj, java.lang.String propertyName, java.lang.String value, ERXRestContext context)
          Sets the value for the specified property name on the given object.
 void ERXDenyRestEntityDelegate.takeValueForKey(com.webobjects.eoaccess.EOEntity entity, java.lang.Object obj, java.lang.String propertyName, java.lang.String value, ERXRestContext context)
           
 void ERXAbstractRestEntityDelegate.takeValueForKey(com.webobjects.eoaccess.EOEntity entity, java.lang.Object obj, java.lang.String propertyName, java.lang.String value, ERXRestContext context)
          Parses the attribute with parseAttributeValue and sets it on the object.
 java.lang.String IERXRestResponseWriter.toString(com.webobjects.eocontrol.EOEditingContext editingContext, java.lang.String entityName, com.webobjects.foundation.NSArray values)
          Returns a String form of the given objects using the unsafe delegate.
 java.lang.String ERXPListRestResponseWriter.toString(com.webobjects.eocontrol.EOEditingContext editingContext, java.lang.String entityName, com.webobjects.foundation.NSArray values)
          Returns a String form of the given objects using the unsafe delegate.
 java.lang.String ERXJSONRestResponseWriter.toString(com.webobjects.eocontrol.EOEditingContext editingContext, java.lang.String entityName, com.webobjects.foundation.NSArray values)
          Returns a String form of the given objects using the unsafe delegate.
 java.lang.String ERXAbstractRestResponseWriter.toString(com.webobjects.eocontrol.EOEditingContext editingContext, java.lang.String entityName, com.webobjects.foundation.NSArray values)
          Returns a String form of the given objects using the unsafe delegate.
 java.lang.String IERXRestResponseWriter.toString(com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray values)
          Returns a String form of the given objects using the unsafe delegate.
 java.lang.String ERXPListRestResponseWriter.toString(com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray values)
          Returns a String form of the given objects using the unsafe delegate.
 java.lang.String ERXJSONRestResponseWriter.toString(com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray values)
          Returns a String form of the given objects using the unsafe delegate.
 java.lang.String ERXAbstractRestResponseWriter.toString(com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray values)
          Returns a String form of the given objects using the unsafe delegate.
static java.lang.String ERXRestEntityDelegateUtils.toString(ERXRestContext context, IERXRestResponseWriter writer, com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray values)
          Returns a String form of the given objects using the given delegate.
static java.lang.String ERXRestEntityDelegateUtils.toString(ERXRestContext context, IERXRestResponseWriter writer, java.lang.Object value)
          Returns a String form of the given object using the given delegate.
static java.lang.String ERXRestEntityDelegateUtils.toString(IERXRestResponseWriter writer, com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray values)
          Returns a String form of the given objects using the unsafe delegate.
static java.lang.String ERXRestEntityDelegateUtils.toString(IERXRestResponseWriter writer, java.lang.Object value)
          Returns a String form of the given object using the unsafe delegate.
 java.lang.String IERXRestResponseWriter.toString(java.lang.Object value)
          Returns a String form of the given object using the unsafe delegate.
 java.lang.String ERXPListRestResponseWriter.toString(java.lang.Object value)
          Returns a String form of the given object using the unsafe delegate.
 java.lang.String ERXJSONRestResponseWriter.toString(java.lang.Object value)
          Returns a String form of the given object using the unsafe delegate.
 java.lang.String ERXAbstractRestResponseWriter.toString(java.lang.Object value)
          Returns a String form of the given object using the unsafe delegate.
 ERXRestKey ERXRestKey.trimPrevious()
          Returns a new ERXRestKey with the previous key path removed, so it appears that this key is the start of the path.
 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)
           
 void IERXRestEntityDelegate.updateArrayFromDocument(com.webobjects.eoaccess.EOEntity parentEntity, com.webobjects.eocontrol.EOEnterpriseObject parentObject, java.lang.String attributeName, com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray currentObjects, com.webobjects.foundation.NSArray toManyNodes, ERXRestContext context)
          Updates an array of objects for a to-many relationship from an XML document.
 void ERXDenyRestEntityDelegate.updateArrayFromDocument(com.webobjects.eoaccess.EOEntity parentEntity, com.webobjects.eocontrol.EOEnterpriseObject parentObject, java.lang.String attributeName, com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray currentObjects, com.webobjects.foundation.NSArray toManyNodes, ERXRestContext context)
           
 void ERXAbstractRestEntityDelegate.updateArrayFromDocument(com.webobjects.eoaccess.EOEntity parentEntity, com.webobjects.eocontrol.EOEnterpriseObject parentObject, java.lang.String attributeName, com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray currentObjects, com.webobjects.foundation.NSArray toManyNodes, ERXRestContext context)
           
 void ERXUnsafeReadOnlyRestEntityDelegate.updated(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
           
 void ERXStandardRestEntityDelegate.updated(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
          Default empty implementation.
 void ERXDenyRestEntityDelegate.updated(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
           
abstract  void ERXAbstractRestEntityDelegate.updated(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestContext context)
          Called after performing the user's requested updates.
 void IERXRestEntityDelegate.updateObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestRequestNode eoNode, ERXRestContext context)
          Updates an existing object from an XML document.
 void ERXDenyRestEntityDelegate.updateObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestRequestNode eoNode, ERXRestContext context)
           
 void ERXAbstractRestEntityDelegate.updateObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestRequestNode eoNode, ERXRestContext context)
           
 java.lang.Object ERXRestKey.value()
          Returns (possibly fetching) the destination value of this key.
 com.webobjects.foundation.NSArray IERXRestEntityDelegate.visibleObjects(com.webobjects.eoaccess.EOEntity parentEntity, java.lang.Object parentObject, java.lang.String parentKey, com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray objects, ERXRestContext context)
          Given an array, this method filters the array based on the callers permission level.
 

Constructors in er.rest.entityDelegates that throw ERXRestException
ERXRestKey(ERXRestContext context, com.webobjects.eoaccess.EOEntity entity, java.lang.String keyAlias)
          Constructs an ERXRestKey.
ERXRestKey(ERXRestContext context, com.webobjects.eoaccess.EOEntity entity, java.lang.String keyAlias, java.lang.Object value)
          Constructs an ERXRestKey.
ERXRestRequest(ERXRestContext context, ERXRestRequestNode rootNode, java.lang.String requestPath)
           
 


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

Copyright © 2002 – 2007 Project Wonder.