Uses of Class
com.logicaldoc.gui.common.client.beans.GUIContact
Packages that use GUIContact
Package
Description
GWT services implementations.
-
Uses of GUIContact in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIContactMethods in com.logicaldoc.gui.common.client.beans that return types with arguments of type GUIContactModifier and TypeMethodDescriptionGUIEmail.getBccs()
GUIEmail.getCcs()
GUIEmail.getReplyTo()
GUIEmail.getTos()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIContactMethod parameters in com.logicaldoc.gui.common.client.beans with type arguments of type GUIContactModifier 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
Method parameters in com.logicaldoc.gui.frontend.client.account.contacts with type arguments of type GUIContactModifier and TypeMethodDescriptionvoid
ContactsImportPreview.setContacts
(List<GUIContact> contacts) Constructors in com.logicaldoc.gui.frontend.client.account.contacts with parameters of type GUIContact -
Uses of GUIContact in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIContactMethods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIContactModifier and TypeMethodDescriptionContactService.parseContacts
(boolean preview, GUIParseContactsParameters parameters) Reads the contacts that are about to be imported from CSV fileMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIContactModifier 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) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIContactModifier 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
Methods in com.logicaldoc.web.service that return GUIContactMethods in com.logicaldoc.web.service that return types with arguments of type GUIContactModifier and TypeMethodDescriptionContactServiceImpl.parseContacts
(boolean preview, GUIParseContactsParameters parameters) Methods in com.logicaldoc.web.service with parameters of type GUIContact