Uses of Class
com.logicaldoc.gui.common.client.beans.GUIEmail
Packages that use GUIEmail
Package
Description
GWT services implementations.
- 
Uses of GUIEmail in com.logicaldoc.gui.common.client.previewConstructors in com.logicaldoc.gui.common.client.preview with parameters of type GUIEmail
- 
Uses of GUIEmail in com.logicaldoc.gui.frontend.client.metadata.formConstructors in com.logicaldoc.gui.frontend.client.metadata.form with parameters of type GUIEmail
- 
Uses of GUIEmail in com.logicaldoc.gui.frontend.client.servicesMethods in com.logicaldoc.gui.frontend.client.services that return GUIEmailModifier and TypeMethodDescriptionDocumentService.extractEmail(long docId, String fileVersion) Extracts the email representation from a .eml or .msg fileMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIEmailModifier and TypeMethodDescriptionvoidInvites by email a set of recipients to fill out the given formvoidFormServiceAsync.invite(GUIForm form, GUIEmail email, String locale, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) DocumentService.sendAsEmail(GUIEmail email, String locale) Sends a document as email(attachment or download ticket)voidDocumentServiceAsync.sendAsEmail(GUIEmail email, String locale, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIEmailModifier and TypeMethodDescriptionvoidDocumentServiceAsync.extractEmail(long docId, String fileVersion, com.google.gwt.user.client.rpc.AsyncCallback<GUIEmail> callback) 
- 
Uses of GUIEmail in com.logicaldoc.web.serviceMethods in com.logicaldoc.web.service that return GUIEmailModifier and TypeMethodDescriptionDocumentServiceImpl.extractEmail(long docId, String fileVersion) Methods in com.logicaldoc.web.service with parameters of type GUIEmailModifier and TypeMethodDescriptionDocumentServiceImpl.sendAsEmail(GUIEmail guiMail, String locale)