Package de.xima.fc.gui.bean.workflow
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:
- 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 Modifier and Type Field Description protected List<String>
placeholder
Deprecated.-
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 AActionBean()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addNew()
Deprecated.void
addNew(Status state)
Deprecated.void
changeProcessing()
Deprecated.void
copy()
Deprecated.void
copy(Aktion current)
Deprecated.String
delete(String targetView, Aktion action)
Deprecated.Aktion
getCurrent()
Deprecated.List<String>
getPlaceholder()
Deprecated.Liefert die Liste der (aktionsabhängigen) Placeholder, eingebettet in '[%...%]', zurück.IProcessing
getProcessing()
Deprecated.IProcessingModel
getProcessingModel()
Deprecated.int
getTabIndex()
Deprecated.StateTreeBean
getTreeBean()
Deprecated.boolean
isActionNameUnique(Status state, String name)
Deprecated.boolean
isHasCondition()
Deprecated.boolean
isHasCondition(Aktion action)
Deprecated.boolean
isHasErrorCase()
Deprecated.boolean
isHasErrorCase(Aktion action)
Deprecated.boolean
isShowMatchOperand()
Deprecated.void
loadLazyData()
Deprecated.void
save(boolean addInfoMessages, boolean addErrorMessages)
Deprecated.void
setCurrent(Aktion current)
Deprecated.void
setPlaceholder(List<String> placeholder)
Deprecated.void
setProcessingModel(IProcessing processing)
Deprecated.void
setTabIndex(int tabIndex)
Deprecated.void
setTreeBean(StateTreeBean treeBean)
Deprecated.void
toggleActiveCheckedNodes()
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
-
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
-
getTabIndex
public int getTabIndex()
Deprecated.
-
setTabIndex
public void setTabIndex(int tabIndex)
Deprecated.
-
setCurrent
public void setCurrent(Aktion current)
Deprecated.- Overrides:
setCurrent
in classEntityBean<Aktion>
-
getCurrent
public Aktion getCurrent()
Deprecated.- Overrides:
getCurrent
in classEntityBean<Aktion>
-
loadLazyData
public void loadLazyData()
Deprecated.- Overrides:
loadLazyData
in classEntityBean<Aktion>
-
save
public void save(boolean addInfoMessages, boolean addErrorMessages)
Deprecated.- Overrides:
save
in classEntityBean<Aktion>
-
addNew
public void addNew()
Deprecated.
-
addNew
public void addNew(Status state)
Deprecated.
-
isShowMatchOperand
public boolean isShowMatchOperand()
Deprecated.
-
delete
public String delete(String targetView, Aktion action)
Deprecated.- Overrides:
delete
in classEntityBean<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.
-
-