public class PrintOnDefaultPrinterAction extends AbstractFaxToMailAction
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.Multimap<DemandeUIModel,AttachmentFile> |
attachmentsToPrintByDemand |
protected List<DemandeUIModel> |
notPrintableDemands |
protected boolean |
printDemandDetails |
protected boolean |
take |
| Constructor and Description |
|---|
PrintOnDefaultPrinterAction(AbstractFaxToMailUIHandler handler,
com.google.common.collect.Multimap<DemandeUIModel,AttachmentFile> attachmentsToPrintByDemand,
boolean take,
boolean printDemandDetails) |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction() |
protected String |
generateErrorPageStream(com.google.common.collect.Multimap<DemandeUIModel,AttachmentFile> nonPrintedAttachment)
Retourne un flux de données qui correspond à une page de récapitulatif des pièces jointes
non imprimées.
|
void |
postSuccessAction() |
createProgressionModelIfRequired, getConfig, getContext, getProgressionModel, sendMessageaskBeforeDelete, askOverwriteFile, chooseFile, decorate, decorate, displayErrorMessage, displayInfoMessage, displayWarningMessage, getActionDescription, getActionEngine, getActionFactory, getDecorator, getHandler, getModel, getUI, isHideBody, postFailedAction, prepareAction, releaseAction, saveFile, saveFile, setActionDescription, setProgressionModeladdPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerprotected com.google.common.collect.Multimap<DemandeUIModel,AttachmentFile> attachmentsToPrintByDemand
protected boolean take
protected boolean printDemandDetails
protected List<DemandeUIModel> notPrintableDemands
public PrintOnDefaultPrinterAction(AbstractFaxToMailUIHandler handler, com.google.common.collect.Multimap<DemandeUIModel,AttachmentFile> attachmentsToPrintByDemand, boolean take, boolean printDemandDetails)
public void doAction()
throws Exception
doAction in class AbstractFaxToMailActionExceptionpublic void postSuccessAction()
postSuccessAction in class org.nuiton.jaxx.application.swing.action.AbstractApplicationActionprotected String generateErrorPageStream(com.google.common.collect.Multimap<DemandeUIModel,AttachmentFile> nonPrintedAttachment)
nonPrintedAttachment - not printed attachment listCopyright © 2014 CodeLutin. All rights reserved.