@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
InvalidSessionException
void save(String sid, GUIContact contact) throws InvalidSessionException
InvalidSessionException
GUIContact load(String sid, long id) throws InvalidSessionException
InvalidSessionException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.