Class ProcessAttachmentBean

All Implemented Interfaces:
IDataContainer, Serializable

@ViewScoped @Named public class ProcessAttachmentBean extends AJSFContext implements IDataContainer
Author:
XIMA MEDIA GmbH
See Also:
  • Field Details

  • Constructor Details

    • ProcessAttachmentBean

      public ProcessAttachmentBean()
  • Method Details

    • getFormAttachments

      public Map<EAttachmentSource,List<FormAttachmentModel>> getFormAttachments()
    • setFormAttachments

      public void setFormAttachments(Map<EAttachmentSource,List<FormAttachmentModel>> formAttachments)
    • isAttachmentsSelected

      public boolean isAttachmentsSelected()
    • isAllSelected

      public boolean isAllSelected()
    • setAllSelected

      public void setAllSelected(boolean allSelected)
    • getAttachment

      public org.primefaces.model.StreamedContent getAttachment(FormAttachmentModel attachment)
    • getAllAttachments

      public org.primefaces.model.StreamedContent getAllAttachments()
    • downloadAllAttachments

      public void downloadAllAttachments()
    • deleteAttachment

      public void deleteAttachment(FormAttachmentModel attachment)
    • deleteSelectedAttachments

      public void deleteSelectedAttachments()
    • downloadSelectedAttachments

      public void downloadSelectedAttachments()
    • unselectAllAttachments

      public void unselectAllAttachments()
    • updateData

      public void updateData()
      Description copied from interface: IDataContainer
      Should update data when called
      Specified by:
      updateData in interface IDataContainer
    • getProcessReviewBean

      @Deprecated public ProcessReviewBean getProcessReviewBean()
      Deprecated.
    • setProcessReviewBean

      @Deprecated public void setProcessReviewBean(ProcessReviewBean processReviewBean)
      Deprecated.