|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Returns the proxy id associated with this Violation if the object
associated with the violation is an EntityProxy . |
|
EntityProxyId<P> |
EntityProxyChange.getProxyId()
Returns an unpopulated copy of the changed proxy — all properties are undefined except its id. |
|
|
RequestFactory.getProxyId(java.lang.String historyToken)
Return the appropriate EntityProxyId using a string returned from
RequestFactory.getHistoryToken(EntityProxyId) . |
|
EntityProxyId<?> |
EntityProxy.stableId()
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 | ||
---|---|---|
|
ProxySerializer.deserialize(EntityProxyId<T> id)
Recreate a EntityProxy instance that was previously passed to
ProxySerializer.serialize(BaseProxy) . |
|
|
RequestFactory.find(EntityProxyId<P> proxyId)
Return a request to find a fresh instance of the referenced proxy. |
|
java.lang.String |
RequestFactory.getHistoryToken(EntityProxyId<?> proxy)
Get a History compatible token that
represents the given proxy class. |
|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |