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 GUIContactModifier and TypeMethodDescriptionGUIEmail.getBccs()GUIEmail.getCcs()GUIEmail.getFrom()GUIEmail.getReplyTo()GUIEmail.getTos()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIContactModifier and TypeMethodDescriptionvoidGUIEmail.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 GUIContactConstructors in com.logicaldoc.gui.frontend.client.personal.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 GUIContactModifier and TypeMethodDescriptionContactService.load(long id) Loads a contact from the databaseContactService.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 TypeMethodDescriptionvoidContactService.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 GUIContactModifier and TypeMethodDescriptionvoidContactServiceAsync.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 GUIContactModifier and TypeMethodDescriptionContactServiceImpl.load(long id) ContactServiceImpl.parseContacts(boolean preview, GUIParseContactsParameters parameters) Methods in com.logicaldoc.web.service with parameters of type GUIContact