@RemoteServiceRelativePath(value="contact")
public interface ContactService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String sid,
long[] ids)
Deletes a selection of contacts
|
GUIContact |
load(String sid,
long id)
Loads a contact from the database
|
void |
save(String sid,
GUIContact contact)
Saves a contact in the database
|
void delete(String sid, long[] ids) throws InvalidSessionException
InvalidSessionExceptionvoid save(String sid, GUIContact contact) throws InvalidSessionException
InvalidSessionExceptionGUIContact load(String sid, long id) throws InvalidSessionException
InvalidSessionExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.