public class ProcessAttachmentBean extends AJSFContext implements IDataContainer
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder
Modifier and Type | Field and Description |
---|---|
static String |
FILENAME_ATTACHMENTS_PREFIX |
static String |
FILENAME_ATTACHMENTS_SUFFIX |
Constructor and Description |
---|
ProcessAttachmentBean() |
Modifier and Type | Method and Description |
---|---|
void |
deleteAttachment(FormAttachmentModel attachment) |
void |
deleteSelectedAttachments() |
void |
downloadAllAttachments() |
void |
downloadSelectedAttachments() |
org.primefaces.model.StreamedContent |
getAllAttachments() |
org.primefaces.model.StreamedContent |
getAttachment(FormAttachmentModel attachment) |
List<FormAttachmentModel> |
getFormAttachments() |
ProcessAttachmentImageBean |
getProcessAttachmentImageBean() |
ProcessReviewBean |
getProcessReviewBean() |
boolean |
isAllSelected() |
boolean |
isAttachmentsSelected() |
void |
setAllSelected(boolean allSelected) |
void |
setFormAttachments(List<FormAttachmentModel> formAttachments) |
void |
setProcessAttachmentImageBean(ProcessAttachmentImageBean processAttachmentImageBean) |
void |
setProcessReviewBean(ProcessReviewBean processReviewBean) |
void |
unselectAllAttachments() |
void |
updateData()
Should update data when called
|
destroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findCurrentView, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, uc
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, getErrorMessage
public static final String FILENAME_ATTACHMENTS_PREFIX
public static final String FILENAME_ATTACHMENTS_SUFFIX
public ProcessReviewBean getProcessReviewBean()
public void setProcessReviewBean(ProcessReviewBean processReviewBean)
public ProcessAttachmentImageBean getProcessAttachmentImageBean()
public void setProcessAttachmentImageBean(ProcessAttachmentImageBean processAttachmentImageBean)
public List<FormAttachmentModel> getFormAttachments()
public void setFormAttachments(List<FormAttachmentModel> formAttachments)
public boolean isAttachmentsSelected()
public boolean isAllSelected()
public void setAllSelected(boolean allSelected)
public org.primefaces.model.StreamedContent getAttachment(FormAttachmentModel attachment)
public org.primefaces.model.StreamedContent getAllAttachments()
public void downloadAllAttachments()
public void deleteAttachment(FormAttachmentModel attachment)
public void deleteSelectedAttachments()
public void downloadSelectedAttachments()
public void unselectAllAttachments()
public void updateData()
IDataContainer
updateData
in interface IDataContainer
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.