Uses of Class
com.logicaldoc.gui.common.client.beans.GUIContact
-
Packages that use GUIContact Package Description com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.frontend.client.personal.contacts com.logicaldoc.gui.frontend.client.services com.logicaldoc.web.service GWT services implementations. -
-
Uses of GUIContact in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIContact Modifier and Type Method Description GUIContact[]GUIEmail. getBccs()GUIContact[]GUIEmail. getCcs()GUIContactGUIEmail. getFrom()GUIContact[]GUIEmail. getReplyTo()GUIContact[]GUIEmail. getTos()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIContact Modifier and Type Method Description voidGUIEmail. setBccs(GUIContact[] bccs)voidGUIEmail. setCcs(GUIContact[] ccs)voidGUIEmail. setFrom(GUIContact from)voidGUIEmail. setReplyTo(GUIContact[] replyTo)voidGUIEmail. setTos(GUIContact[] tos) -
Uses of GUIContact in com.logicaldoc.gui.frontend.client.personal.contacts
Methods in com.logicaldoc.gui.frontend.client.personal.contacts with parameters of type GUIContact Modifier and Type Method Description voidContactsImportPreview. setContacts(GUIContact[] contacts)Constructors in com.logicaldoc.gui.frontend.client.personal.contacts with parameters of type GUIContact Constructor Description ContactDetails(GUIContact contact, Contacts parent) -
Uses of GUIContact in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIContact Modifier and Type Method Description GUIContactContactService. load(long id)Loads a contact from the databaseGUIContact[]ContactService. parseContacts(boolean preview, String separator, String delimiter, boolean skipFirstRow, int firstName, int lastName, int email, int company, int phone, int mobile, int address)Reads the contacts that are about to be imported from CSV fileMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIContact Modifier and Type Method Description voidContactService. save(GUIContact contact)Saves a contact in the databasevoidContactServiceAsync. 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 GUIContact Modifier and Type Method Description voidContactServiceAsync. load(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIContact> callback) -
Uses of GUIContact in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIContact Modifier and Type Method Description GUIContactContactServiceImpl. load(long id)GUIContact[]ContactServiceImpl. parseContacts(boolean preview, String separator, String delimiter, boolean skipFirstRow, int firstName, int lastName, int email, int company, int phone, int mobile, int address)Methods in com.logicaldoc.web.service with parameters of type GUIContact Modifier and Type Method Description voidContactServiceImpl. save(GUIContact contact)
-