Package | Description |
---|---|
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.messages |
Contains classes that define the RequestFactory wire format.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AutoBean<? extends BaseProxy>> |
RequestState.getBeansForPayload(java.util.List<? extends IdMessage> idMessages)
Get or create BaseProxy AutoBeans for a list of id-bearing messages.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OperationMessage
Represents an operation to be carried out on a single entity on the server.
|
Modifier and Type | Method and Description |
---|---|
IdMessage |
ViolationMessage.getLeafBeanId() |
IdMessage |
ViolationMessage.getRootBeanId() |
Modifier and Type | Method and Description |
---|---|
AutoBean<IdMessage> |
MessageFactory.id() |
Modifier and Type | Method and Description |
---|---|
void |
ViolationMessage.setLeafBeanId(IdMessage id) |
void |
ViolationMessage.setRootBeanId(IdMessage id) |