Package de.xima.fc.gui.bean.workflow
Class StateBean
-
- All Implemented Interfaces:
Serializable
@Deprecated @Named @ViewScoped public class StateBean extends EntityBean<Status>
Deprecated.Use the new workflow engine (IWorkflowEventRunner).- 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
-
-
Field Summary
-
Fields inherited from class de.xima.fc.gui.bean.EntityBean
current, dao, entityClass
-
Fields inherited from class de.xima.fc.gui.bean.FCContextBean
systemUC
-
Fields inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
localeBean
-
-
Constructor Summary
Constructors Constructor Description StateBean()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddNew()Deprecated.voidapplyStatusChangeOnExisting()Deprecated.voidcopy()Deprecated.voidcopy(Status current)Deprecated.Stringdelete(String targetView, Status state)Deprecated.List<BenutzerGruppe>getAllUserGroupsForWorkflow()Deprecated.StatusgetCurrent()Deprecated.ProjektgetProject()Deprecated.List<Status>getStateForWorkflow()Deprecated.intgetTimerDay()Deprecated.intgetTimerHouers()Deprecated.intgetTimerMinutes()Deprecated.StateTreeBeangetTreeBean()Deprecated.booleanhasTimerOffset()Deprecated.booleanisReceived()Deprecated.booleanisResubmission()Deprecated.booleanisResubmissionDisabled()Deprecated.voidloadLazyData()Deprecated.voidsave()Deprecated.voidsetCurrent(Status current)Deprecated.voidsetResubmission(boolean resubmission)Deprecated.voidsetTimerDay(int timerDay)Deprecated.voidsetTimerHouers(int timerHoures)Deprecated.voidsetTimerMinutes(int timerMinutes)Deprecated.voidsetTreeBean(StateTreeBean treeBean)Deprecated.-
Methods inherited from class de.xima.fc.gui.bean.FCContextBean
getNavigationBean, getSessionBean, isSetupUser, redirectToDashboard, setNavigationBean, setSessionBean, switchMainView, switchMainView, switchSubView, switchSubView
-
Methods inherited from class de.xima.fc.gui.bean.ABackendJSFContext
ec, findEntityContext, isDetached, isHasDB
-
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, 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, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, errorMsg, errorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg, msg
-
-
-
-
Method Detail
-
getProject
public Projekt getProject()
Deprecated.
-
getTreeBean
public StateTreeBean getTreeBean()
Deprecated.
-
setTreeBean
public void setTreeBean(StateTreeBean treeBean)
Deprecated.
-
setCurrent
public void setCurrent(Status current)
Deprecated.- Overrides:
setCurrentin classEntityBean<Status>
-
loadLazyData
public void loadLazyData()
Deprecated.- Overrides:
loadLazyDatain classEntityBean<Status>
-
getCurrent
public Status getCurrent()
Deprecated.- Overrides:
getCurrentin classEntityBean<Status>
-
getTimerDay
public int getTimerDay()
Deprecated.
-
setTimerDay
public void setTimerDay(int timerDay)
Deprecated.
-
getTimerHouers
public int getTimerHouers()
Deprecated.
-
setTimerHouers
public void setTimerHouers(int timerHoures)
Deprecated.
-
getTimerMinutes
public int getTimerMinutes()
Deprecated.
-
setTimerMinutes
public void setTimerMinutes(int timerMinutes)
Deprecated.
-
hasTimerOffset
public boolean hasTimerOffset()
Deprecated.
-
isResubmission
public boolean isResubmission()
Deprecated.
-
isResubmissionDisabled
public boolean isResubmissionDisabled()
Deprecated.- Returns:
- Whether the input for setting the current state as the resubmission state is disabled. As the system state 'received' is the default, we cannot unmark it directly: we can only mark another state as the resubmission state.
-
setResubmission
public void setResubmission(boolean resubmission)
Deprecated.
-
save
public void save()
Deprecated.- Overrides:
savein classEntityBean<Status>
-
delete
public String delete(String targetView, Status state)
Deprecated.- Overrides:
deletein classEntityBean<Status>
-
isReceived
public boolean isReceived()
Deprecated.
-
addNew
public void addNew()
Deprecated.
-
getAllUserGroupsForWorkflow
public List<BenutzerGruppe> getAllUserGroupsForWorkflow()
Deprecated.
-
copy
public void copy()
Deprecated.
-
copy
public void copy(Status current)
Deprecated.
-
applyStatusChangeOnExisting
public void applyStatusChangeOnExisting()
Deprecated.
-
-