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 GUIEmailDocumentService. 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 StringDocumentService. 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 GUIEmail Modifier and Type Method Description voidDocumentServiceAsync. 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 GUIEmailDocumentServiceImpl. extractEmail(long docId, String fileVersion)Methods in com.logicaldoc.web.service with parameters of type GUIEmail Modifier and Type Method Description StringDocumentServiceImpl. sendAsEmail(GUIEmail email, String locale)
-