Uses of Class
de.xima.fc.entities.BenutzerGruppe
-
-
Uses of BenutzerGruppe in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return BenutzerGruppe Modifier and Type Method Description BenutzerGruppe
BenutzerGruppeAPI. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the user group with the given UUID stringBenutzerGruppe
BenutzerGruppeAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the user group with the given UUIDMethods in de.xima.fc.api.entity that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
ProjektAPI. getAccessGroups(UserContext uc, Projekt project)
List<BenutzerGruppe>
BenutzerAPI. getBenutzergruppen(UserContext uc, Benutzer ben)
Method for determining all user groups of a user.List<BenutzerGruppe>
PostfachAPI. getBenutzergruppen(UserContext uc, Postfach postfach)
Method for determining all usergroups of aPostfach
.List<BenutzerGruppe>
BenutzerGruppeAPI. getBenutzerGruppenUsageRightByStatus(UserContext uc, Status state)
Method for finding allStatus.getBenutzerGruppenUsageRight()
for a given state.List<BenutzerGruppe>
BenutzerGruppeAPI. getByBenutzer(UserContext uc, Benutzer benutzer)
Method for determining allBenutzerGruppe
of aBenutzer
.List<BenutzerGruppe>
BenutzerGruppeAPI. getByMandant(UserContext uc, Mandant mandant)
Method for determining allBenutzerGruppe
of aMandant
.List<BenutzerGruppe>
BenutzerGruppeAPI. getByProjekt(UserContext uc, Projekt projekt)
Method for determining allBenutzerGruppe
of aProjekt
.List<BenutzerGruppe>
ProjektAPI. getEditorGruppen(UserContext uc, long projektId)
Method for determining theBenutzerGruppe
who are authorized to edit the project.List<BenutzerGruppe>
BenutzerGruppeAPI. getEditorgruppenByProjekt(UserContext uc, Projekt projekt)
Method for determining allBenutzerGruppe
of aProjekt
.Methods in de.xima.fc.api.entity with parameters of type BenutzerGruppe Modifier and Type Method Description boolean
BenutzerAPI. addBenutzerToGruppe(UserContext uc, Benutzer ben, BenutzerGruppe bg)
Method to add a user to a user group.List<Postfach>
PostfachAPI. getAllByBenutzergruppe(UserContext uc, BenutzerGruppe benutzerGruppe)
Methode zum Ermitteln aller Postfächer, die einerBenutzerGruppe
zugeordnet sind. -
Uses of BenutzerGruppe in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook that return BenutzerGruppe Modifier and Type Method Description static BenutzerGruppe
DaoActionHookHelper. syncAccessProjekte(IEntityContext ec, BenutzerGruppe gruppe)
static BenutzerGruppe
DaoActionHookHelper. syncBenutzer(IEntityContext ec, BenutzerGruppe gruppe)
static BenutzerGruppe
DaoActionHookHelper. syncEditorProjekte(IEntityContext ec, BenutzerGruppe gruppe)
static BenutzerGruppe
DaoActionHookHelper. syncLdapGroups(IEntityContext ec, BenutzerGruppe userGroup)
static BenutzerGruppe
DaoActionHookHelper. syncPostfaecher(IEntityContext ec, BenutzerGruppe gruppe)
Methods in de.xima.fc.dao.hook with parameters of type BenutzerGruppe Modifier and Type Method Description static BenutzerGruppe
DaoActionHookHelper. syncAccessProjekte(IEntityContext ec, BenutzerGruppe gruppe)
static BenutzerGruppe
DaoActionHookHelper. syncBenutzer(IEntityContext ec, BenutzerGruppe gruppe)
static BenutzerGruppe
DaoActionHookHelper. syncEditorProjekte(IEntityContext ec, BenutzerGruppe gruppe)
static BenutzerGruppe
DaoActionHookHelper. syncLdapGroups(IEntityContext ec, BenutzerGruppe userGroup)
static BenutzerGruppe
DaoActionHookHelper. syncPostfaecher(IEntityContext ec, BenutzerGruppe gruppe)
-
Uses of BenutzerGruppe in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return BenutzerGruppe Modifier and Type Method Description BenutzerGruppe
BenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
BenutzerGruppe
BenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
BenutzerGruppeDao. getAllByProject(IEntityContext ec, Projekt project)
Map<String,BenutzerGruppe>
BenutzerGruppeDao. getBenutzerGruppeByMandant(IEntityContext ec, Mandant mandant)
List<BenutzerGruppe>
BenutzerDao. getBenutzergruppen(IEntityContext ec, Benutzer benutzer)
protected IFCDaoActionHook<BenutzerGruppe>
BenutzerGruppeDao. getPostActionHook()
protected IFCDaoActionHook<BenutzerGruppe>
BenutzerGruppeDao. getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type BenutzerGruppe Modifier and Type Method Description String
BenutzerGruppeDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude)
List<Postfach>
PostfachDao. getAllByBenutzergruppe(IEntityContext ec, BenutzerGruppe benutzerGruppe)
List<LDAPGruppe>
LDAPGruppeDao. getAllByUserGroup(IEntityContext ec, Mandant client, BenutzerGruppe userGroup)
-
Uses of BenutzerGruppe in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return BenutzerGruppe Modifier and Type Method Description BenutzerGruppe
IBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the user group with the given UUID stringBenutzerGruppe
IBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the user group with the given UUIDMethods in de.xima.fc.dao.interfaces that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
IBenutzerGruppeDao. getAllByProject(IEntityContext ec, Projekt project)
Returns all user groups being referenced by the given projectMap<String,BenutzerGruppe>
IBenutzerGruppeDao. getBenutzerGruppeByMandant(IEntityContext ec, Mandant mandant)
List<BenutzerGruppe>
IBenutzerDao. getBenutzergruppen(IEntityContext ec, Benutzer ben)
Methods in de.xima.fc.dao.interfaces with parameters of type BenutzerGruppe Modifier and Type Method Description String
IBenutzerGruppeDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude)
Returns a name that is not taken by anotherBenutzerGruppe
in the given client other than the excluded user group.List<Postfach>
IPostfachDao. getAllByBenutzergruppe(IEntityContext ec, BenutzerGruppe benutzerGruppe)
List<LDAPGruppe>
ILDAPGruppeDao. getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup)
Returns allLDAPGruppe
which are assigned to theBenutzerGruppe
-
Uses of BenutzerGruppe in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
WorkflowState. getAccessUserGroups()
List<BenutzerGruppe>
Benutzer. getBenutzerGruppen()
List<BenutzerGruppe>
LDAPGruppe. getBenutzerGruppen()
List<BenutzerGruppe>
Postfach. getBenutzerGruppen()
Liefert die Benutzergruppen-Liste der zugriffsberechtigten Benutzergruppen.List<BenutzerGruppe>
Projekt. getBenutzerGruppen()
List<BenutzerGruppe>
Status. getBenutzerGruppenUsageRight()
Deprecated.Liefert die aktuellen BenutzerGruppen-Liste.List<BenutzerGruppe>
Projekt. getEditorBenutzerGruppen()
List<BenutzerGruppe>
Projekt. getVisibilityUserGroups()
Method parameters in de.xima.fc.entities with type arguments of type BenutzerGruppe Modifier and Type Method Description boolean
Projekt. isEditableBy(Benutzer user, List<BenutzerGruppe> usergroups)
Deprecated.UseIProjektDao#isEditingAllowed
.boolean
Projekt. isVisibleBy(Benutzer user, List<BenutzerGruppe> usergroups)
void
WorkflowState. setAccessUserGroups(List<BenutzerGruppe> userGroups)
void
Benutzer. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Listevoid
LDAPGruppe. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Listevoid
Postfach. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Ersetzt die gegebene Liste mit der übergebenen Listevoid
Projekt. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
void
Status. setBenutzerGruppenUsageRight(List<BenutzerGruppe> bgList)
Deprecated.Überschreibt die aktuelle Benutzergruppenliste mit der übergebenen Listevoid
Projekt. setEditorBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
void
Projekt. setVisibilityUserGroups(List<BenutzerGruppe> userGroups)
-
Uses of BenutzerGruppe in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
IBenutzerGruppeDependent. getBenutzerGruppen()
Method parameters in de.xima.fc.entities.interfaces with type arguments of type BenutzerGruppe Modifier and Type Method Description void
IBenutzerGruppeDependent. setBenutzerGruppen(List<BenutzerGruppe> bgSet)
-
Uses of BenutzerGruppe in de.xima.fc.export
Methods in de.xima.fc.export that return types with arguments of type BenutzerGruppe Modifier and Type Method Description protected List<BenutzerGruppe>
AProjektUtil. getBenutzergruppen(List<BenutzerGruppe> bgl)
Methode zum Auslesen der Benutzergruppenprotected List<BenutzerGruppe>
AProjektUtil. getBenutzerGruppenListe(List<BenutzerGruppe> benutzerGruppen)
liest Benutzergruppen aus der DBMethod parameters in de.xima.fc.export with type arguments of type BenutzerGruppe Modifier and Type Method Description protected List<BenutzerGruppe>
AProjektUtil. getBenutzergruppen(List<BenutzerGruppe> bgl)
Methode zum Auslesen der Benutzergruppenprotected List<BenutzerGruppe>
AProjektUtil. getBenutzerGruppenListe(List<BenutzerGruppe> benutzerGruppen)
liest Benutzergruppen aus der DB -
Uses of BenutzerGruppe in de.xima.fc.form.render
Fields in de.xima.fc.form.render with type parameters of type BenutzerGruppe Modifier and Type Field Description protected List<BenutzerGruppe>
FormRenderContext. benutzerGruppen
Methods in de.xima.fc.form.render that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
FormRenderContext. getUserGroups()
Method parameters in de.xima.fc.form.render with type arguments of type BenutzerGruppe Modifier and Type Method Description void
FormRenderContext. setUserGroups(List<BenutzerGruppe> benutzerGruppen)
-
Uses of BenutzerGruppe in de.xima.fc.form.request
Fields in de.xima.fc.form.request with type parameters of type BenutzerGruppe Modifier and Type Field Description protected List<BenutzerGruppe>
FormRequestContext. userGroups
Methods in de.xima.fc.form.request that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
FormRequestContext. getUserGroups()
Method parameters in de.xima.fc.form.request with type arguments of type BenutzerGruppe Modifier and Type Method Description void
FormRequestContext. setUserGroups(List<BenutzerGruppe> userGroups)
-
Uses of BenutzerGruppe in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
BackendBean. getGroupsOfCurrentUser()
-
Uses of BenutzerGruppe in de.xima.fc.gui.bean.appointment
Methods in de.xima.fc.gui.bean.appointment that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
AppointmentTemplateBean. getUserGroups()
-
Uses of BenutzerGruppe in de.xima.fc.gui.bean.inbox
Methods in de.xima.fc.gui.bean.inbox that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
InboxBean. getAllUserGroups()
List<BenutzerGruppe>
InboxBean. getSelectedUserGroups()
Method parameters in de.xima.fc.gui.bean.inbox with type arguments of type BenutzerGruppe Modifier and Type Method Description void
InboxBean. setAllUserGroups(List<BenutzerGruppe> allUserGroups)
void
InboxBean. setSelectedUserGroups(List<BenutzerGruppe> selectedUserGroups)
-
Uses of BenutzerGruppe in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
ProjectImportBean. getProjectEditGroups()
List<BenutzerGruppe>
ProjectImportBean. getProjectViewGroups()
List<BenutzerGruppe>
ProjectAccessBean. getUserGroups()
Methods in de.xima.fc.gui.bean.project with parameters of type BenutzerGruppe Modifier and Type Method Description void
ProjectImportBean. addEditorGroupToCurrentUser(BenutzerGruppe userGroup)
void
ProjectImportBean. addVisibilityGroupToCurrentUser(BenutzerGruppe userGroup)
-
Uses of BenutzerGruppe in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return BenutzerGruppe Modifier and Type Method Description BenutzerGruppe
UserGroupBean.EntityListModelImpl. getNew()
Methods in de.xima.fc.gui.bean.user that return types with arguments of type BenutzerGruppe Modifier and Type Method Description IEntityListModelSelectByView<BenutzerGruppe>
UserGroupBean. getModel()
Methods in de.xima.fc.gui.bean.user with parameters of type BenutzerGruppe Modifier and Type Method Description void
UserGroupBean.EntityListModelImpl. setSelected(BenutzerGruppe selected)
Method parameters in de.xima.fc.gui.bean.user with type arguments of type BenutzerGruppe Modifier and Type Method Description void
UserGroupBean. setModel(IEntityListModelSelectByView<BenutzerGruppe> model)
-
Uses of BenutzerGruppe in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
ProcessingBean. getAllUserGroups()
Deprecated.Returns allBenutzerGruppe
defined for theMandant
List<BenutzerGruppe>
StateBean. getAllUserGroupsForWorkflow()
Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
SessionBean. getCurrentUserGroups()
Method parameters in de.xima.fc.gui.common.bean with type arguments of type BenutzerGruppe Modifier and Type Method Description void
SessionBean. setCurrentUserGroups(List<BenutzerGruppe> currentUserGroups)
-
Uses of BenutzerGruppe in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type BenutzerGruppe Constructor Description UserGroupModifiedEvent(BenutzerGruppe entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)
Creates a new entity POJO with the given data. -
Uses of BenutzerGruppe in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
BaseDesignerModel. getUserGroups()
Constructor parameters in de.xima.fc.gui.model.designer with type arguments of type BenutzerGruppe Constructor Description BaseDesignerModel(String baseUrl, List<BenutzerGruppe> userGroups)
Creates a new POJO model with the given data. -
Uses of BenutzerGruppe in de.xima.fc.gui.model.lazydata
Methods in de.xima.fc.gui.model.lazydata that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
LazyProjectWrapperListModel. getUserGroups()
Deprecated.Method parameters in de.xima.fc.gui.model.lazydata with type arguments of type BenutzerGruppe Modifier and Type Method Description void
LazyProjectWrapperListModel. setUserGroups(List<BenutzerGruppe> userGroups)
Deprecated.Constructor parameters in de.xima.fc.gui.model.lazydata with type arguments of type BenutzerGruppe Constructor Description LazyProjectViewListModel(Benutzer user, List<BenutzerGruppe> userGroups, Mandant client, Locale locale)
LazyProjectWrapperListModel(Mandant client, Benutzer user, List<BenutzerGruppe> userGroups, boolean userHasUpdatePermission)
Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.gui.model.project
Method parameters in de.xima.fc.gui.model.project with type arguments of type BenutzerGruppe Modifier and Type Method Description void
ProjectViewModel. update(IEntityContext ec, Benutzer user, List<BenutzerGruppe> userGroups, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Constructor parameters in de.xima.fc.gui.model.project with type arguments of type BenutzerGruppe Constructor Description ProjectWrapper(Projekt project, Benutzer user, List<BenutzerGruppe> userGroups, boolean userHasUpdatePermission)
-
Uses of BenutzerGruppe in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return BenutzerGruppe Modifier and Type Method Description BenutzerGruppe
BenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, String uuid)
BenutzerGruppe
BenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Methods in de.xima.fc.handler.entity that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
ProjektHandler. getAccessGroups(UserContext uc, Projekt project)
List<BenutzerGruppe>
BenutzerHandler. getBenutzergruppen(UserContext uc, Benutzer ben)
Gets theBenutzerGruppe
s.List<BenutzerGruppe>
PostfachHandler. getBenutzergruppen(UserContext uc, Postfach postfach)
List<BenutzerGruppe>
BenutzerGruppeHandler. getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId)
List<BenutzerGruppe>
BenutzerGruppeHandler. getByBenutzer(UserContext uc, Benutzer ben)
List<BenutzerGruppe>
BenutzerGruppeHandler. getByProjekt(UserContext uc, Long projektId)
List<BenutzerGruppe>
BenutzerGruppeHandler. getEditorgruppenByProjekt(UserContext uc, Long projektId)
Methods in de.xima.fc.handler.entity with parameters of type BenutzerGruppe Modifier and Type Method Description boolean
BenutzerHandler. addBenutzerToGruppe(UserContext uc, Benutzer ben, BenutzerGruppe bg)
Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.List<Postfach>
PostfachHandler. getAllByBenutzergruppe(UserContext uc, BenutzerGruppe benutzerGruppe)
-
Uses of BenutzerGruppe in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return BenutzerGruppe Modifier and Type Method Description BenutzerGruppe
IBenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the user group with the given UUID stringBenutzerGruppe
IBenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the user group with the given UUIDMethods in de.xima.fc.handler.interfaces.entity that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
IProjektHandler. getAccessGroups(UserContext uc, Projekt project)
List<BenutzerGruppe>
IBenutzerHandler. getBenutzergruppen(UserContext uc, Benutzer user)
Gets theBenutzerGruppe
s.List<BenutzerGruppe>
IPostfachHandler. getBenutzergruppen(UserContext uc, Postfach postfach)
List<BenutzerGruppe>
IBenutzerGruppeHandler. getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId)
List<BenutzerGruppe>
IBenutzerGruppeHandler. getByBenutzer(UserContext uc, Benutzer ben)
List<BenutzerGruppe>
IBenutzerGruppeHandler. getByProjekt(UserContext uc, Long projektId)
List<BenutzerGruppe>
IBenutzerGruppeHandler. getEditorgruppenByProjekt(UserContext uc, Long projektId)
Methods in de.xima.fc.handler.interfaces.entity with parameters of type BenutzerGruppe Modifier and Type Method Description boolean
IBenutzerHandler. addBenutzerToGruppe(UserContext uc, Benutzer ben, BenutzerGruppe bg)
Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.List<Postfach>
IPostfachHandler. getAllByBenutzergruppe(UserContext uc, BenutzerGruppe benutzerGruppe)
-
Uses of BenutzerGruppe in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type BenutzerGruppe Modifier and Type Method Description protected IGenericDao<BenutzerGruppe>
UserGroupImportConfig. getDao()
Constructors in de.xima.fc.importer.config with parameters of type BenutzerGruppe Constructor Description UserGroupImportConfig(IEntityContext ec, Mandant client, BenutzerGruppe entity, Set<IEntityDependency> dependencies, String importJson)
Deprecated.Constructor parameters in de.xima.fc.importer.config with type arguments of type BenutzerGruppe Constructor Description UserGroupImportConfig(IEntityImportConfigData<BenutzerGruppe> data)
-
Uses of BenutzerGruppe in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type BenutzerGruppe Constructor Description UserGroupImportStager(IEntityContext ec, BenutzerGruppe entity, Mandant client)
Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.importer.util
Methods in de.xima.fc.importer.util that return types with arguments of type BenutzerGruppe Modifier and Type Method Description static List<BenutzerGruppe>
EntityImportHelper. getUserGroups(IEntityContext ec, List<UUID> uuids, Mandant client, List<IEntityImportConfig<?>> importConfigs)
Gets a list of user groups in th given client with the given uuids -
Uses of BenutzerGruppe in de.xima.fc.interfaces.bean
Methods in de.xima.fc.interfaces.bean that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
ISessionBean. getCurrentUserGroups()
Method parameters in de.xima.fc.interfaces.bean with type arguments of type BenutzerGruppe Modifier and Type Method Description void
ISessionBean. setCurrentUserGroups(List<BenutzerGruppe> currentUserGroups)
-
Uses of BenutzerGruppe in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return types with arguments of type BenutzerGruppe Modifier and Type Method Description default List<BenutzerGruppe>
IFormRenderContext. getBenutzerGruppen()
Deprecated.default List<BenutzerGruppe>
IFormRequestContext. getBenutzerGruppen()
Deprecated.List<BenutzerGruppe>
IFormRenderContext. getUserGroups()
List<BenutzerGruppe>
IFormRequestContext. getUserGroups()
Method parameters in de.xima.fc.interfaces.form with type arguments of type BenutzerGruppe Modifier and Type Method Description default void
IFormRenderContext. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Deprecated.default void
IFormRequestContext. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Deprecated.void
IFormRenderContext. setUserGroups(List<BenutzerGruppe> userGroups)
void
IFormRequestContext. setUserGroups(List<BenutzerGruppe> userGroups)
-
Uses of BenutzerGruppe in de.xima.fc.interfaces.setup
Methods in de.xima.fc.interfaces.setup that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
IDefaultMandantData. getAllBenutzergruppen(Locale installLocale)
Deprecated.List<BenutzerGruppe>
IClientCreateData. getAllUsergroups(Locale locale)
default List<BenutzerGruppe>
IDefaultMandantData. getAllUsergroups(Locale locale)
Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
IWorkflowProvider. getAllUserGroups()
-
Uses of BenutzerGruppe in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
VirtualBenutzer. getBenutzerGruppen()
List<BenutzerGruppe>
VirtualBenutzer. getVirtualBenutzerGruppen()
Deprecated.Method parameters in de.xima.fc.mdl with type arguments of type BenutzerGruppe Modifier and Type Method Description void
VirtualBenutzer. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
void
VirtualBenutzer. setVirtualBenutzerGruppen(List<BenutzerGruppe> virtualBenutzerGruppen)
Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
FormUserRequestData. getBenutzerGruppen()
Method parameters in de.xima.fc.mdl.form with type arguments of type BenutzerGruppe Modifier and Type Method Description void
FormUserRequestData. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
-
Uses of BenutzerGruppe in de.xima.fc.session
Methods in de.xima.fc.session that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
FRQSession. getUserGroups()
Method parameters in de.xima.fc.session with type arguments of type BenutzerGruppe Modifier and Type Method Description void
FRQSession. setUserGroups(List<BenutzerGruppe> userGroups)
-
Uses of BenutzerGruppe in de.xima.fc.setup
Methods in de.xima.fc.setup that return BenutzerGruppe Modifier and Type Method Description protected BenutzerGruppe
DefaultClientData. getAdminUsergroups(Locale locale)
Returns an new user-group for administratorsprotected BenutzerGruppe
DefaultClientData. getEditorUsergroups(Locale locale)
Returns an new user-group for editorsMethods in de.xima.fc.setup that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
DefaultClientCreator. createBenutzergruppen(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)
Deprecated.will be removed.protected List<BenutzerGruppe>
DefaultClientCreator. createUsergroups(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)
ArrayList<BenutzerGruppe>
DefaultClientData. getAllUsergroups(Locale locale)
-
Uses of BenutzerGruppe in de.xima.fc.utils
Method parameters in de.xima.fc.utils with type arguments of type BenutzerGruppe Modifier and Type Method Description static com.alibaba.fastjson.JSONObject
UserMgmtUtils. toJSON(Benutzer user, List<BenutzerGruppe> userGroups)
static com.alibaba.fastjson.JSONObject
UserMgmtUtils. toJSON(Benutzer user, List<BenutzerGruppe> userGroups, org.pac4j.core.profile.CommonProfile prof)
-
Uses of BenutzerGruppe in de.xima.fc.web.common.auth.authorizer
Constructor parameters in de.xima.fc.web.common.auth.authorizer with type arguments of type BenutzerGruppe Constructor Description HasUserGroupAuthorizer(List<BenutzerGruppe> accessUserGroups)
-
Uses of BenutzerGruppe in de.xima.fc.workflow
Method parameters in de.xima.fc.workflow with type arguments of type BenutzerGruppe Modifier and Type Method Description WorkflowState
WorkflowStateModel. toWorkflowState(Function<UUID,BenutzerGruppe> userGroupDao, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)
-
Uses of BenutzerGruppe in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
WorkflowProviderBean. getAllUserGroups()
-
Uses of BenutzerGruppe in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
WorkflowRequestContextModel. getUserGroups()
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type BenutzerGruppe Modifier and Type Method Description void
WorkflowRequestContextModel. setUserGroups(List<BenutzerGruppe> userGroups)
-
Uses of BenutzerGruppe in de.xima.fc.workflow.designer.model.client
Methods in de.xima.fc.workflow.designer.model.client with parameters of type BenutzerGruppe Modifier and Type Method Description static ClientUserGroupView
ClientUserGroupView. forUserGroup(BenutzerGruppe userGroup)
-
Uses of BenutzerGruppe in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type BenutzerGruppe Modifier and Type Method Description static List<BenutzerGruppe>
WorkflowProviderHelper. computeAllUserGroups(IEntityContext ec, Mandant currentClient)
-
Uses of BenutzerGruppe in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
ValidationWorkflowProvider. getAllUserGroups()
-