Uses of Class
de.xima.fc.entities.Modul
-
Packages that use Modul 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ätende.xima.fc.gui.bean.user de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.interfaces.setup de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.setup Package to create clients, trigger updates and configure the system-logger -
-
Uses of Modul in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Modul Modifier and Type Method Description Modul
ModulAPI. getModulByName(UserContext uc, Mandant mandant, String name)
Method for determining of a defined module by the name and associated client.Methods in de.xima.fc.api.entity that return types with arguments of type Modul Modifier and Type Method Description List<Modul>
ModulAPI. getAllByMandant(UserContext uc, Mandant mandant)
Method for determining all modules by a client.List<Modul>
ModulAPI. getAllByRolle(UserContext uc, Rolle rolle)
Method for determining all modules by a role.Methods in de.xima.fc.api.entity with parameters of type Modul Modifier and Type Method Description Rolle
RolleAPI. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Method for adding a module to a existing role.List<Rolle>
RolleAPI. getRollenByModul(UserContext uc, Modul modul)
Method for determining all roles by a module. -
Uses of Modul in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook that return Modul Modifier and Type Method Description static Modul
DaoActionHookHelper. syncRollen(IEntityContext ec, Modul modul)
Methods in de.xima.fc.dao.hook with parameters of type Modul Modifier and Type Method Description static Modul
DaoActionHookHelper. syncRollen(IEntityContext ec, Modul modul)
-
Uses of Modul in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Modul Modifier and Type Method Description Modul
ModulDao. addModulToRolle(IEntityContext ec, Rolle rolle, Modul modul)
Deprecated.Modul
ModulDao. readByName(IEntityContext ec, Mandant mandant, String name)
Methods in de.xima.fc.dao.impl that return types with arguments of type Modul Modifier and Type Method Description protected IFCDaoActionHook<Modul>
ModulDao. getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type Modul Modifier and Type Method Description Modul
ModulDao. addModulToRolle(IEntityContext ec, Rolle rolle, Modul modul)
Deprecated.List<Rolle>
RolleDao. getRollenByModul(IEntityContext ec, Modul modul)
-
Uses of Modul in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return Modul Modifier and Type Method Description Modul
IModulDao. addModulToRolle(IEntityContext ec, Rolle rolle, Modul newModul)
Deprecated.user regular update methodModul
IModulDao. readByName(IEntityContext ec, Mandant mandant, String name)
Methods in de.xima.fc.dao.interfaces with parameters of type Modul Modifier and Type Method Description Modul
IModulDao. addModulToRolle(IEntityContext ec, Rolle rolle, Modul newModul)
Deprecated.user regular update methodList<Rolle>
IRolleDao. getRollenByModul(IEntityContext ec, Modul modul)
-
Uses of Modul in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type Modul Modifier and Type Method Description List<Modul>
Rolle. getModule()
Returns the modules associated with this role.Methods in de.xima.fc.entities with parameters of type Modul Modifier and Type Method Description void
Rolle. addModul(Modul modul)
void
Rolle. removeModul(Modul modul)
Method parameters in de.xima.fc.entities with type arguments of type Modul Modifier and Type Method Description void
Rolle. setModule(List<Modul> module)
Replaces the list of associated modules with the given list. -
Uses of Modul in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type Modul Modifier and Type Method Description List<Modul>
UserRoleBean. getModulesList()
-
Uses of Modul in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Modul Modifier and Type Method Description Modul
ModulHandler. getModulByName(UserContext uc, Mandant mandant, String name)
Methods in de.xima.fc.handler.entity that return types with arguments of type Modul Modifier and Type Method Description List<Modul>
ModulHandler. getModuleByRolle(UserContext uc, Rolle rolle)
Methods in de.xima.fc.handler.entity with parameters of type Modul Modifier and Type Method Description Rolle
RolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
List<Rolle>
RolleHandler. getRollenByModul(UserContext uc, Modul modul)
-
Uses of Modul in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return Modul Modifier and Type Method Description Modul
IModulHandler. getModulByName(UserContext uc, Mandant mandant, String name)
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type Modul Modifier and Type Method Description List<Modul>
IModulHandler. getModuleByRolle(UserContext uc, Rolle rolle)
Methods in de.xima.fc.handler.interfaces.entity with parameters of type Modul Modifier and Type Method Description Rolle
IRolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
List<Rolle>
IRolleHandler. getRollenByModul(UserContext uc, Modul modul)
-
Uses of Modul in de.xima.fc.interfaces.setup
Methods in de.xima.fc.interfaces.setup that return Modul Modifier and Type Method Description Modul
IClientCreateData. getApprovalModule()
default Modul
IDefaultMandantData. getApprovalModule()
Deprecated.Modul
IDefaultMandantData. getBenutzerGruppenModul()
Deprecated.Modul
IDefaultMandantData. getBenutzerModul()
Deprecated.Modul
IClientCreateData. getDatabaseConnectionModule()
default Modul
IDefaultMandantData. getDatabaseConnectionModule()
Deprecated.Modul
IClientCreateData. getDatasourceModule()
default Modul
IDefaultMandantData. getDatasourceModule()
Deprecated.Modul
IDefaultMandantData. getDatenbankzugriffModul()
Deprecated.Modul
IDefaultMandantData. getDatenquellenModul()
Deprecated.Modul
IDefaultMandantData. getFreigabenModul()
Deprecated.Modul
IDefaultMandantData. getFrontendServerModul()
Deprecated.Modul
IClientCreateData. getFrontendServerModule()
default Modul
IDefaultMandantData. getFrontendServerModule()
Deprecated.Modul
IClientCreateData. getInboxesModule()
default Modul
IDefaultMandantData. getInboxesModule()
Deprecated.Modul
IClientCreateData. getInboxModule()
default Modul
IDefaultMandantData. getInboxModule()
Deprecated.Modul
IDefaultMandantData. getPosteingangModul()
Deprecated.Modul
IDefaultMandantData. getPostfaecherModul()
Deprecated.Modul
IClientCreateData. getProjectModule()
default Modul
IDefaultMandantData. getProjectModule()
Deprecated.Modul
IDefaultMandantData. getProjektModul()
Deprecated.Modul
IClientCreateData. getProtocolModule()
default Modul
IDefaultMandantData. getProtocolModule()
Deprecated.Modul
IDefaultMandantData. getProtokollModul()
Deprecated.Modul
IDefaultMandantData. getRollenModul()
Deprecated.Modul
IClientCreateData. getTemplateModul()
Modul
IDefaultMandantData. getTemplateModul()
Deprecated.Modul
IClientCreateData. getUsergroupModule()
default Modul
IDefaultMandantData. getUsergroupModule()
Deprecated.Modul
IClientCreateData. getUserModule()
default Modul
IDefaultMandantData. getUserModule()
Deprecated.Modul
IClientCreateData. getUserroleModule()
default Modul
IDefaultMandantData. getUserroleModule()
Deprecated.Methods in de.xima.fc.interfaces.setup that return types with arguments of type Modul Modifier and Type Method Description List<Modul>
IDefaultMandantData. getAllModule()
Deprecated.List<Modul>
IClientCreateData. getAllModules()
default List<Modul>
IDefaultMandantData. getAllModules()
Deprecated. -
Uses of Modul in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return Modul Modifier and Type Method Description Modul
EModule. getAsNewModul()
-
Uses of Modul in de.xima.fc.setup
Methods in de.xima.fc.setup that return Modul Modifier and Type Method Description Modul
DefaultClientData. getApprovalModule()
Modul
DefaultClientData. getDatabaseConnectionModule()
Modul
DefaultClientData. getDatasourceModule()
Modul
DefaultClientData. getFrontendServerModule()
Modul
DefaultClientData. getInboxesModule()
Modul
DefaultClientData. getInboxModule()
Modul
DefaultClientData. getProjectModule()
Modul
DefaultClientData. getProtocolModule()
Modul
DefaultClientData. getTemplateModul()
Modul
DefaultClientData. getUsergroupModule()
Modul
DefaultClientData. getUserModule()
Modul
DefaultClientData. getUserroleModule()
Methods in de.xima.fc.setup that return types with arguments of type Modul Modifier and Type Method Description protected List<Modul>
DefaultClientCreator. createModules(IEntityContext ec, IClientCreateData defaultData, Mandant client)
ArrayList<Modul>
DefaultClientData. getAllModules()
Method parameters in de.xima.fc.setup with type arguments of type Modul Modifier and Type Method Description protected Rolle
DefaultClientCreator. createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Rolle
DefaultClientCreator. createMandantAdminRolle(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.will be removed.protected List<Rolle>
DefaultClientCreator. createNoneAdminRoles(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
List<Rolle>
DefaultClientCreator. createNoneAdminRollen(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.will be removed.
-