|
GWT 2.4.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseProxy | |
|---|---|
| com.google.web.bindery.requestfactory.server | Server side classes for mediating between the client side and the persistent datastore. |
| 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 BaseProxy in com.google.web.bindery.requestfactory.server |
|---|
| Methods in com.google.web.bindery.requestfactory.server that return types with arguments of type BaseProxy | |
|---|---|
abstract java.lang.Class<? extends BaseProxy> |
ServiceLayer.resolveClass(java.lang.String typeToken)
Given a type token previously returned from ServiceLayer.resolveTypeToken(Class), return the Class literal associated with
the token. |
java.lang.Class<? extends BaseProxy> |
ServiceLayerDecorator.resolveClass(java.lang.String typeToken)
|
| Method parameters in com.google.web.bindery.requestfactory.server with type arguments of type BaseProxy | |
|---|---|
abstract java.lang.String |
ServiceLayer.resolveTypeToken(java.lang.Class<? extends BaseProxy> proxyType)
Return a string used to represent the given type in the wire protocol. |
java.lang.String |
ServiceLayerDecorator.resolveTypeToken(java.lang.Class<? extends BaseProxy> proxyType)
|
| Uses of BaseProxy in com.google.web.bindery.requestfactory.shared |
|---|
| Classes in com.google.web.bindery.requestfactory.shared with type parameters of type BaseProxy | |
|---|---|
interface |
InstanceRequest<P extends BaseProxy,T>
Used to call instance methods. |
| Subinterfaces of BaseProxy in com.google.web.bindery.requestfactory.shared | |
|---|---|
interface |
EntityProxy
A proxy for a server-side domain object. |
interface |
ValueProxy
An analog to EntityProxy for domain types that do not have an identity concept. |
| Methods in com.google.web.bindery.requestfactory.shared with type parameters of type BaseProxy | ||
|---|---|---|
|
RequestContext.create(java.lang.Class<T> clazz)
Returns a new mutable proxy that this request can carry to the server, perhaps to be persisted. |
|
|
ProxySerializer.deserialize(java.lang.Class<T> proxyType,
java.lang.String key)
Recreate a proxy instance that was previously passed to ProxySerializer.serialize(BaseProxy). |
|
|
RequestContext.edit(T object)
Returns a mutable version of the proxy, whose mutations will accumulate in this context. |
|
| Methods in com.google.web.bindery.requestfactory.shared that return BaseProxy | |
|---|---|
BaseProxy |
Violation.getInvalidProxy()
Deprecated. If the ConstraintViolation occurred while validating a object, this method will return a BaseProxy that contains the invalid values. |
BaseProxy |
Violation.getOriginalProxy()
Deprecated. If the ConstraintViolation occurred while validating a value object that originated from the server, this method will return a BaseProxy that contains the original values. |
| Methods in com.google.web.bindery.requestfactory.shared with parameters of type BaseProxy | |
|---|---|
java.lang.String |
ProxySerializer.serialize(BaseProxy proxy)
Store a proxy into the backing store. |
| Uses of BaseProxy in com.google.web.bindery.requestfactory.shared.testing |
|---|
| Methods in com.google.web.bindery.requestfactory.shared.testing with type parameters of type BaseProxy | ||
|---|---|---|
|
FakeRequestContext.create(java.lang.Class<T> clazz)
Returns null. |
|
|
FakeRequestContext.edit(T object)
Always returns object. |
|
|
GWT 2.4.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||