Package | Description |
---|---|
de.xima.fc.api.entity |
Package für den API-Zugriff auf Modellklassen
|
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.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.mdl |
Allgemeine Modellklassen, nicht Datenbankpersitiert
|
de.xima.fc.mdl.form | |
de.xima.fc.mdl.setup |
Hilfsklassen für das Setup
|
de.xima.fc.setup |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
BenutzerAPI.getBenutzergruppen(UserContext uc,
Benutzer ben)
Methode zum Ermitteln alle Benutzergruppen eines Benutzers.
|
List<BenutzerGruppe> |
PostfachAPI.getBenutzergruppen(UserContext uc,
Postfach postfach)
Methode zum Ermitteln alle Benutzergruppen eines Postfachs.
|
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByBenutzer(UserContext uc,
Benutzer benutzer) |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByMandant(UserContext uc,
Mandant mandant)
Methode zum Ermitteln aller
BenutzerGruppe eines Mandanten. |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByProjekt(UserContext uc,
Projekt projekt)
Methode zum Ermitteln aller
BenutzerGruppe eines Projekts. |
List<BenutzerGruppe> |
ProjektAPI.getEditorGruppen(UserContext uc,
Integer projektId)
Methode zum Ermitteln der
BenutzerGruppe n die Berechtigt sind das Projekt zu bearbeiten. |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getEditorgruppenByProjekt(UserContext uc,
Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
boolean |
BenutzerAPI.addBenutzerToGruppe(UserContext uc,
Benutzer ben,
BenutzerGruppe bg)
Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.
|
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 |
---|---|
org.primefaces.model.DualListModel<BenutzerGruppe> |
InboxBean.getCurrentUserGroup() |
Modifier and Type | Method and Description |
---|---|
void |
InboxBean.setCurrentUserGroup(org.primefaces.model.DualListModel<BenutzerGruppe> currentUserGroup) |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
ProjectBean.getBenutzergruppenList() |
Modifier and Type | Method and Description |
---|---|
BenutzerGruppe |
UserGroupBean.EntityListModelImpl.getNew() |
Modifier and Type | Method and Description |
---|---|
IEntityListModel<BenutzerGruppe> |
UserGroupBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
UserGroupBean.EntityListModelImpl.setSelected(BenutzerGruppe selected) |
Modifier and Type | Method and Description |
---|---|
void |
UserGroupBean.setModel(IEntityListModel<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.getByBenutzer(UserContext uc,
Benutzer ben) |
List<BenutzerGruppe> |
BenutzerGruppeHandler.getByProjekt(UserContext uc,
Integer projektId) |
List<BenutzerGruppe> |
BenutzerGruppeHandler.getEditorgruppenByProjekt(UserContext uc,
Integer 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.getByBenutzer(UserContext uc,
Benutzer ben) |
List<BenutzerGruppe> |
IBenutzerGruppeHandler.getByProjekt(UserContext uc,
Integer projektId) |
List<BenutzerGruppe> |
IBenutzerGruppeHandler.getEditorgruppenByProjekt(UserContext uc,
Integer 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> |
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 |
---|---|
List<BenutzerGruppe> |
IDefaultMandantData.getAllBenutzergruppen(Locale installLocale) |
Modifier and Type | Method and Description |
---|---|
BenutzerGruppe |
DefaultMandantData.getAdminBenutzergruppe(Locale installLocale) |
BenutzerGruppe |
DefaultMandantData.getBenutzerBenutzerGruppe(Locale installLocale) |
Modifier and Type | Method and Description |
---|---|
List<BenutzerGruppe> |
DefaultMandantCreator.createBenutzergruppen(IEntityContext ec,
IDefaultMandantData defaultData,
Locale installLocale,
Mandant man) |
ArrayList<BenutzerGruppe> |
DefaultMandantData.getAllBenutzergruppen(Locale installLocale) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.