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 BenutzerGruppeBenutzerGruppeAPI. getByUUID(UserContext uc, Mandant client, String uuid)Returns the user group with the given UUID stringBenutzerGruppeBenutzerGruppeAPI. 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 allBenutzerGruppeof aBenutzer.List<BenutzerGruppe>BenutzerGruppeAPI. getByMandant(UserContext uc, Mandant mandant)Method for determining allBenutzerGruppeof aMandant.List<BenutzerGruppe>BenutzerGruppeAPI. getByProjekt(UserContext uc, Projekt projekt)Method for determining allBenutzerGruppeof aProjekt.List<BenutzerGruppe>ProjektAPI. getEditorGruppen(UserContext uc, long projektId)Method for determining theBenutzerGruppewho are authorized to edit the project.List<BenutzerGruppe>BenutzerGruppeAPI. getEditorgruppenByProjekt(UserContext uc, Projekt projekt)Method for determining allBenutzerGruppeof aProjekt.Methods in de.xima.fc.api.entity with parameters of type BenutzerGruppe Modifier and Type Method Description booleanBenutzerAPI. 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 einerBenutzerGruppezugeordnet 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 BenutzerGruppeDaoActionHookHelper. syncAccessProjekte(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncBenutzer(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncEditorProjekte(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncLdapGroups(IEntityContext ec, BenutzerGruppe userGroup)static BenutzerGruppeDaoActionHookHelper. syncPostfaecher(IEntityContext ec, BenutzerGruppe gruppe)Methods in de.xima.fc.dao.hook with parameters of type BenutzerGruppe Modifier and Type Method Description static BenutzerGruppeDaoActionHookHelper. syncAccessProjekte(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncBenutzer(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncEditorProjekte(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncLdapGroups(IEntityContext ec, BenutzerGruppe userGroup)static BenutzerGruppeDaoActionHookHelper. 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 BenutzerGruppeBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)BenutzerGruppeBenutzerGruppeDao. 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 StringBenutzerGruppeDao. 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 BenutzerGruppeIBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the user group with the given UUID stringBenutzerGruppeIBenutzerGruppeDao. 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 StringIBenutzerGruppeDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude)Returns a name that is not taken by anotherBenutzerGruppein 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 allLDAPGruppewhich 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 booleanProjekt. isEditableBy(Benutzer user, List<BenutzerGruppe> usergroups)Deprecated.UseIProjektDao#isEditingAllowed.booleanProjekt. isVisibleBy(Benutzer user, List<BenutzerGruppe> usergroups)voidWorkflowState. setAccessUserGroups(List<BenutzerGruppe> userGroups)voidBenutzer. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)Ersetzt die zugeordneten Benutzergruppen mit der übergebenen ListevoidLDAPGruppe. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)Ersetzt die zugeordneten Benutzergruppen mit der übergebenen ListevoidPostfach. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)Ersetzt die gegebene Liste mit der übergebenen ListevoidProjekt. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)voidStatus. setBenutzerGruppenUsageRight(List<BenutzerGruppe> bgList)Deprecated.Überschreibt die aktuelle Benutzergruppenliste mit der übergebenen ListevoidProjekt. setEditorBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)voidProjekt. 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 voidIBenutzerGruppeDependent. 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. benutzerGruppenMethods 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 voidFormRenderContext. 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. userGroupsMethods 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 voidFormRequestContext. 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 voidInboxBean. setAllUserGroups(List<BenutzerGruppe> allUserGroups)voidInboxBean. 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 voidProjectImportBean. addEditorGroupToCurrentUser(BenutzerGruppe userGroup)voidProjectImportBean. 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 BenutzerGruppeUserGroupBean.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 voidUserGroupBean.EntityListModelImpl. setSelected(BenutzerGruppe selected)Method parameters in de.xima.fc.gui.bean.user with type arguments of type BenutzerGruppe Modifier and Type Method Description voidUserGroupBean. 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 allBenutzerGruppedefined for theMandantList<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 voidSessionBean. 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 voidLazyProjectWrapperListModel. 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 voidProjectViewModel. 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 BenutzerGruppeBenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, String uuid)BenutzerGruppeBenutzerGruppeHandler. 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 theBenutzerGruppes.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 booleanBenutzerHandler. 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 BenutzerGruppeIBenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, String uuid)Returns the user group with the given UUID stringBenutzerGruppeIBenutzerGruppeHandler. 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 theBenutzerGruppes.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 booleanIBenutzerHandler. 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 the 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 voidISessionBean. 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 voidIFormRenderContext. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)Deprecated.default voidIFormRequestContext. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)Deprecated.voidIFormRenderContext. setUserGroups(List<BenutzerGruppe> userGroups)voidIFormRequestContext. 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 voidVirtualBenutzer. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)voidVirtualBenutzer. setVirtualBenutzerGruppen(List<BenutzerGruppe> virtualBenutzerGruppen)Deprecated. -
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 VirtualAuthenticatorConfigVirtualAuthenticatorConfig. 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()Method parameters in de.xima.fc.mdl.form with type arguments of type BenutzerGruppe Modifier and Type Method Description voidFormUserRequestData. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen) -
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 XItemConditionsWrapperDefaultFD2ConditionsFactory. 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) -
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 voidFRQSession. 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 BenutzerGruppeDefaultClientData. getAdminUsergroups(Locale locale)Returns an new user-group for administratorsprotected BenutzerGruppeDefaultClientData. 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 BenutzerGruppeEntityDummyFactory. dummyUserGroup(String name, Mandant client) -
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.JSONObjectUserMgmtUtils. toJSON(Benutzer user, List<BenutzerGruppe> userGroups)static com.alibaba.fastjson.JSONObjectUserMgmtUtils. 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 WorkflowStateWorkflowStateModel. 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 voidWorkflowRequestContextModel. setUserGroups(List<BenutzerGruppe> userGroups) -
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() -
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 ClientUserGroupViewClientUserGroupView. forUserGroup(BenutzerGruppe userGroup)
-