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.gui.bean.user | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.mdl |
Allgemeine Modellklassen, nicht Datenbankpersitiert
|
de.xima.fc.mdl.enums |
Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden.
|
de.xima.fc.mdl.setup |
Hilfsklassen für das Setup
|
de.xima.fc.setup |
Modifier and Type | Method and Description |
---|---|
Rolle |
RolleAPI.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul)
Methode zum Hinzufügen eines Moduls zu einer bestehenden Rolle
|
Rolle |
RolleAPI.getAdminRolle(UserContext uc,
Mandant mandant)
Methode zum Ermitteln der Adminrolle eines Mandanten
|
Modifier and Type | Method and Description |
---|---|
List<Rolle> |
RolleAPI.getRollenByModul(UserContext uc,
Modul modul)
Methode zum Ermitteln aller Rollen anhand eines Moduls.
|
Modifier and Type | Method and Description |
---|---|
Rolle |
RolleAPI.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul)
Methode zum Hinzufügen eines Moduls zu einer bestehenden Rolle
|
List<Entityberechtigung> |
EntityberechtigungAPI.getAllByRolle(UserContext uc,
Rolle rolle) |
List<Modul> |
ModulAPI.getAllByRolle(UserContext uc,
Rolle rolle)
Methode zum Ermitteln aller Module anhand der Rolle.
|
Modifier and Type | Method and Description |
---|---|
static void |
DaoActionHookHelper.removeModulDependency(IEntityContext ec,
Rolle rolle) |
static void |
DaoActionHookHelper.syncBerechtigungen(IEntityContext ec,
Rolle rolle) |
Modifier and Type | Method and Description |
---|---|
Rolle |
RolleDao.getAdminRolle(IEntityContext ec,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
protected IFCDaoActionHook<Rolle> |
RolleDao.getPostActionHook() |
protected IFCDaoActionHook<Rolle> |
RolleDao.getPreActionHook() |
List<Rolle> |
RolleDao.getRollenByModul(IEntityContext ec,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
Modul |
ModulDao.addModulToRolle(IEntityContext ec,
Rolle rolle,
Modul modul)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Rolle |
IRolleDao.getAdminRolle(IEntityContext ec,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
List<Rolle> |
IRolleDao.getRollenByModul(IEntityContext ec,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
Modul |
IModulDao.addModulToRolle(IEntityContext ec,
Rolle rolle,
Modul newModul)
Deprecated.
user regular update method
|
Modifier and Type | Method and Description |
---|---|
Rolle |
Benutzer.getRolle() |
Rolle |
LDAPGruppe.getRolle() |
Modifier and Type | Method and Description |
---|---|
List<Rolle> |
Modul.getRollen()
Liefert die Liste der zugeordneten Rollen
|
Modifier and Type | Method and Description |
---|---|
void |
Modul.addRolle(Rolle rolle) |
void |
Modul.removeRolle(Rolle rolle) |
void |
Benutzer.setRolle(Rolle rolle) |
void |
LDAPGruppe.setRolle(Rolle rolle) |
Modifier and Type | Method and Description |
---|---|
void |
Modul.setRollen(List<Rolle> rollen)
Ersetzt die Liste der Rollen mit der übergebenen
|
Modifier and Type | Method and Description |
---|---|
Rolle |
UserRoleBean.EntityListModelImpl.getNew() |
Modifier and Type | Method and Description |
---|---|
IEntityListModel<Rolle> |
UserRoleBean.getModel() |
List<Rolle> |
LDAPGroupBean.getRoleList() |
List<Rolle> |
UserRoleBean.getRoleList() |
List<Rolle> |
UserBean.getRoleList() |
Modifier and Type | Method and Description |
---|---|
void |
UserRoleBean.EntityListModelImpl.setSelected(Rolle selected) |
Modifier and Type | Method and Description |
---|---|
void |
UserRoleBean.setModel(IEntityListModel<Rolle> model) |
Modifier and Type | Method and Description |
---|---|
Rolle |
RolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
Rolle |
RolleHandler.getAdminRolle(UserContext uc,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
List<Rolle> |
RolleHandler.getRollenByModul(UserContext uc,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
Rolle |
RolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
List<Entityberechtigung> |
EntityberechtigungHandler.getAllByRolle(UserContext uc,
Rolle rolle) |
List<Modul> |
ModulHandler.getModuleByRolle(UserContext uc,
Rolle rolle) |
Modifier and Type | Method and Description |
---|---|
Rolle |
IRolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
Rolle |
IRolleHandler.getAdminRolle(UserContext uc,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
List<Rolle> |
IRolleHandler.getRollenByModul(UserContext uc,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
Rolle |
IRolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
List<Entityberechtigung> |
IEntityberechtigungHandler.getAllByRolle(UserContext uc,
Rolle rolle) |
List<Modul> |
IModulHandler.getModuleByRolle(UserContext uc,
Rolle rolle) |
Modifier and Type | Class and Description |
---|---|
class |
VirtualRolle |
Modifier and Type | Method and Description |
---|---|
Rolle |
ERollen.getAsNewRolle(Locale installLocale) |
Modifier and Type | Method and Description |
---|---|
Rolle |
IDefaultMandantData.getMandantadminRolle(Locale installLocale) |
Modifier and Type | Method and Description |
---|---|
List<Rolle> |
IDefaultMandantData.getAllNonAdminRollen(Locale installLocale) |
Modifier and Type | Method and Description |
---|---|
Rolle |
DefaultMandantCreator.createMandantAdminRolle(IEntityContext ec,
IDefaultMandantData defaultData,
Locale installLocale,
Mandant man,
List<Modul> modList) |
Rolle |
DefaultMandantData.getMandantadminRolle(Locale installLocale) |
Rolle |
DefaultMandantData.getPostfachbearbeiterRolle(Locale installLocale) |
Modifier and Type | Method and Description |
---|---|
List<Rolle> |
DefaultMandantCreator.createNoneAdminRollen(IEntityContext ec,
IDefaultMandantData defaultData,
Locale installLocale,
Mandant man,
List<Modul> modList) |
ArrayList<Rolle> |
DefaultMandantData.getAllNonAdminRollen(Locale installLocale) |
Modifier and Type | Method and Description |
---|---|
Benutzer |
DefaultMandantCreator.createBenutzer(IEntityContext ec,
Mandant man,
Benutzer ben,
Rolle rolle) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.