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>placeholderDeprecated.-
Fields inherited from class de.xima.fc.gui.bean.EntityBean
current, dao, entityClass
-
Fields inherited from class de.xima.fc.gui.bean.FCContextBean
systemUC
-
Fields inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
localeBean
-
-
Constructor Summary
Constructors Constructor Description AActionBean()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddNew()Deprecated.voidaddNew(Status state)Deprecated.voidchangeProcessing()Deprecated.voidcopy()Deprecated.voidcopy(Aktion current)Deprecated.Stringdelete(String targetView, Aktion action)Deprecated.AktiongetCurrent()Deprecated.List<String>getPlaceholder()Deprecated.Liefert die Liste der (aktionsabhängigen) Placeholder, eingebettet in '[%...%]', zurück.IProcessinggetProcessing()Deprecated.IProcessingModelgetProcessingModel()Deprecated.intgetTabIndex()Deprecated.StateTreeBeangetTreeBean()Deprecated.booleanisActionNameUnique(Status state, String name)Deprecated.booleanisHasCondition()Deprecated.booleanisHasCondition(Aktion action)Deprecated.booleanisHasErrorCase()Deprecated.booleanisHasErrorCase(Aktion action)Deprecated.booleanisShowMatchOperand()Deprecated.voidloadLazyData()Deprecated.voidsave(boolean addInfoMessages, boolean addErrorMessages)Deprecated.voidsetCurrent(Aktion current)Deprecated.voidsetPlaceholder(List<String> placeholder)Deprecated.voidsetProcessingModel(IProcessing processing)Deprecated.voidsetTabIndex(int tabIndex)Deprecated.voidsetTreeBean(StateTreeBean treeBean)Deprecated.voidtoggleActiveCheckedNodes()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, 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, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, errorMsg, errorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg, msg
-
-
-
-
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:
Listof placeholders
-
getTabIndex
public int getTabIndex()
Deprecated.
-
setTabIndex
public void setTabIndex(int tabIndex)
Deprecated.
-
setCurrent
public void setCurrent(Aktion current)
Deprecated.- Overrides:
setCurrentin classEntityBean<Aktion>
-
getCurrent
public Aktion getCurrent()
Deprecated.- Overrides:
getCurrentin classEntityBean<Aktion>
-
loadLazyData
public void loadLazyData()
Deprecated.- Overrides:
loadLazyDatain classEntityBean<Aktion>
-
save
public void save(boolean addInfoMessages, boolean addErrorMessages)Deprecated.- Overrides:
savein 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:
deletein 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.
-
-