Package | Description |
---|---|
de.xima.fc.api.entity |
Package for the API access of the model classes.
|
de.xima.fc.dao.hook | |
de.xima.fc.dao.impl | |
de.xima.fc.dao.interfaces | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.entities.interfaces |
Interfaces für Datenbankentitäten
|
de.xima.fc.export | |
de.xima.fc.form.render | |
de.xima.fc.form.request | |
de.xima.fc.gui.bean | |
de.xima.fc.gui.bean.inbox | |
de.xima.fc.gui.bean.project | |
de.xima.fc.gui.bean.user | |
de.xima.fc.gui.bean.workflow | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.interfaces.form | |
de.xima.fc.interfaces.setup | |
de.xima.fc.mdl |
Allgemeine Modellklassen, nicht Datenbankpersitiert
|
de.xima.fc.mdl.form | |
de.xima.fc.setup |
Package to create clients, trigger updates and configure the system-logger
|
Modifier and Type | Method and Description |
---|---|
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 a
Postfach . |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getBenutzerGruppenUsageRightByStatus(UserContext uc,
Status state)
Method for finding all
Status.getBenutzerGruppenUsageRight() for a given state. |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByBenutzer(UserContext uc,
Benutzer benutzer)
Method for determining all
BenutzerGruppe of a Benutzer . |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByMandant(UserContext uc,
Mandant mandant)
Method for determining all
BenutzerGruppe of a Mandant . |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByProjekt(UserContext uc,
Projekt projekt)
Method for determining all
BenutzerGruppe of a Projekt . |
List<BenutzerGruppe> |
ProjektAPI.getEditorGruppen(UserContext uc,
long projektId)
Method for determining the
BenutzerGruppe who are authorized to edit the project. |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getEditorgruppenByProjekt(UserContext uc,
Projekt projekt)
Method for determining all
BenutzerGruppe of a Projekt . |
Modifier and Type | Method and 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 einer
BenutzerGruppe zugeordnet sind. |
Modifier and Type | Method and 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.syncPostfaecher(IEntityContext ec,
BenutzerGruppe gruppe) |
Modifier and Type | Method and 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.syncPostfaecher(IEntityContext ec,
BenutzerGruppe gruppe) |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
PostfachDao.getAllByBenutzergruppe(IEntityContext ec,
BenutzerGruppe benutzerGruppe) |
Modifier and Type | Method and Description |
---|---|
Map<String,BenutzerGruppe> |
IBenutzerGruppeDao.getBenutzerGruppeByMandant(IEntityContext ec,
Mandant mandant) |
List<BenutzerGruppe> |
IBenutzerDao.getBenutzergruppen(IEntityContext ec,
Benutzer ben) |
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
IPostfachDao.getAllByBenutzergruppe(IEntityContext ec,
BenutzerGruppe benutzerGruppe) |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
Postfach.getBenutzerGruppen()
Liefert die Benutzergruppen-Liste der zugriffsberechtigten Benutzergruppen.
|
List<BenutzerGruppe> |
Benutzer.getBenutzerGruppen() |
List<BenutzerGruppe> |
Projekt.getBenutzerGruppen() |
List<BenutzerGruppe> |
LDAPGruppe.getBenutzerGruppen() |
List<BenutzerGruppe> |
Status.getBenutzerGruppenUsageRight()
Liefert die aktuellen BenutzerGruppen-Liste.
|
List<BenutzerGruppe> |
Projekt.getEditorBenutzerGruppen() |
Modifier and Type | Method and Description |
---|---|
void |
Postfach.addBenutzerGruppe(BenutzerGruppe benutzerGruppe) |
void |
Benutzer.addBenutzerGruppe(BenutzerGruppe benutzerGruppe) |
void |
Projekt.addBenutzerGruppe(BenutzerGruppe benutzerGruppe) |
void |
LDAPGruppe.addBenutzerGruppe(BenutzerGruppe benutzerGruppe) |
void |
Status.addBenutzerGruppeUsageRight(BenutzerGruppe bg) |
void |
Projekt.addEditorBenutzerGruppe(BenutzerGruppe benutzerGruppe) |
void |
Postfach.removeBenutzerGruppe(BenutzerGruppe benutzerGruppe) |
void |
Benutzer.removeBenutzerGruppe(BenutzerGruppe benutzerGruppe) |
void |
LDAPGruppe.removeBenutzerGruppe(BenutzerGruppe benutzerGruppe) |
void |
Projekt.removeBenutzerGruppen(BenutzerGruppe benutzerGruppe) |
void |
Status.removeBenutzerGruppeUsageRight(BenutzerGruppe bg) |
void |
Projekt.removeEditorBenutzerGruppen(BenutzerGruppe benutzerGruppe) |
Modifier and Type | Method and Description |
---|---|
void |
Postfach.setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Ersetzt die gegebene Liste mit der übergebenen Liste
|
void |
Benutzer.setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Liste
|
void |
Projekt.setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen) |
void |
LDAPGruppe.setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Liste
|
void |
Status.setBenutzerGruppenUsageRight(List<BenutzerGruppe> bgList)
Überschreibt die aktuelle Benutzergruppenliste mit der übergebenen Liste
|
void |
Projekt.setEditorBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen) |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
IBenutzerGruppeDependent.getBenutzerGruppen() |
Modifier and Type | Method and Description |
---|---|
void |
IBenutzerGruppeDependent.setBenutzerGruppen(List<BenutzerGruppe> bgSet) |
Modifier and Type | Method and Description |
---|---|
protected List<BenutzerGruppe> |
AProjektUtil.getBenutzergruppen(List<BenutzerGruppe> bgl)
Methode zum Auslesen der Benutzergruppen
|
protected List<BenutzerGruppe> |
AProjektUtil.getBenutzerGruppenListe(List<BenutzerGruppe> benutzerGruppen)
liest Benutzergruppen aus der DB
|
Modifier and Type | Method and Description |
---|---|
protected List<BenutzerGruppe> |
AProjektUtil.getBenutzergruppen(List<BenutzerGruppe> bgl)
Methode zum Auslesen der Benutzergruppen
|
protected List<BenutzerGruppe> |
AProjektUtil.getBenutzerGruppenListe(List<BenutzerGruppe> benutzerGruppen)
liest Benutzergruppen aus der DB
|
Modifier and Type | Field and Description |
---|---|
protected List<BenutzerGruppe> |
FormRenderContext.benutzerGruppen |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
FormRenderContext.getBenutzerGruppen() |
Modifier and Type | Method and Description |
---|---|
void |
FormRenderContext.setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen) |
Modifier and Type | Field and Description |
---|---|
protected List<BenutzerGruppe> |
FormRequestContext.benutzerGruppen |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
FormRequestContext.getBenutzerGruppen() |
Modifier and Type | Method and Description |
---|---|
void |
FormRequestContext.setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen) |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
BackendBean.getGroupsOfCurrentUser() |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
InboxBean.getAllUserGroups() |
List<BenutzerGruppe> |
InboxBean.getSelectedUserGroups() |
Modifier and Type | Method and Description |
---|---|
void |
InboxBean.setAllUserGroups(List<BenutzerGruppe> allUserGroups) |
void |
InboxBean.setSelectedUserGroups(List<BenutzerGruppe> selectedUserGroups) |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
ProjectAccessBean.getAccessUserGroups() |
List<BenutzerGruppe> |
ProjectAccessBean.getEditorUserGroups() |
List<BenutzerGruppe> |
ProjectAccessBean.getUserGroups() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectAccessBean.setAccessUserGroups(List<BenutzerGruppe> accessUserGroups) |
void |
ProjectAccessBean.setEditorUserGroups(List<BenutzerGruppe> editorUserGroups) |
Modifier and Type | Method and Description |
---|---|
BenutzerGruppe |
UserGroupBean.EntityListModelImpl.getNew() |
Modifier and Type | Method and Description |
---|---|
IEntityListModelSelectByView<BenutzerGruppe> |
UserGroupBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
UserGroupBean.EntityListModelImpl.setSelected(BenutzerGruppe selected) |
Modifier and Type | Method and Description |
---|---|
void |
UserGroupBean.setModel(IEntityListModelSelectByView<BenutzerGruppe> model) |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
StateBean.getAllUserGroupsForWorkflow() |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
BenutzerHandler.getBenutzergruppen(UserContext uc,
Benutzer ben)
Gets the benutzergruppen.
|
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
IBenutzerHandler.getBenutzergruppen(UserContext uc,
Benutzer ben)
Gets the benutzergruppen.
|
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
IFormRenderContext.getBenutzerGruppen() |
List<BenutzerGruppe> |
IFormRequestContext.getBenutzerGruppen() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRenderContext.setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen) |
void |
IFormRequestContext.setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen) |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
IDefaultMandantData.getAllBenutzergruppen(Locale installLocale)
Deprecated.
|
default List<BenutzerGruppe> |
IDefaultMandantData.getAllUsergroups(Locale locale)
Deprecated.
|
List<BenutzerGruppe> |
IClientCreateData.getAllUsergroups(Locale locale) |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
VirtualBenutzer.getBenutzerGruppen() |
List<BenutzerGruppe> |
VirtualBenutzer.getVirtualBenutzerGruppen()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualBenutzer.setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen) |
void |
VirtualBenutzer.setVirtualBenutzerGruppen(List<BenutzerGruppe> virtualBenutzerGruppen)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
FormUserRequestData.getBenutzerGruppen() |
Modifier and Type | Method and Description |
---|---|
void |
FormUserRequestData.setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen) |
Modifier and Type | Method and Description |
---|---|
protected BenutzerGruppe |
DefaultClientData.getAdminUsergroups(Locale locale)
Returns an new user-group for administrators
|
protected BenutzerGruppe |
DefaultClientData.getEditorUsergroups(Locale locale)
Returns an new user-group for editors
|
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
DefaultClientCreator.createBenutzergruppen(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client)
|
protected List<BenutzerGruppe> |
DefaultClientCreator.createUsergroups(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client) |
ArrayList<BenutzerGruppe> |
DefaultClientData.getAllUsergroups(Locale locale) |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.