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)
Deprecated.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)
Deprecated.List<BenutzerGruppe>
BenutzerGruppeAPI. getByBenutzer(UserContext uc, Benutzer benutzer)
Deprecated.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)
Deprecated.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. syncAuthorizations(IEntityContext ec, BenutzerGruppe gruppe)
static BenutzerGruppe
DaoActionHookHelper. syncBenutzer(IEntityContext ec, BenutzerGruppe gruppe)
Deprecated.static BenutzerGruppe
DaoActionHookHelper. syncEditorProjekte(IEntityContext ec, BenutzerGruppe gruppe)
static BenutzerGruppe
DaoActionHookHelper. syncLdapGroups(IEntityContext ec, BenutzerGruppe userGroup)
Deprecated.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. syncAuthorizations(IEntityContext ec, BenutzerGruppe gruppe)
static BenutzerGruppe
DaoActionHookHelper. syncBenutzer(IEntityContext ec, BenutzerGruppe gruppe)
Deprecated.static BenutzerGruppe
DaoActionHookHelper. syncEditorProjekte(IEntityContext ec, BenutzerGruppe gruppe)
static BenutzerGruppe
DaoActionHookHelper. syncLdapGroups(IEntityContext ec, BenutzerGruppe userGroup)
Deprecated.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)
Deprecated.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<LDAPGruppe>
LDAPGruppeDao. getAllByUserGroup(IEntityContext ec, Mandant client, BenutzerGruppe userGroup)
Deprecated.Method parameters in de.xima.fc.dao.impl with type arguments of type BenutzerGruppe Modifier and Type Method Description List<Postfach>
PostfachDao. getAllByUserGroups(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups)
Set<String>
PostfachDao. getAllNamesByUserGroups(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups)
-
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)
Deprecated.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.default List<Postfach>
IPostfachDao. getAllByBenutzergruppe(IEntityContext ec, BenutzerGruppe userGroup)
List<LDAPGruppe>
ILDAPGruppeDao. getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup)
Deprecated.Returns allLDAPGruppe
which are assigned to theBenutzerGruppe
default Set<String>
IPostfachDao. getAllNamesByUserGroup(IEntityContext ec, BenutzerGruppe userGroup)
Method parameters in de.xima.fc.dao.interfaces with type arguments of type BenutzerGruppe Modifier and Type Method Description List<Postfach>
IPostfachDao. getAllByUserGroups(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups)
Set<String>
IPostfachDao. getAllNamesByUserGroups(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups)
-
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()
Deprecated.List<BenutzerGruppe>
LDAPGruppe. getBenutzerGruppen()
Deprecated.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()
Set<BenutzerGruppe>
DirectClientAuthorization. getUserGroups()
Set<BenutzerGruppe>
IndirectClientAuthorization. getUserGroups()
List<BenutzerGruppe>
Projekt. getVisibilityUserGroups()
Methods in de.xima.fc.entities with parameters of type BenutzerGruppe Modifier and Type Method Description void
Benutzer. addBenutzerGruppe(BenutzerGruppe benutzerGruppe)
Deprecated.void
LDAPGruppe. addBenutzerGruppe(BenutzerGruppe benutzerGruppe)
Deprecated.void
Postfach. addBenutzerGruppe(BenutzerGruppe benutzerGruppe)
void
Projekt. addBenutzerGruppe(BenutzerGruppe benutzerGruppe)
void
Status. addBenutzerGruppeUsageRight(BenutzerGruppe bg)
Deprecated.void
Projekt. addEditorBenutzerGruppe(BenutzerGruppe benutzerGruppe)
boolean
AClientAuthorization. addUserGroup(BenutzerGruppe userGroup)
void
Projekt. addVisibilityUsergroup(BenutzerGruppe userGroup)
void
Benutzer. removeBenutzerGruppe(BenutzerGruppe benutzerGruppe)
Deprecated.void
LDAPGruppe. removeBenutzerGruppe(BenutzerGruppe benutzerGruppe)
Deprecated.void
Postfach. removeBenutzerGruppe(BenutzerGruppe benutzerGruppe)
void
Projekt. removeBenutzerGruppen(BenutzerGruppe benutzerGruppe)
void
Status. removeBenutzerGruppeUsageRight(BenutzerGruppe bg)
Deprecated.void
Projekt. removeEditorBenutzerGruppen(BenutzerGruppe benutzerGruppe)
void
Projekt. removeVisibilityUserGroup(BenutzerGruppe userGroup)
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.boolean
Projekt. isVisibleBy(Benutzer user, List<BenutzerGruppe> usergroups)
Deprecated.Benutzer is deprecated.void
WorkflowState. setAccessUserGroups(List<BenutzerGruppe> userGroups)
void
Benutzer. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Deprecated.Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Listevoid
LDAPGruppe. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Deprecated.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
DirectClientAuthorization. setUserGroups(Set<BenutzerGruppe> groups)
void
IndirectClientAuthorization. setUserGroups(Set<BenutzerGruppe> groups)
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
Deprecated.never usedMethods 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)
Deprecated.User groups should be determined by the user. -
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
Deprecated.useIUser.getClientUserGroups(String, Mandant)
instead.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)
Deprecated.User groups should be determined by the user. -
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()
Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.gui.bean.designer
Methods in de.xima.fc.gui.bean.designer that return BenutzerGruppe Modifier and Type Method Description BenutzerGruppe
DesignerPreviewPageBean. getSelectedUserGroup()
Methods in de.xima.fc.gui.bean.designer that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
DesignerPreviewPageBean. getAllUserGroups()
Methods in de.xima.fc.gui.bean.designer with parameters of type BenutzerGruppe Modifier and Type Method Description void
DesignerPreviewPageBean. setSelectedUserGroup(BenutzerGruppe selectedUserGroup)
-
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>
ProjectAccessBean. getAvailableUserGroups()
List<BenutzerGruppe>
ProjectImportBean. getProjectEditGroups()
List<BenutzerGruppe>
ProjectImportBean. getProjectViewGroups()
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()
List<BenutzerGruppe>
ClientAuthorizationBean. getUserGroupsList()
Method to return list of allBenutzerGruppe
of the current client.Methods in de.xima.fc.gui.bean.user with parameters of type BenutzerGruppe Modifier and Type Method Description void
UserGroupBean.EntityListModelImpl. setSelected(BenutzerGruppe selected)
-
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()
Deprecated.the user groups of a user within a client should be gotten viaIUser.getClientUserGroups(String, Mandant)
.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)
Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.gui.common.bean.profile
Methods in de.xima.fc.gui.common.bean.profile that return types with arguments of type BenutzerGruppe Modifier and Type Method Description Map<Mandant,org.apache.commons.lang3.tuple.Pair<Set<Rolle>,Map<String,Set<BenutzerGruppe>>>>
UserProfileInfoPanelBean. getUserAuthorizationInfo(Object user)
-
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)
Deprecated.LazyProjectWrapperListModel(Mandant client, Benutzer user, List<BenutzerGruppe> userGroups, boolean userHasUpdatePermission)
Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.gui.model.params
Methods in de.xima.fc.gui.model.params that return BenutzerGruppe Modifier and Type Method Description BenutzerGruppe
PreviewParams. getUserGroup()
Methods in de.xima.fc.gui.model.params with parameters of type BenutzerGruppe Modifier and Type Method Description PreviewParams.Builder
PreviewParams.Builder. withUserGroup(BenutzerGruppe userGroup)
-
Uses of BenutzerGruppe in de.xima.fc.gui.model.project
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)
Deprecated. -
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)
Deprecated.List<BenutzerGruppe>
PostfachHandler. getBenutzergruppen(UserContext uc, Postfach postfach)
List<BenutzerGruppe>
BenutzerGruppeHandler. getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId)
Deprecated.List<BenutzerGruppe>
BenutzerGruppeHandler. getByBenutzer(UserContext uc, Benutzer ben)
Deprecated.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)
Deprecated.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)
Deprecated.Gets theBenutzerGruppe
s.List<BenutzerGruppe>
IPostfachHandler. getBenutzergruppen(UserContext uc, Postfach postfach)
List<BenutzerGruppe>
IBenutzerGruppeHandler. getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId)
Deprecated.List<BenutzerGruppe>
IBenutzerGruppeHandler. getByBenutzer(UserContext uc, Benutzer ben)
Deprecated.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)
Deprecated.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 the given client with the given uuids -
Uses of BenutzerGruppe in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return types with arguments of type BenutzerGruppe Modifier and Type Method Description Set<BenutzerGruppe>
IClientAuthorization. getUserGroups()
-
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()
Deprecated.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)
Deprecated. -
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.User groups should be determined by the user.default void
IFormRequestContext. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Deprecated.User groups should be determined by the user.void
IFormRenderContext. setUserGroups(List<BenutzerGruppe> userGroups)
Deprecated.User groups should be determined by the user.void
IFormRequestContext. setUserGroups(List<BenutzerGruppe> userGroups)
Deprecated.User groups should be determined by the user. -
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.user
Methods in de.xima.fc.interfaces.user that return types with arguments of type BenutzerGruppe Modifier and Type Method Description default @NotNull Set<BenutzerGruppe>
IUser. getClientUserGroups(String scope, Mandant client)
Returns all user groups that this user has been assigned to within the given client and the given scope.default @NotNull Map<String,Set<BenutzerGruppe>>
IUser. getScopedUserGroups()
Returns a map of the all the user groups the user is assigned to scoped by application areas.default @NotNull Set<BenutzerGruppe>
IUser. getUserGroups(String scope)
Returns all user groups that this user has been assigned to within the given scope. -
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()
Deprecated.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)
Deprecated.void
VirtualBenutzer. setVirtualBenutzerGruppen(List<BenutzerGruppe> virtualBenutzerGruppen)
Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.mdl.auth.authorization
Methods in de.xima.fc.mdl.auth.authorization that return types with arguments of type BenutzerGruppe Modifier and Type Method Description Set<BenutzerGruppe>
BasicClientAuthorization. getUserGroups()
Method parameters in de.xima.fc.mdl.auth.authorization with type arguments of type BenutzerGruppe Modifier and Type Method Description BasicClientAuthorization.Builder
BasicClientAuthorization.Builder. withUserGroups(Set<BenutzerGruppe> userGroups)
-
Uses of BenutzerGruppe in de.xima.fc.mdl.auth.config
Methods in de.xima.fc.mdl.auth.config that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>
VirtualAuthenticatorConfig. getAccessUserGroups()
Method parameters in de.xima.fc.mdl.auth.config with type arguments of type BenutzerGruppe Modifier and Type Method Description static VirtualAuthenticatorConfig
VirtualAuthenticatorConfig. forFormType(List<BenutzerGruppe> accessUserGroups)
-
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()
Deprecated.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)
Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.mdl.form.record
Method parameters in de.xima.fc.mdl.form.record with type arguments of type BenutzerGruppe Modifier and Type Method Description static FormRecordUploadRequestData
FormRecordUploadRequestData. create(Vorgang formRecord, Set<BenutzerGruppe> userGroups, IFormDataAdapter fda, IXForm xForm)
static XItemConditionsWrapper
DefaultFD2ConditionsFactory. getDefaultXItemConditions(boolean usesNewWorkflow, Object workflowState, List<BenutzerGruppe> userGroups)
Gets anXItemConditionsWrapper
that evaluates item conditions in the scope of the given workflow state and user groups.static XItemConditionsWrapper
DefaultFD2ConditionsFactory. getDefaultXItemConditions(Vorgang formRecord, List<BenutzerGruppe> userGroups)
Constructor parameters in de.xima.fc.mdl.form.record with type arguments of type BenutzerGruppe Constructor Description FormRecordReviewData(Vorgang formRecord, List<BenutzerGruppe> userGroups, List<IFormRecordJobDetails> quartzJobDetails, IFormRecordWorkflowData workflowData, IFormDataAdapter fda, IXForm xForm, IFD2XItemProvider itemProvider)
FormRecordReviewData(Vorgang formRecord, List<BenutzerGruppe> userGroups, List<IFormRecordJobDetails> quartzJobDetails, IFormRecordWorkflowData workflowData, IFormDataAdapter fda, IXForm xForm, IFD2XItemProvider itemProvider, Locale locale)
FormRecordReviewData(Vorgang formRecord, List<BenutzerGruppe> userGroups, List<IFormRecordJobDetails> quartzJobDetails, IFormRecordWorkflowData workflowData, IFormDataAdapter fda, IXForm xForm, IFD2XItemProvider itemProvider, Locale locale, boolean ignoreConditions)
-
Uses of BenutzerGruppe in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as BenutzerGruppe Modifier and Type Field Description protected BenutzerGruppe
AWorkflowEngineTest. group
protected BenutzerGruppe
AWorkflowEngineTest. groupOther
-
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()
Deprecated.UseFRQSession.getUser()
&IUser.getClientUserGroups(String, Mandant)
instead.Method parameters in de.xima.fc.session with type arguments of type BenutzerGruppe Modifier and Type Method Description void
FRQSession. setUserGroups(List<BenutzerGruppe> userGroups)
Deprecated.UseFRQSession.getUser()
&IUser.getClientUserGroups(String, Mandant)
instead. -
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.testhelper
Methods in de.xima.fc.testhelper that return BenutzerGruppe Modifier and Type Method Description static BenutzerGruppe
EntityDummyFactory. dummyUserGroup(String name, Mandant client)
static BenutzerGruppe
EntityDummyFactory. dummyUserGroup(String name, Mandant client, Postfach... inboxes)
static BenutzerGruppe
EntityDummyFactory. dummyUserGroup(String name, Mandant client, Iterable<Postfach> inboxes)
-
Uses of BenutzerGruppe in de.xima.fc.user
Method parameters in de.xima.fc.user with type arguments of type BenutzerGruppe Modifier and Type Method Description static IUser
UserFactory. anonymous(Collection<BenutzerGruppe> userGroups)
-
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)
Deprecated.UseUserMgmtUtils.toJson(IUser, Mandant)
instead.static com.alibaba.fastjson.JSONObject
UserMgmtUtils. toJSON(Benutzer user, List<BenutzerGruppe> userGroups, org.pac4j.core.profile.CommonProfile prof)
Deprecated.UseUserMgmtUtils.toJson(IUser, Mandant)
instead. -
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> findUserGroupByUuid, Function<UUID,ClientAuthenticator> findClientAuthenticatorByUuid, Function<UUID,SystemAuthenticator> findSystemAuthenticatorByUuid)
-
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.helper
Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type BenutzerGruppe Modifier and Type Method Description static de.xima.cmn.criteria.FilterCriterion
WorkflowTriggerHelper. createUserGroupFilter(String userGroupSearchTerm, Iterable<BenutzerGruppe> userGroups)
Creates a filter for a workflow trigger that check if either no search term with the given key exists; or one exists and its value matches one of the given user group's UUIDs. -
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.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type BenutzerGruppe Modifier and Type Method Description IUserInvocationTriggerBuilder
IUserInvocationTriggerBuilder. userGroup(BenutzerGruppe userGroup)
Adds a user group to the list of groups that is allowed to initiate the trigger.default IUserInvocationTriggerBuilder
IUserInvocationTriggerBuilder. userGroups(BenutzerGruppe... userGroups)
Adds user groups to the list of groups that is allowed to initiate the trigger.Method parameters in de.xima.fc.workflow.processor.factory with type arguments of type BenutzerGruppe Modifier and Type Method Description default IUserInvocationTriggerBuilder
IUserInvocationTriggerBuilder. userGroups(Iterable<BenutzerGruppe> userGroups)
Adds user groups to the list of groups that is allowed to initiate the trigger. -
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 client)
-
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()
-
Uses of BenutzerGruppe in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type BenutzerGruppe Modifier and Type Method Description static ClientUserGroupView
ClientUserGroupView. forUserGroup(BenutzerGruppe userGroup)
-