Uses of Class
com.logicaldoc.gui.common.client.beans.GUIEmail
Package
Description
GWT services implementations.
-
Uses of GUIEmail in com.logicaldoc.gui.common.client.widgets.preview
-
Uses of GUIEmail in com.logicaldoc.gui.frontend.client.metadata.form
-
Uses of GUIEmail in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionDocumentService.extractEmail
(long docId, String fileVersion) Extracts the email representation from a .eml or .msg fileModifier and TypeMethodDescriptionvoid
Invites by email a set of recipients to fill out the given formvoid
FormServiceAsync.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)void
DocumentServiceAsync.sendAsEmail
(GUIEmail email, String locale, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) Modifier and TypeMethodDescriptionvoid
DocumentServiceAsync.extractEmail
(long docId, String fileVersion, com.google.gwt.user.client.rpc.AsyncCallback<GUIEmail> callback) -
Uses of GUIEmail in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionDocumentServiceImpl.extractEmail
(long docId, String fileVersion) Modifier and TypeMethodDescriptionDocumentServiceImpl.sendAsEmail
(GUIEmail guiMail, String locale)