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
-
-
Constructor Summary
Constructors Constructor Description UserGroupBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Postfach>
getAllInboxes()
List<LDAPGruppe>
getAllLdapGroups()
List<Benutzer>
getAllUsers()
IEntityListModelSelectByView<BenutzerGruppe>
getModel()
List<Postfach>
getSelectedInboxes()
List<LDAPGruppe>
getSelectedLdapGroups()
List<Benutzer>
getSelectedUsers()
int
getUserGroupSize(int benutzerId)
void
setAllInboxes(List<Postfach> allInboxes)
void
setAllUsers(List<Benutzer> allUsers)
void
setModel(IEntityListModelSelectByView<BenutzerGruppe> model)
void
setSelectedInboxes(List<Postfach> selectedInboxes)
void
setSelectedLdapGroups(List<LDAPGruppe> selectedLdapGroups)
void
setSelectedUsers(List<Benutzer> selectedUsers)
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, 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
-
getModel
public IEntityListModelSelectByView<BenutzerGruppe> getModel()
- Returns:
- the model
-
setModel
public void setModel(IEntityListModelSelectByView<BenutzerGruppe> model)
- Parameters:
model
- the model to set
-
updateModel
public void updateModel()
-
getUserGroupSize
public int getUserGroupSize(int benutzerId)
-
getAllLdapGroups
public List<LDAPGruppe> getAllLdapGroups()
-
getSelectedLdapGroups
public List<LDAPGruppe> getSelectedLdapGroups()
-
setSelectedLdapGroups
public void setSelectedLdapGroups(List<LDAPGruppe> selectedLdapGroups)
-
-