Uses of Interface
com.google.web.bindery.requestfactory.shared.EntityProxyId
-
Packages that use EntityProxyId Package Description com.google.web.bindery.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the server and the client in JSON format.com.google.web.bindery.requestfactory.shared.testing -
-
Uses of EntityProxyId in com.google.web.bindery.requestfactory.shared
Methods in com.google.web.bindery.requestfactory.shared that return EntityProxyId Modifier and Type Method Description EntityProxyId<P>
EntityProxyChange. getProxyId()
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)
Return the appropriateEntityProxyId
using a string returned fromRequestFactory.getHistoryToken(EntityProxyId)
.EntityProxyId<?>
Violation. getProxyId()
Deprecated.Returns the proxy id associated with thisViolation
if the object associated with the violation is anEntityProxy
.EntityProxyId<?>
EntityProxy. stableId()
Returns theEntityProxyId
that identifies a particular instance of the type proxied by the receiver.Methods in com.google.web.bindery.requestfactory.shared with parameters of type EntityProxyId Modifier and Type Method Description <T extends EntityProxy>
TProxySerializer. deserialize(EntityProxyId<T> id)
Recreate aEntityProxy
instance that was previously passed toProxySerializer.serialize(BaseProxy)
.<P extends EntityProxy>
Request<P>RequestContext. find(EntityProxyId<P> proxyId)
Return a request to find a fresh instance of the referenced proxy.<P extends EntityProxy>
Request<P>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 aHistory
compatible token that represents the given proxy class. -
Uses of EntityProxyId in com.google.web.bindery.requestfactory.shared.testing
Methods in com.google.web.bindery.requestfactory.shared.testing that return EntityProxyId Modifier and Type Method Description <T extends EntityProxy>
EntityProxyId<T>FakeRequestFactory. getProxyId(java.lang.String historyToken)
Returnsnull
.Methods in com.google.web.bindery.requestfactory.shared.testing with parameters of type EntityProxyId Modifier and Type Method Description <P extends EntityProxy>
Request<P>FakeRequestContext. find(EntityProxyId<P> proxyId)
Returnsnull
.<P extends EntityProxy>
Request<P>FakeRequestFactory. find(EntityProxyId<P> proxyId)
Returnsnull
.java.lang.String
FakeRequestFactory. getHistoryToken(EntityProxyId<?> proxy)
Returnsnull
.
-