Uses of Class
com.logicaldoc.gui.common.client.beans.GUIContact
Package
Description
GWT services implementations.
-
Uses of GUIContact in com.logicaldoc.gui.common.client.beans
Modifier and TypeMethodDescriptionGUIEmail.getBccs()
GUIEmail.getCcs()
GUIEmail.getReplyTo()
GUIEmail.getTos()
Modifier and TypeMethodDescriptionvoid
GUIEmail.setBccs
(List<GUIContact> bccs) void
GUIEmail.setCcs
(List<GUIContact> ccs) void
GUIEmail.setReplyTo
(List<GUIContact> replyTo) void
GUIEmail.setTos
(List<GUIContact> tos) -
Uses of GUIContact in com.logicaldoc.gui.frontend.client.account.contacts
Modifier and TypeMethodDescriptionvoid
ContactsImportPreview.setContacts
(List<GUIContact> contacts) -
Uses of GUIContact in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionContactService.parseContacts
(boolean preview, GUIParseContactsParameters parameters) Reads the contacts that are about to be imported from CSV fileModifier and TypeMethodDescriptionvoid
ContactService.save
(GUIContact contact) Saves a contact in the databasevoid
ContactServiceAsync.save
(GUIContact contact, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Modifier and TypeMethodDescriptionvoid
ContactServiceAsync.load
(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIContact> callback) void
ContactServiceAsync.parseContacts
(boolean preview, GUIParseContactsParameters parameters, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIContact>> callback) -
Uses of GUIContact in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionContactServiceImpl.parseContacts
(boolean preview, GUIParseContactsParameters parameters)