Project Wonder 5.0

Uses of Interface
er.rest.entityDelegates.IERXRestEntityDelegate

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

Uses of IERXRestEntityDelegate in er.directtorest
 

Classes in er.directtorest that implement IERXRestEntityDelegate
 class ERD2RestDefaultEntityDelegate
           
 

Methods in er.directtorest that return IERXRestEntityDelegate
 IERXRestEntityDelegate ERD2RestDelegate.entityDelegate(com.webobjects.eoaccess.EOEntity entity)
           
 

Methods in er.directtorest with parameters of type IERXRestEntityDelegate
 void ERD2RestDelegate.addDelegateForEntityNamed(IERXRestEntityDelegate entityDelegate, java.lang.String entityName)
          Call this method to register an entity-specific delegate for a particular entity name.
 

Uses of IERXRestEntityDelegate in er.rest.entityDelegates
 

Classes in er.rest.entityDelegates that implement IERXRestEntityDelegate
 class ERXAbstractRestEntityDelegate
          Provides default implementations of many of the common entity delegate behaviors.
 class ERXDenyRestEntityDelegate
          ERXDenyRestEntityDelegate is the safe default entity delegate (and is used by default on ERXRestDelegate).
 class ERXStandardRestEntityDelegate
           ERXStandardRestEntityDelegate provides additional implementations of methods above and beyond ERXAbstractRestEntityDelegate.
 class ERXUnsafeReadOnlyRestEntityDelegate
          ERXUnsafeRestEntityDelegate should probably never be used in production.
 class ERXUnsafeRestEntityDelegate
          ERXUnsafeRestEntityDelegate should NEVER be used in production.
 

Methods in er.rest.entityDelegates that return IERXRestEntityDelegate
 IERXRestEntityDelegate IERXRestDelegate.entityDelegate(com.webobjects.eoaccess.EOEntity entity)
          Returns the per-entity rest delegate.
 IERXRestEntityDelegate ERXDefaultRestDelegate.entityDelegate(com.webobjects.eoaccess.EOEntity entity)
           
 

Methods in er.rest.entityDelegates with parameters of type IERXRestEntityDelegate
 void ERXDefaultRestDelegate.addDelegateForEntityNamed(IERXRestEntityDelegate entityDelegate, java.lang.String entityName)
          Call this method to register an entity-specific delegate for a particular entity name.
 

Constructors in er.rest.entityDelegates with parameters of type IERXRestEntityDelegate
ERXDefaultRestDelegate(IERXRestEntityDelegate defaultDelegate)
          Constructs an ERXDefaultRestDelegate with the given default entity delegate and with delegate name guessing turned on.
ERXDefaultRestDelegate(IERXRestEntityDelegate defaultDelegate, boolean guessDelegateNames)
          Constructs an ERXDefaultRestDelegate with the given default entity delegate.
ERXRestContext(IERXRestEntityDelegate defaultEntityDelegate)
          Shortcut for constructing a rest context with a single default entity delegate.
 


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

Copyright © 2002 – 2007 Project Wonder.