Nuxeo Enterprise Platform 5.4

org.nuxeo.correspondence.web.outgoingmail
Class CorrespondenceDistributeOutgoingMailActionsBean

java.lang.Object
  extended by org.nuxeo.cm.web.invalidations.CaseManagementContextBoundInstance
      extended by org.nuxeo.correspondence.web.outgoingmail.CorrespondenceDistributeOutgoingMailActionsBean
All Implemented Interfaces:
Serializable, CaseManagementContextHolder

@Name(value="correspDistributeOutgoingMailActionsBean")
@Scope(value=CONVERSATION)
public class CorrespondenceDistributeOutgoingMailActionsBean
extends CaseManagementContextBoundInstance
implements Serializable

Author:
Nicolas Ulrich
See Also:
Serialized Form

Constructor Summary
CorrespondenceDistributeOutgoingMailActionsBean()
           
 
Method Summary
 String backToEnvelope()
           
 String backToMailBox()
           
 boolean canMarkCurrentSelectionAsSent()
           
 boolean displaySendButton()
           
 String distribute()
           
 String saveAndbackToMailBox()
           
 void updateCurrentPost()
          Save the Post Draft of the current envelope
 
Methods inherited from class org.nuxeo.cm.web.invalidations.CaseManagementContextBoundInstance
getCachedCase, getCachedCaseItem, getCachedMailbox, getCurrentCase, getCurrentCaseItem, getCurrentMailbox, onMailboxContextChange
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrespondenceDistributeOutgoingMailActionsBean

public CorrespondenceDistributeOutgoingMailActionsBean()
Method Detail

backToEnvelope

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

saveAndbackToMailBox

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

backToMailBox

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

updateCurrentPost

public void updateCurrentPost()
                       throws org.nuxeo.ecm.core.api.ClientException
Save the Post Draft of the current envelope

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

displaySendButton

public boolean displaySendButton()

distribute

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

canMarkCurrentSelectionAsSent

public boolean canMarkCurrentSelectionAsSent()
                                      throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.