Package | Description |
---|---|
com.logicaldoc.gui.frontend.client.personal | |
com.logicaldoc.gui.frontend.client.services | |
com.logicaldoc.web.service |
Constructor and Description |
---|
ContactDetails(GUIContact contact,
Contacts parent) |
Modifier and Type | Method and Description |
---|---|
GUIContact |
ContactService.load(String sid,
long id)
Loads a contact from the database
|
Modifier and Type | Method and Description |
---|---|
void |
ContactService.save(String sid,
GUIContact contact)
Saves a contact in the database
|
void |
ContactServiceAsync.save(String sid,
GUIContact contact,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
Modifier and Type | Method and Description |
---|---|
void |
ContactServiceAsync.load(String sid,
long id,
com.google.gwt.user.client.rpc.AsyncCallback<GUIContact> callback) |
Modifier and Type | Method and Description |
---|---|
protected GUIContact |
ContactServiceImpl.fromContact(Contact con) |
GUIContact |
ContactServiceImpl.load(String sid,
long id) |
Modifier and Type | Method and Description |
---|---|
void |
ContactServiceImpl.save(String sid,
GUIContact contact) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.