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.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)
Deprecated.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)
Deprecated.Method for determining all modules by a client.List<Modul>
ModulAPI. getAllByRolle(UserContext uc, Rolle rolle)
Deprecated.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)
Deprecated.List<Rolle>
RolleAPI. getRollenByModul(UserContext uc, Modul modul)
Deprecated. -
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)
Deprecated.The entity Modul does not exist any more.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)
Deprecated.The entity Modul does not exist any more. -
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)
Deprecated.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()
Deprecated.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)
Deprecated. -
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)
Deprecated.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)
Deprecated. -
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()
Deprecated.UseRolle.getModuleNames()
andEModule
instead.Methods in de.xima.fc.entities with parameters of type Modul Modifier and Type Method Description void
Rolle. addModul(Modul modul)
Deprecated.UseRolle.setModuleNames(Set)
andEModule
instead.void
Rolle. removeModul(Modul modul)
Deprecated.UseRolle.setModuleNames(Set)
andEModule
instead.Method parameters in de.xima.fc.entities with type arguments of type Modul Modifier and Type Method Description void
Rolle. setModule(List<Modul> module)
Deprecated.UseRolle.setModuleNames(Set)
andEModule
instead. -
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)
Deprecated.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)
Deprecated.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)
Deprecated.List<Rolle>
RolleHandler. getRollenByModul(UserContext uc, Modul modul)
Deprecated. -
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)
Deprecated.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)
Deprecated.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)
Deprecated.Modules no longer exists.List<Rolle>
IRolleHandler. getRollenByModul(UserContext uc, Modul modul)
Deprecated. -
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()
Deprecated.Table no longer existsdefault Modul
IDefaultMandantData. getApprovalModule()
Deprecated.Modul
IDefaultMandantData. getBenutzerGruppenModul()
Deprecated.Modul
IDefaultMandantData. getBenutzerModul()
Deprecated.Modul
IClientCreateData. getDatabaseConnectionModule()
Deprecated.Table no longer existsdefault Modul
IDefaultMandantData. getDatabaseConnectionModule()
Deprecated.Modul
IClientCreateData. getDatasourceModule()
Deprecated.Table no longer existsdefault Modul
IDefaultMandantData. getDatasourceModule()
Deprecated.Modul
IDefaultMandantData. getDatenbankzugriffModul()
Deprecated.Modul
IDefaultMandantData. getDatenquellenModul()
Deprecated.Modul
IDefaultMandantData. getFreigabenModul()
Deprecated.Modul
IDefaultMandantData. getFrontendServerModul()
Deprecated.Modul
IClientCreateData. getFrontendServerModule()
Deprecated.Table no longer existsdefault Modul
IDefaultMandantData. getFrontendServerModule()
Deprecated.Modul
IClientCreateData. getInboxesModule()
Deprecated.Table no longer existsdefault Modul
IDefaultMandantData. getInboxesModule()
Deprecated.Modul
IClientCreateData. getInboxModule()
Deprecated.Table no longer existsdefault Modul
IDefaultMandantData. getInboxModule()
Deprecated.Modul
IDefaultMandantData. getPosteingangModul()
Deprecated.Modul
IDefaultMandantData. getPostfaecherModul()
Deprecated.Modul
IClientCreateData. getProjectModule()
Deprecated.Table no longer existsdefault Modul
IDefaultMandantData. getProjectModule()
Deprecated.Modul
IDefaultMandantData. getProjektModul()
Deprecated.Modul
IClientCreateData. getProtocolModule()
Deprecated.Table no longer existsdefault Modul
IDefaultMandantData. getProtocolModule()
Deprecated.Modul
IDefaultMandantData. getProtokollModul()
Deprecated.Modul
IDefaultMandantData. getRollenModul()
Deprecated.Modul
IClientCreateData. getTemplateModul()
Deprecated.Table no longer existsModul
IDefaultMandantData. getTemplateModul()
Deprecated.Modul
IClientCreateData. getUsergroupModule()
Deprecated.Table no longer existsdefault Modul
IDefaultMandantData. getUsergroupModule()
Deprecated.Modul
IClientCreateData. getUserModule()
Deprecated.Table no longer existsdefault Modul
IDefaultMandantData. getUserModule()
Deprecated.Modul
IClientCreateData. getUserroleModule()
Deprecated.Table no longer existsdefault 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()
Deprecated.Table no longer existsdefault 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()
Deprecated.Table no longer exists -
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()
Deprecated.Table no longer existsModul
DefaultClientData. getDatabaseConnectionModule()
Deprecated.Table no longer existsModul
DefaultClientData. getDatasourceModule()
Deprecated.Table no longer existsModul
DefaultClientData. getFrontendServerModule()
Deprecated.Table no longer existsModul
DefaultClientData. getInboxesModule()
Deprecated.Table no longer existsModul
DefaultClientData. getInboxModule()
Deprecated.Table no longer existsModul
DefaultClientData. getProjectModule()
Deprecated.Table no longer existsModul
DefaultClientData. getProtocolModule()
Deprecated.Table no longer existsModul
DefaultClientData. getTemplateModul()
Deprecated.Table no longer existsModul
DefaultClientData. getUsergroupModule()
Deprecated.Table no longer existsModul
DefaultClientData. getUserModule()
Deprecated.Table no longer existsModul
DefaultClientData. getUserroleModule()
Deprecated.Table no longer existsMethods 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)
Deprecated.Table no longer exists.ArrayList<Modul>
DefaultClientData. getAllModules()
Deprecated.Table no longer existsMethod 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)
Deprecated.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)
Deprecated.List<Rolle>
DefaultClientCreator. createNoneAdminRollen(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.will be removed.
-