Package de.xima.fc.inbox.bean
Class ProcessHistoryBean
- java.lang.Object
-
- de.xima.fc.gui.common.utils.msg.I18nUtils
-
- de.xima.fc.gui.common.utils.msg.MessageUtils
-
- de.xima.fc.gui.common.utils.msg.AMessaging
-
- de.xima.fc.gui.common.utils.msg.AJSFContext
-
- de.xima.fc.inbox.bean.ProcessHistoryBean
-
- All Implemented Interfaces:
IDataContainer
,Serializable
@ViewScoped @Named public class ProcessHistoryBean extends AJSFContext implements IDataContainer
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder
-
-
Constructor Summary
Constructors Constructor Description ProcessHistoryBean()
-
Method Summary
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
destroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findBean, findBean, findBean, findCurrentView, findUserContext, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, uc
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.MessageUtils
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, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg
-
-
-
-
Method Detail
-
getNewComment
public String getNewComment()
- Returns:
- the newComment
-
setNewComment
public void setNewComment(String newComment)
- Parameters:
newComment
- the newComment to set
-
handleFileUpload
public void handleFileUpload(org.primefaces.event.FileUploadEvent event)
-
removeAttachment
public void removeAttachment(String attachmentName)
-
onAddProtocolEntry
public void onAddProtocolEntry() throws IOException
- Throws:
IOException
-
getPeStates
public List<ProtocolEntryProcessing> getPeStates()
-
resetNewPeDetails
public void resetNewPeDetails()
-
getStyleClass
public String getStyleClass(ProtocolEntryProcessing peState)
-
showComment
public boolean showComment(ProtocolEntryProcessing entry)
-
showStatusChange
public boolean showStatusChange(ProtocolEntryProcessing entry)
-
showTriggerFiredFlag
public boolean showTriggerFiredFlag(ProtocolEntryProcessing entry)
-
isStateCorrectionPe
public boolean isStateCorrectionPe(ProtocolEntryProcessing entry)
-
isVersionChangePe
public boolean isVersionChangePe(ProtocolEntryProcessing entry)
-
isStateResetPe
public boolean isStateResetPe(ProtocolEntryProcessing entry)
-
isStateChangePe
public boolean isStateChangePe(ProtocolEntryProcessing entry)
-
isTriggerFiredPe
public boolean isTriggerFiredPe(ProtocolEntryProcessing entry)
-
isAttachmentPe
public boolean isAttachmentPe(ProtocolEntryProcessing entry)
-
isAttachmentDeletedPe
public boolean isAttachmentDeletedPe(ProtocolEntryProcessing entry)
-
isAttachmentUpdatedPe
public boolean isAttachmentUpdatedPe(ProtocolEntryProcessing entry)
-
isCommentPe
public boolean isCommentPe(ProtocolEntryProcessing entry)
-
isAppointmentPe
public boolean isAppointmentPe(ProtocolEntryProcessing entry)
-
isAppointmentUpdatedPe
public boolean isAppointmentUpdatedPe(ProtocolEntryProcessing entry)
-
isAppointmentCreatedPe
public boolean isAppointmentCreatedPe(ProtocolEntryProcessing entry)
-
isAppointmentDeletedPe
public boolean isAppointmentDeletedPe(ProtocolEntryProcessing entry)
-
isAppointmentValidationFailedPe
public boolean isAppointmentValidationFailedPe(ProtocolEntryProcessing entry)
-
isActionPe
public boolean isActionPe(ProtocolEntryProcessing entry)
-
isQuartzJobCreatedPe
public boolean isQuartzJobCreatedPe(ProtocolEntryProcessing entry)
-
isQuartzJobUpdatedPe
public boolean isQuartzJobUpdatedPe(ProtocolEntryProcessing entry)
-
isQuartzJobDeletedPe
public boolean isQuartzJobDeletedPe(ProtocolEntryProcessing entry)
-
isQuartzJobPe
public boolean isQuartzJobPe(ProtocolEntryProcessing entry)
-
isInfoPe
public boolean isInfoPe(ProtocolEntryProcessing entry)
-
isCreatedPe
public boolean isCreatedPe(ProtocolEntryProcessing entry)
-
isCreatedClonePe
public boolean isCreatedClonePe(ProtocolEntryProcessing entry)
-
isDeletedPe
public boolean isDeletedPe(ProtocolEntryProcessing entry)
-
updateData
public void updateData()
Description copied from interface:IDataContainer
Should update data when called- Specified by:
updateData
in interfaceIDataContainer
-
getProcessReviewBean
@Deprecated public ProcessReviewBean getProcessReviewBean()
Deprecated.
-
setProcessReviewBean
@Deprecated public void setProcessReviewBean(ProcessReviewBean processReviewBean)
Deprecated.
-
-