Uses of Interface
com.google.web.bindery.requestfactory.shared.EntityProxyId
Packages that use EntityProxyId
Package
Description
Shared classes used on both the client and the server side for transmitting
data between the server and the client in JSON format.
-
Uses of EntityProxyId in com.google.web.bindery.requestfactory.shared
Methods in com.google.web.bindery.requestfactory.shared that return EntityProxyIdModifier and TypeMethodDescriptionEntityProxyChange.getProxyId()Returns an unpopulated copy of the changed proxy — all properties are undefined except its id.<T extends EntityProxy>
EntityProxyId<T> RequestFactory.getProxyId(String historyToken) Return the appropriateEntityProxyIdusing a string returned fromRequestFactory.getHistoryToken(EntityProxyId).Violation.getProxyId()Deprecated.Returns the proxy id associated with thisViolationif the object associated with the violation is anEntityProxy.EntityProxy.stableId()Returns theEntityProxyIdthat identifies a particular instance of the type proxied by the receiver.Methods in com.google.web.bindery.requestfactory.shared with parameters of type EntityProxyIdModifier and TypeMethodDescription<T extends EntityProxy>
TProxySerializer.deserialize(EntityProxyId<T> id) Recreate aEntityProxyinstance 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.RequestFactory.getHistoryToken(EntityProxyId<?> proxy) Get aHistorycompatible 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 EntityProxyIdModifier and TypeMethodDescription<T extends EntityProxy>
EntityProxyId<T> FakeRequestFactory.getProxyId(String historyToken) Returnsnull.Methods in com.google.web.bindery.requestfactory.shared.testing with parameters of type EntityProxyIdModifier and TypeMethodDescription<P extends EntityProxy>
Request<P> FakeRequestContext.find(EntityProxyId<P> proxyId) Returnsnull.<P extends EntityProxy>
Request<P> FakeRequestFactory.find(EntityProxyId<P> proxyId) Returnsnull.FakeRequestFactory.getHistoryToken(EntityProxyId<?> proxy) Returnsnull.