public interface HelpServiceAsync
| Modifier and Type | Interface and Description |
|---|---|
static class |
HelpServiceAsync.Util
Utility class to get the RPC Async interface from client-side code
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String helpId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getAll(com.google.gwt.user.client.rpc.AsyncCallback<List<Help>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getHelpById(String id,
com.google.gwt.user.client.rpc.AsyncCallback<Help> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
saveHelp(Help help,
com.google.gwt.user.client.rpc.AsyncCallback<Help> callback)
GWT-RPC service asynchronous (client-side) interface
|
void saveHelp(Help help, com.google.gwt.user.client.rpc.AsyncCallback<Help> callback)
HelpServicevoid getHelpById(String id, com.google.gwt.user.client.rpc.AsyncCallback<Help> callback)
HelpServicevoid getAll(com.google.gwt.user.client.rpc.AsyncCallback<List<Help>> callback)
HelpServicevoid delete(String helpId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
HelpServiceCopyright © 2018. All rights reserved.