@RemoteServiceRelativePath(value="springGwtServices/helpService")
public interface HelpService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String helpId) |
List<Help> |
getAll() |
Help |
getHelpById(String id) |
Help |
saveHelp(Help help) |
Copyright © 2019. All rights reserved.