Package de.xima.fc.gui.bean.user
Class UserGroupBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class UserGroupBean extends FCContextBean
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
UserGroupBean.EntityListModelImpl
-
Nested classes/interfaces inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder
-
-
Field Summary
-
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 UserGroupBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Postfach>
getAllInboxes()
Set<DirectClientAuthorization>
getDirectAuthorizationOptions()
Set<IndirectClientAuthorization>
getIndirectAuthorizationOptions()
IEntityListModelSelectByView<BenutzerGruppe>
getModel()
Set<DirectClientAuthorization>
getSelectedDirectAuthorizations()
List<Postfach>
getSelectedInboxes()
Set<IndirectClientAuthorization>
getSelectedIndirectAuthorizations()
void
setSelectedDirectAuthorizations(Set<DirectClientAuthorization> selectedDirectAuthorizations)
void
setSelectedInboxes(List<Postfach> selectedInboxes)
void
setSelectedIndirectAuthorizations(Set<IndirectClientAuthorization> selectedIndirectAuthorizations)
void
updateModel()
-
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
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.I18nUtils
getFacesContext, getLocale, rbValue, rbValue, rbValue, rbValueOrDefault, rbValueOrDefault
-
-
-
-
Method Detail
-
getSelectedDirectAuthorizations
public Set<DirectClientAuthorization> getSelectedDirectAuthorizations()
-
setSelectedDirectAuthorizations
public void setSelectedDirectAuthorizations(Set<DirectClientAuthorization> selectedDirectAuthorizations)
-
getDirectAuthorizationOptions
public Set<DirectClientAuthorization> getDirectAuthorizationOptions()
-
getSelectedIndirectAuthorizations
public Set<IndirectClientAuthorization> getSelectedIndirectAuthorizations()
-
setSelectedIndirectAuthorizations
public void setSelectedIndirectAuthorizations(Set<IndirectClientAuthorization> selectedIndirectAuthorizations)
-
getIndirectAuthorizationOptions
public Set<IndirectClientAuthorization> getIndirectAuthorizationOptions()
-
getModel
public IEntityListModelSelectByView<BenutzerGruppe> getModel()
-
updateModel
public void updateModel()
-
-