GWT 2.3.0

Uses of Interface
com.google.gwt.requestfactory.shared.EntityProxyId

Packages that use EntityProxyId
com.google.gwt.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. 
 

Uses of EntityProxyId in com.google.gwt.requestfactory.shared
 

Methods in com.google.gwt.requestfactory.shared that return EntityProxyId
 EntityProxyId<?> Violation.getProxyId()
          Deprecated. Returns the proxy id associated with this Violation if the object associated with the violation is an EntityProxy.
 EntityProxyId<P> EntityProxyChange.getProxyId()
          Deprecated. Returns an unpopulated copy of the changed proxy — all properties are undefined except its id.
<T extends EntityProxy>
EntityProxyId<T>
RequestFactory.getProxyId(java.lang.String historyToken)
          Deprecated. Return the appropriate EntityProxyId using a string returned from RequestFactory.getHistoryToken(EntityProxyId).
 EntityProxyId<?> EntityProxy.stableId()
          Deprecated. Returns the EntityProxyId that identifies a particular instance of the type proxied by the receiver.
 

Methods in com.google.gwt.requestfactory.shared with parameters of type EntityProxyId
<T extends EntityProxy>
T
ProxySerializer.deserialize(EntityProxyId<T> id)
          Deprecated. Recreate a EntityProxy instance that was previously passed to ProxySerializer.serialize(BaseProxy).
<P extends EntityProxy>
Request<P>
RequestFactory.find(EntityProxyId<P> proxyId)
          Deprecated. Return a request to find a fresh instance of the referenced proxy.
 java.lang.String RequestFactory.getHistoryToken(EntityProxyId<?> proxy)
          Deprecated. Get a History compatible token that represents the given proxy class.
 


GWT 2.3.0