Class AActionBean

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActionBean

@Deprecated public abstract class AActionBean extends EntityBean<Aktion>
Deprecated.
Use the new workflow engine.
Author:
XIMA MEDIA GmbH, Dresden - 05.11.2020
See Also:
  • Field Details

    • placeholder

      protected List<String> placeholder
      Deprecated.
  • Constructor Details

    • AActionBean

      public AActionBean()
      Deprecated.
  • Method Details

    • getProcessing

      public IProcessing getProcessing()
      Deprecated.
    • getProcessingModel

      public IProcessingModel getProcessingModel()
      Deprecated.
    • setProcessingModel

      public void setProcessingModel(IProcessing processing)
      Deprecated.
    • toggleActiveCheckedNodes

      public void toggleActiveCheckedNodes()
      Deprecated.
    • getPlaceholder

      public List<String> getPlaceholder()
      Deprecated.
      Liefert die Liste der (aktionsabhängigen) Placeholder, eingebettet in '[%...%]', zurück.
      Returns:
      List of placeholders
    • setPlaceholder

      public void setPlaceholder(List<String> placeholder)
      Deprecated.
    • getTabIndex

      public int getTabIndex()
      Deprecated.
    • setTabIndex

      public void setTabIndex(int tabIndex)
      Deprecated.
    • setCurrent

      public void setCurrent(Aktion current)
      Deprecated.
      Overrides:
      setCurrent in class EntityBean<Aktion>
    • getCurrent

      public Aktion getCurrent()
      Deprecated.
      Overrides:
      getCurrent in class EntityBean<Aktion>
    • loadLazyData

      public void loadLazyData()
      Deprecated.
      Overrides:
      loadLazyData in class EntityBean<Aktion>
    • save

      public void save(boolean addInfoMessages, boolean addErrorMessages)
      Deprecated.
      Overrides:
      save in class EntityBean<Aktion>
    • addNew

      public void addNew()
      Deprecated.
    • addNew

      public void addNew(Status state)
      Deprecated.
    • isShowMatchOperand

      public boolean isShowMatchOperand()
      Deprecated.
    • isActionNameUnique

      public boolean isActionNameUnique(Status state, String name)
      Deprecated.
    • delete

      public String delete(String targetView, Aktion action)
      Deprecated.
      Overrides:
      delete in class EntityBean<Aktion>
    • copy

      public void copy()
      Deprecated.
    • copy

      public void copy(Aktion current)
      Deprecated.
    • isHasCondition

      public boolean isHasCondition()
      Deprecated.
    • isHasErrorCase

      public boolean isHasErrorCase()
      Deprecated.
    • isHasCondition

      public boolean isHasCondition(Aktion action)
      Deprecated.
    • isHasErrorCase

      public boolean isHasErrorCase(Aktion action)
      Deprecated.
    • getTreeBean

      public StateTreeBean getTreeBean()
      Deprecated.
    • setTreeBean

      public void setTreeBean(StateTreeBean treeBean)
      Deprecated.
    • changeProcessing

      public void changeProcessing()
      Deprecated.