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:
  • Constructor Details

    • StateTreeBean

      public StateTreeBean()
      Deprecated.
  • Method Details

    • getViewEventBusBean

      public ViewEventBusBean getViewEventBusBean()
      Deprecated.
    • setViewEventBusBean

      public void setViewEventBusBean(ViewEventBusBean viewEventBusBean)
      Deprecated.
    • updateWorkflowTree

      public void updateWorkflowTree()
      Deprecated.
      Remote command listener for the remote command updateWorkflowTree.
    • updateTree

      public void updateTree()
      Deprecated.
    • unselectAll

      public void unselectAll()
      Deprecated.
    • getStateFilterString

      public String getStateFilterString(Status state)
      Deprecated.
    • getActionFilterString

      public String getActionFilterString(Aktion action)
      Deprecated.
    • getCenterPanelOptions

      public org.primefaces.extensions.model.layout.LayoutOptions getCenterPanelOptions()
      Deprecated.
    • createStateNode

      public org.primefaces.model.TreeNode<Object> createStateNode(Status status)
      Deprecated.
    • createStateNode

      public org.primefaces.model.TreeNode<Object> createStateNode(Status status, org.primefaces.model.TreeNode<Object> parent)
      Deprecated.
    • createActionNode

      public org.primefaces.model.TreeNode<Object> createActionNode(Aktion action, org.primefaces.model.TreeNode<Object> stateNode)
      Deprecated.
    • loadStatusNode

      public void loadStatusNode(org.primefaces.model.TreeNode<Object> statusNode, Status status)
      Deprecated.
    • loadActionNode

      public void loadActionNode(org.primefaces.model.TreeNode<Object> actionNode, Aktion action)
      Deprecated.
    • isType

      public boolean isType(org.primefaces.model.TreeNode<Object> 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<Object> getTreeRoot()
      Deprecated.
    • getSelected

      public org.primefaces.model.TreeNode<Object> getSelected()
      Deprecated.
    • setSelected

      public void setSelected(org.primefaces.model.TreeNode<Object> 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<Object> node, boolean checked)
      Deprecated.
    • onCheckedChange

      public void onCheckedChange(org.primefaces.model.TreeNode<Object> node)
      Deprecated.
    • setChecked

      public void setChecked(org.primefaces.model.TreeNode<Object> node, boolean checked)
      Deprecated.
    • isChecked

      public boolean isChecked(org.primefaces.model.TreeNode<Object> node)
      Deprecated.
    • getAction

      public Aktion getAction()
      Deprecated.
    • getAction

      public Aktion getAction(org.primefaces.model.TreeNode<Object> actionNode)
      Deprecated.
    • getState

      public Status getState(org.primefaces.model.TreeNode<Object> 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<Object> getActionNode(Aktion searchAction, org.primefaces.model.TreeNode<Object> node)
      Deprecated.
    • getActionNode

      public org.primefaces.model.TreeNode<Object> getActionNode(Aktion action)
      Deprecated.
    • getActionNode

      public org.primefaces.model.TreeNode<Object> getActionNode(Aktion aktion, Status status)
      Deprecated.
    • getCurrentStateNode

      public org.primefaces.model.TreeNode<Object> getCurrentStateNode()
      Deprecated.
    • getCurrentActionNode

      public org.primefaces.model.TreeNode<Object> getCurrentActionNode()
      Deprecated.
    • getStateNode

      public org.primefaces.model.TreeNode<Object> getStateNode(Status state)
      Deprecated.
    • getAllStates

      public List<Status> getAllStates()
      Deprecated.
    • getCheckedStateNodes

      public List<org.primefaces.model.TreeNode<Object>> getCheckedStateNodes()
      Deprecated.
    • getCheckedActionNodes

      public List<org.primefaces.model.TreeNode<Object>> getCheckedActionNodes()
      Deprecated.
    • getActionsForToggle

      public List<Aktion> getActionsForToggle()
      Deprecated.
    • getStateNode

      public org.primefaces.model.TreeNode<Object> getStateNode(Status searchState, org.primefaces.model.TreeNode<Object> node)
      Deprecated.
    • getStatusList

      public List<Status> getStatusList()
      Deprecated.
    • selectAktion

      public void selectAktion(Aktion aktion, org.primefaces.model.TreeNode<Object> 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<Object> node)
      Deprecated.
    • syncOrder

      public void syncOrder()
      Deprecated.
    • updateData

      public void updateData()
      Deprecated.
      Specified by:
      updateData in interface IUpdatable
    • markCurrentToDelete

      public void markCurrentToDelete()
      Deprecated.
    • markToDelete

      public void markToDelete(org.primefaces.model.TreeNode<Object> node)
      Deprecated.
    • updateAction

      public void updateAction(Aktion action)
      Deprecated.
    • expandAll

      public void expandAll()
      Deprecated.
      Expand all nodes, ie. set the expanded flag of all state nodes to true, so that all actions are visible.
    • init

      protected void init(IEntityContext ec, Projekt project)
      Deprecated.
      Overrides:
      init in class AEntityDetailsBean<Projekt>