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.- 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
-
-
Constructor Summary
Constructors Constructor Description StateBean()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addNew()
Deprecated.void
applyStatusChangeOnExisting()
Deprecated.void
copy()
Deprecated.void
copy(Status current)
Deprecated.String
delete(String targetView, Status state)
Deprecated.List<BenutzerGruppe>
getAllUserGroupsForWorkflow()
Deprecated.Status
getCurrent()
Deprecated.Projekt
getProject()
Deprecated.List<Status>
getStateForWorkflow()
Deprecated.int
getTimerDay()
Deprecated.int
getTimerHouers()
Deprecated.int
getTimerMinutes()
Deprecated.StateTreeBean
getTreeBean()
Deprecated.boolean
hasTimerOffset()
Deprecated.boolean
isReceived()
Deprecated.boolean
isResubmission()
Deprecated.boolean
isResubmissionDisabled()
Deprecated.void
loadLazyData()
Deprecated.void
save()
Deprecated.void
setCurrent(Status current)
Deprecated.void
setResubmission(boolean resubmission)
Deprecated.void
setTimerDay(int timerDay)
Deprecated.void
setTimerHouers(int timerHoures)
Deprecated.void
setTimerMinutes(int timerMinutes)
Deprecated.void
setTreeBean(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, 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
-
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:
setCurrent
in classEntityBean<Status>
-
loadLazyData
public void loadLazyData()
Deprecated.- Overrides:
loadLazyData
in classEntityBean<Status>
-
getCurrent
public Status getCurrent()
Deprecated.- Overrides:
getCurrent
in 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:
save
in classEntityBean<Status>
-
delete
public String delete(String targetView, Status state)
Deprecated.- Overrides:
delete
in 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.
-
-