Class RolePropertiesTemplateBean
- java.lang.Object
-
- de.xima.fc.gui.common.utils.msg.I18nUtils
-
- de.xima.fc.gui.common.utils.msg.MessageUtils
-
- de.xima.fc.gui.common.utils.msg.AMessaging
-
- de.xima.fc.gui.common.utils.msg.AJSFContext
-
- de.xima.fc.gui.bean.ABackendJSFContext
-
- de.xima.fc.gui.bean.application.templates.RolePropertiesTemplateBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class RolePropertiesTemplateBean extends ABackendJSFContext
- 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
-
-
Constructor Summary
Constructors Constructor Description RolePropertiesTemplateBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RolePropertyEntryModel
findByCustomProperty(List<RolePropertyEntryModel> searchList, String prop)
RolePropertyEntryModel
findByEAccessProperty(List<RolePropertyEntryModel> searchList, EAccessProperty prop)
List<RolePropertyEntryModel>
getBackendModels()
List<RolePropertyEntryModel>
getDesignerModels()
Map<IPluginAccessProperties,List<RolePropertyEntryModel>>
getPluginModels()
SessionBean
getSessionBean()
SessionEventBusBean
getSessionEventBusBean()
void
init()
void
initModels()
void
setSessionBean(SessionBean sessionBean)
void
setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
-
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
-
init
@PostConstruct public void init()
-
getSessionBean
public SessionBean getSessionBean()
-
setSessionBean
public void setSessionBean(SessionBean sessionBean)
-
initModels
public void initModels()
-
getBackendModels
public List<RolePropertyEntryModel> getBackendModels()
- Returns:
- the backendModels
-
getDesignerModels
public List<RolePropertyEntryModel> getDesignerModels()
- Returns:
- the designerModels
-
getPluginModels
public Map<IPluginAccessProperties,List<RolePropertyEntryModel>> getPluginModels()
- Returns:
- the pluginModels
-
getSessionEventBusBean
public SessionEventBusBean getSessionEventBusBean()
- Returns:
- the sessionEventBusBean
-
setSessionEventBusBean
public void setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
- Parameters:
sessionEventBusBean
- the sessionEventBusBean to set
-
findByEAccessProperty
public RolePropertyEntryModel findByEAccessProperty(List<RolePropertyEntryModel> searchList, EAccessProperty prop)
-
findByCustomProperty
public RolePropertyEntryModel findByCustomProperty(List<RolePropertyEntryModel> searchList, String prop)
-
-