GWT 2.1.1

Uses of Class
com.google.gwt.requestfactory.shared.Locator

Packages that use Locator
com.google.gwt.requestfactory.server Server side classes for mediating between the client side and the persistent datastore. 
 

Uses of Locator in com.google.gwt.requestfactory.server
 

Methods in com.google.gwt.requestfactory.server with type parameters of type Locator
<T extends Locator<?,?>>
T
ServiceLayerDecorator.createLocator(java.lang.Class<T> clazz)
           
abstract
<T extends Locator<?,?>>
T
ServiceLayer.createLocator(java.lang.Class<T> clazz)
          Create an instance of the requested Locator type.
 

Methods in com.google.gwt.requestfactory.server that return types with arguments of type Locator
 java.lang.Class<? extends Locator<?,?>> ServiceLayerDecorator.resolveLocator(java.lang.Class<?> domainType)
           
abstract  java.lang.Class<? extends Locator<?,?>> ServiceLayer.resolveLocator(java.lang.Class<?> domainType)
          Return the type of Locator that should be used to access the given domain type.
 


GWT 2.1.1