Modifier and Type | Method and Description |
---|---|
void |
IClient.sendRequest(ICommand command,
com.google.gwt.user.client.rpc.AsyncCallback<IResponse> callback) |
Modifier and Type | Method and Description |
---|---|
ICommand |
IParser.parseCommand(java.lang.String str) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IParser.composeCommand(ICommand command) |
Modifier and Type | Method and Description |
---|---|
IResponse |
IServer.execute(java.lang.String agent,
ICommand command) |
boolean |
IAuthenticator.hasPermission(java.lang.String agent,
ICommand command) |
IResponse |
IServer.validate(java.lang.String agent,
ICommand command) |
Modifier and Type | Method and Description |
---|---|
void |
Client.sendRequest(ICommand command,
com.google.gwt.user.client.rpc.AsyncCallback<IResponse> callback) |
Modifier and Type | Method and Description |
---|---|
ICommand |
BurocratList.getRequest() |
Modifier and Type | Method and Description |
---|---|
ICommand |
ItemRequestPage.getRequest() |
Modifier and Type | Method and Description |
---|---|
ICommand |
BurocratPanel.getRequest() |
ICommand |
BurocratPage.getRequest() |
Modifier and Type | Class and Description |
---|---|
class |
Command
This is a map representation of a server request, which is
sent from the client to the server along with an async callback
|
Modifier and Type | Method and Description |
---|---|
ICommand |
Parser.parseCommand(java.lang.String str) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Parser.composeCommand(ICommand command) |
Modifier and Type | Method and Description |
---|---|
IResponse |
Server.execute(java.lang.String agent,
ICommand command) |
boolean |
Authenticator.hasPermission(java.lang.String agent,
ICommand command) |
void |
Server.log(java.lang.String agent,
ICommand command) |
IResponse |
Server.validate(java.lang.String agent,
ICommand command) |