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.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 |
---|---|
Modul |
ModulAPI.getModulByName(UserContext uc,
Mandant mandant,
String name)
Methode zum Ermittlen eines bestimmten Moduls anhand des Namen und zugehörigen Mandanten.
|
Modifier and Type | Method and Description |
---|---|
List<Modul> |
ModulAPI.getAllByMandant(UserContext uc,
Mandant mandant)
Methode zum Ermitteln aller Module anhand eines Mandanten.
|
List<Modul> |
ModulAPI.getAllByRolle(UserContext uc,
Rolle rolle)
Methode zum Ermitteln aller Module anhand der Rolle.
|
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<Rolle> |
RolleAPI.getRollenByModul(UserContext uc,
Modul modul)
Methode zum Ermitteln aller Rollen anhand eines Moduls.
|
Modifier and Type | Method and Description |
---|---|
static Modul |
DaoActionHookHelper.syncRollen(IEntityContext ec,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
static Modul |
DaoActionHookHelper.syncRollen(IEntityContext ec,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
Modul |
ModulDao.addModulToRolle(IEntityContext ec,
Rolle rolle,
Modul modul)
Deprecated.
|
Modul |
ModulDao.readByName(IEntityContext ec,
Mandant mandant,
String name) |
Modifier and Type | Method and Description |
---|---|
protected IFCDaoActionHook<Modul> |
ModulDao.getPreActionHook() |
Modifier and Type | Method and Description |
---|---|
Modul |
ModulDao.addModulToRolle(IEntityContext ec,
Rolle rolle,
Modul modul)
Deprecated.
|
List<Rolle> |
RolleDao.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
|
Modul |
IModulDao.readByName(IEntityContext ec,
Mandant mandant,
String name) |
Modifier and Type | Method and Description |
---|---|
Modul |
IModulDao.addModulToRolle(IEntityContext ec,
Rolle rolle,
Modul newModul)
Deprecated.
user regular update method
|
List<Rolle> |
IRolleDao.getRollenByModul(IEntityContext ec,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
List<Modul> |
Rolle.getModule()
Liefert die Liste der zugeordneten Module
|
Modifier and Type | Method and Description |
---|---|
void |
Rolle.addModul(Modul modul) |
void |
Rolle.removeModul(Modul modul) |
Modifier and Type | Method and Description |
---|---|
void |
Rolle.setModule(List<Modul> module)
Ersetzt die Liste der Module mit der übergebnen Liste
|
Modifier and Type | Method and Description |
---|---|
List<Modul> |
UserRoleBean.getModulesList() |
Modifier and Type | Method and Description |
---|---|
Modul |
ModulHandler.getModulByName(UserContext uc,
Mandant mandant,
String name) |
Modifier and Type | Method and Description |
---|---|
List<Modul> |
ModulHandler.getModuleByRolle(UserContext uc,
Rolle rolle) |
Modifier and Type | Method and Description |
---|---|
Rolle |
RolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
List<Rolle> |
RolleHandler.getRollenByModul(UserContext uc,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
Modul |
IModulHandler.getModulByName(UserContext uc,
Mandant mandant,
String name) |
Modifier and Type | Method and Description |
---|---|
List<Modul> |
IModulHandler.getModuleByRolle(UserContext uc,
Rolle rolle) |
Modifier and Type | Method and Description |
---|---|
Rolle |
IRolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
List<Rolle> |
IRolleHandler.getRollenByModul(UserContext uc,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
Modul |
EModule.getAsNewModul() |
Modifier and Type | Method and Description |
---|---|
Modul |
IDefaultMandantData.getBenutzerGruppenModul() |
Modul |
IDefaultMandantData.getBenutzerModul() |
Modul |
IDefaultMandantData.getDatenbankzugriffModul() |
Modul |
IDefaultMandantData.getDatenquellenModul() |
Modul |
IDefaultMandantData.getFreigabenModul() |
Modul |
IDefaultMandantData.getFrontendServerModul() |
Modul |
IDefaultMandantData.getPosteingangModul() |
Modul |
IDefaultMandantData.getPostfaecherModul() |
Modul |
IDefaultMandantData.getProjektModul() |
Modul |
IDefaultMandantData.getProtokollModul() |
Modul |
IDefaultMandantData.getRollenModul() |
Modul |
IDefaultMandantData.getTemplateModul() |
Modifier and Type | Method and Description |
---|---|
List<Modul> |
IDefaultMandantData.getAllModule() |
Modifier and Type | Method and Description |
---|---|
Modul |
DefaultMandantData.getBenutzerGruppenModul() |
Modul |
DefaultMandantData.getBenutzerModul() |
Modul |
DefaultMandantData.getDatenbankzugriffModul() |
Modul |
DefaultMandantData.getDatenquellenModul() |
Modul |
DefaultMandantData.getFreigabenModul() |
Modul |
DefaultMandantData.getFrontendServerModul() |
Modul |
DefaultMandantData.getPosteingangModul() |
Modul |
DefaultMandantData.getPostfaecherModul() |
Modul |
DefaultMandantData.getProjektModul() |
Modul |
DefaultMandantData.getProtokollModul() |
Modul |
DefaultMandantData.getRollenModul() |
Modul |
DefaultMandantData.getTemplateModul() |
Modifier and Type | Method and Description |
---|---|
List<Modul> |
DefaultMandantCreator.createModules(IEntityContext ec,
IDefaultMandantData defaultData,
Mandant man) |
ArrayList<Modul> |
DefaultMandantData.getAllModule() |
Modifier and Type | Method and Description |
---|---|
Rolle |
DefaultMandantCreator.createMandantAdminRolle(IEntityContext ec,
IDefaultMandantData defaultData,
Locale installLocale,
Mandant man,
List<Modul> modList) |
List<Rolle> |
DefaultMandantCreator.createNoneAdminRollen(IEntityContext ec,
IDefaultMandantData defaultData,
Locale installLocale,
Mandant man,
List<Modul> modList) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.