Package de.xima.fc.gui.bean.workflow
Class StateTreeBean
-
- All Implemented Interfaces:
IUpdatable
,Serializable
@Deprecated @Named @ViewScoped public class StateTreeBean extends AProjectDetailsBean implements IUpdatable
Deprecated.Use the new workflow engine.Model für die Darstellung des Workflows als Tree.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.gui.bean.AEntityDetailsBean
entity, LOG
-
-
Constructor Summary
Constructors Constructor Description StateTreeBean()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.primefaces.model.TreeNode
createActionNode(Aktion action, org.primefaces.model.TreeNode stateNode)
Deprecated.org.primefaces.model.TreeNode
createStateNode(Status status)
Deprecated.org.primefaces.model.TreeNode
createStateNode(Status status, org.primefaces.model.TreeNode parent)
Deprecated.void
expandAll()
Deprecated.Expand all nodes, ie. set theexpanded
flag of all state nodes totrue
, so that all actions are visible.Aktion
getAction()
Deprecated.Aktion
getAction(org.primefaces.model.TreeNode actionNode)
Deprecated.String
getActionFilterString(Aktion action)
Deprecated.org.primefaces.model.TreeNode
getActionNode(Aktion action)
Deprecated.org.primefaces.model.TreeNode
getActionNode(Aktion aktion, Status status)
Deprecated.org.primefaces.model.TreeNode
getActionNode(Aktion searchAction, org.primefaces.model.TreeNode node)
Deprecated.List<Aktion>
getActionsForToggle()
Deprecated.List<Status>
getAllStates()
Deprecated.org.primefaces.extensions.model.layout.LayoutOptions
getCenterPanelOptions()
Deprecated.List<org.primefaces.model.TreeNode>
getCheckedActionNodes()
Deprecated.long
getCheckedNodeCount()
Deprecated.List<org.primefaces.model.TreeNode>
getCheckedStateNodes()
Deprecated.org.primefaces.model.TreeNode
getCurrentActionNode()
Deprecated.org.primefaces.model.TreeNode
getCurrentStateNode()
Deprecated.org.primefaces.model.TreeNode
getSelected()
Deprecated.Status
getState()
Deprecated.Status
getState(org.primefaces.model.TreeNode stateNode)
Deprecated.String
getStateFilterString(Status state)
Deprecated.org.primefaces.model.TreeNode
getStateNode(Status state)
Deprecated.org.primefaces.model.TreeNode
getStateNode(Status searchState, org.primefaces.model.TreeNode node)
Deprecated.List<Status>
getStatusList()
Deprecated.org.primefaces.model.TreeNode
getTreeRoot()
Deprecated.ViewEventBusBean
getViewEventBusBean()
Deprecated.protected void
init(IEntityContext ec, Projekt project)
Deprecated.boolean
isActionDeleteable()
Deprecated.boolean
isActionSelected()
Deprecated.boolean
isChecked(org.primefaces.model.TreeNode node)
Deprecated.boolean
isCheckedSelectionActiveTriggerable()
Deprecated.boolean
isCheckedSelectionCopyable()
Deprecated.boolean
isCheckedSelectionDeletable()
Deprecated.boolean
isCurrentStateForResubmission()
Deprecated.Checks whether a state is selected currently and whether it is the state for resubmission.boolean
isDoActivate()
Deprecated.boolean
isSelectedPersisted()
Deprecated.boolean
isStateForResubmission(Status state)
Deprecated.boolean
isStateSelected()
Deprecated.boolean
isType(org.primefaces.model.TreeNode node, ENodeTypes type)
Deprecated.void
loadActionNode(org.primefaces.model.TreeNode actionNode, Aktion action)
Deprecated.void
loadStatusNode(org.primefaces.model.TreeNode statusNode, Status status)
Deprecated.void
markCurrentToDelete()
Deprecated.void
markToDelete(org.primefaces.model.TreeNode node)
Deprecated.void
onCheckedChange(org.primefaces.model.TreeNode node)
Deprecated.void
onDragDrop(org.primefaces.event.TreeDragDropEvent event)
Deprecated.void
selectAktion(Aktion aktion)
Deprecated.void
selectAktion(Aktion aktion, Status status)
Deprecated.Selektiert die Aktion eines Status.void
selectAktion(Aktion aktion, org.primefaces.model.TreeNode node)
Deprecated.void
selectStatus(Status status)
Deprecated.void
selectStatus(Status status, org.primefaces.model.TreeNode node)
Deprecated.void
setChecked(org.primefaces.model.TreeNode node, boolean checked)
Deprecated.void
setCheckedRecursive(org.primefaces.model.TreeNode node, boolean checked)
Deprecated.void
setCurrentStateForResubmission()
Deprecated.Sets the currently state, if it exists, as the state for resubmission.void
setSelected(org.primefaces.model.TreeNode selected)
Deprecated.void
setViewEventBusBean(ViewEventBusBean viewEventBusBean)
Deprecated.void
syncOrder()
Deprecated.void
unselectAll()
Deprecated.void
updateAction(Aktion action)
Deprecated.void
updateData()
Deprecated.void
updateTree()
Deprecated.void
updateWorkflowTree()
Deprecated.Remote command listener for the remote commandupdateWorkflowTree
.-
Methods inherited from class de.xima.fc.gui.bean.project.AProjectDetailsBean
getCurrentProjectBean, getDao, getProject, getSessionBean, reloadProject, save, setCurrentProjectBean, setEntity, setEntity, setProject, setProject, setSessionBean
-
Methods inherited from class de.xima.fc.gui.bean.AEntityDetailsBean
getEntity
-
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
-
getViewEventBusBean
public ViewEventBusBean getViewEventBusBean()
Deprecated.
-
setViewEventBusBean
public void setViewEventBusBean(ViewEventBusBean viewEventBusBean)
Deprecated.
-
updateWorkflowTree
public void updateWorkflowTree()
Deprecated.Remote command listener for the remote commandupdateWorkflowTree
.
-
updateTree
public void updateTree()
Deprecated.
-
unselectAll
public void unselectAll()
Deprecated.
-
getCenterPanelOptions
public org.primefaces.extensions.model.layout.LayoutOptions getCenterPanelOptions()
Deprecated.
-
createStateNode
public org.primefaces.model.TreeNode createStateNode(Status status)
Deprecated.
-
createStateNode
public org.primefaces.model.TreeNode createStateNode(Status status, org.primefaces.model.TreeNode parent)
Deprecated.
-
createActionNode
public org.primefaces.model.TreeNode createActionNode(Aktion action, org.primefaces.model.TreeNode stateNode)
Deprecated.
-
loadStatusNode
public void loadStatusNode(org.primefaces.model.TreeNode statusNode, Status status)
Deprecated.
-
loadActionNode
public void loadActionNode(org.primefaces.model.TreeNode actionNode, Aktion action)
Deprecated.
-
isType
public boolean isType(org.primefaces.model.TreeNode node, ENodeTypes type)
Deprecated.
-
isStateSelected
public boolean isStateSelected()
Deprecated.
-
isSelectedPersisted
public boolean isSelectedPersisted()
Deprecated.
-
isActionDeleteable
public boolean isActionDeleteable()
Deprecated.
-
isActionSelected
public boolean isActionSelected()
Deprecated.
-
getTreeRoot
public org.primefaces.model.TreeNode getTreeRoot()
Deprecated.
-
getSelected
public org.primefaces.model.TreeNode getSelected()
Deprecated.
-
setSelected
public void setSelected(org.primefaces.model.TreeNode selected)
Deprecated.
-
isCheckedSelectionDeletable
public boolean isCheckedSelectionDeletable()
Deprecated.
-
isDoActivate
public boolean isDoActivate()
Deprecated.
-
isCheckedSelectionActiveTriggerable
public boolean isCheckedSelectionActiveTriggerable()
Deprecated.
-
isCheckedSelectionCopyable
public boolean isCheckedSelectionCopyable()
Deprecated.
-
getCheckedNodeCount
public long getCheckedNodeCount()
Deprecated.
-
setCheckedRecursive
public void setCheckedRecursive(org.primefaces.model.TreeNode node, boolean checked)
Deprecated.
-
onCheckedChange
public void onCheckedChange(org.primefaces.model.TreeNode node)
Deprecated.
-
setChecked
public void setChecked(org.primefaces.model.TreeNode node, boolean checked)
Deprecated.
-
isChecked
public boolean isChecked(org.primefaces.model.TreeNode node)
Deprecated.
-
getAction
public Aktion getAction()
Deprecated.
-
getAction
public Aktion getAction(org.primefaces.model.TreeNode actionNode)
Deprecated.
-
getState
public Status getState(org.primefaces.model.TreeNode stateNode)
Deprecated.
-
getState
public Status getState()
Deprecated.
-
setCurrentStateForResubmission
public void setCurrentStateForResubmission()
Deprecated.Sets the currently state, if it exists, as the state for resubmission.
-
isCurrentStateForResubmission
public boolean isCurrentStateForResubmission()
Deprecated.Checks whether a state is selected currently and whether it is the state for resubmission.
-
isStateForResubmission
public boolean isStateForResubmission(Status state)
Deprecated.
-
onDragDrop
public void onDragDrop(org.primefaces.event.TreeDragDropEvent event)
Deprecated.
-
getActionNode
public org.primefaces.model.TreeNode getActionNode(Aktion searchAction, org.primefaces.model.TreeNode node)
Deprecated.
-
getActionNode
public org.primefaces.model.TreeNode getActionNode(Aktion action)
Deprecated.
-
getActionNode
public org.primefaces.model.TreeNode getActionNode(Aktion aktion, Status status)
Deprecated.
-
getCurrentStateNode
public org.primefaces.model.TreeNode getCurrentStateNode()
Deprecated.
-
getCurrentActionNode
public org.primefaces.model.TreeNode getCurrentActionNode()
Deprecated.
-
getStateNode
public org.primefaces.model.TreeNode getStateNode(Status state)
Deprecated.
-
getCheckedStateNodes
public List<org.primefaces.model.TreeNode> getCheckedStateNodes()
Deprecated.
-
getCheckedActionNodes
public List<org.primefaces.model.TreeNode> getCheckedActionNodes()
Deprecated.
-
getStateNode
public org.primefaces.model.TreeNode getStateNode(Status searchState, org.primefaces.model.TreeNode node)
Deprecated.
-
selectAktion
public void selectAktion(Aktion aktion, org.primefaces.model.TreeNode node)
Deprecated.
-
selectAktion
public void selectAktion(Aktion aktion)
Deprecated.
-
selectAktion
public void selectAktion(Aktion aktion, Status status)
Deprecated.Selektiert die Aktion eines Status.- Parameters:
aktion
- Die Aktion, die selektiert werden soll.status
- Der Status, in dem sich die Aktion befindet.
-
selectStatus
public void selectStatus(Status status)
Deprecated.
-
selectStatus
public void selectStatus(Status status, org.primefaces.model.TreeNode node)
Deprecated.
-
syncOrder
public void syncOrder()
Deprecated.
-
updateData
public void updateData()
Deprecated.- Specified by:
updateData
in interfaceIUpdatable
-
markCurrentToDelete
public void markCurrentToDelete()
Deprecated.
-
markToDelete
public void markToDelete(org.primefaces.model.TreeNode node)
Deprecated.
-
updateAction
public void updateAction(Aktion action)
Deprecated.
-
expandAll
public void expandAll()
Deprecated.Expand all nodes, ie. set theexpanded
flag of all state nodes totrue
, so that all actions are visible.
-
init
protected void init(IEntityContext ec, Projekt project)
Deprecated.- Overrides:
init
in classAEntityDetailsBean<Projekt>
-
-