Nuxeo Enterprise Platform 5.4

org.nuxeo.correspondence.web.mail
Interface CorrespondenceSearchDocument

All Known Implementing Classes:
CorrespondenceSearchDocumentBean

public interface CorrespondenceSearchDocument


Method Summary
 String addSelectedEmails()
          Adds selected email to current envelope documents
 String cancelEmailAttachmentsSearch()
           
 org.nuxeo.ecm.platform.ui.web.model.SelectDataModel getSearchEmailResults()
           
 String getSearchKeywords()
           
 void searchMailDocument()
           
 void setSearchKeywords(String searchKeywords)
           
 

Method Detail

getSearchKeywords

String getSearchKeywords()

setSearchKeywords

void setSearchKeywords(String searchKeywords)

searchMailDocument

void searchMailDocument()

cancelEmailAttachmentsSearch

String cancelEmailAttachmentsSearch()
                                    throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

getSearchEmailResults

org.nuxeo.ecm.platform.ui.web.model.SelectDataModel getSearchEmailResults()
                                                                          throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

addSelectedEmails

String addSelectedEmails()
                         throws org.nuxeo.ecm.core.api.ClientException
Adds selected email to current envelope documents

As long as envelope is not saved, relations are not updated, but current envelope keeps track of its email documents.

Throws:
org.nuxeo.ecm.core.api.ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.