Uses of Class
com.logicaldoc.gui.common.client.beans.GUIEmail
-
Packages that use GUIEmail Package Description com.logicaldoc.gui.common.client.widgets.preview com.logicaldoc.gui.frontend.client.services com.logicaldoc.web.service -
-
Uses of GUIEmail in com.logicaldoc.gui.common.client.widgets.preview
Constructors in com.logicaldoc.gui.common.client.widgets.preview with parameters of type GUIEmail Constructor Description MailPreviewPanel(GUIEmail mail, GUIDocument document, int width, int height)
-
Uses of GUIEmail in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIEmail Modifier and Type Method Description GUIEmail
DocumentService. 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 GUIEmail Modifier and Type Method Description String
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)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIEmail Modifier and Type Method Description void
DocumentServiceAsync. extractEmail(long docId, String fileVersion, com.google.gwt.user.client.rpc.AsyncCallback<GUIEmail> callback)
-
Uses of GUIEmail in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIEmail Modifier and Type Method Description GUIEmail
DocumentServiceImpl. extractEmail(long docId, String fileVersion)
Methods in com.logicaldoc.web.service with parameters of type GUIEmail Modifier and Type Method Description String
DocumentServiceImpl. sendAsEmail(GUIEmail email, String locale)
-