Package de.xima.fc.interfaces.setup
Interface IClientCreateData
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IDefaultMandantData
,IDefaultMandantData
- All Known Implementing Classes:
DefaultClientData
,DefaultMandantData
public interface IClientCreateData extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<Modul>
getAllModules()
Deprecated.Table no longer existsList<Rolle>
getAllNonAdminRoles(Locale locale)
List<Textbaustein>
getAllTemplates(Locale locale)
List<BenutzerGruppe>
getAllUsergroups(Locale locale)
Modul
getApprovalModule()
Deprecated.Table no longer existsRolle
getClientAdminRole(Locale locale)
List<EAccessProperty>
getClientadminRoleProperties()
Modul
getDatabaseConnectionModule()
Deprecated.Table no longer existsModul
getDatasourceModule()
Deprecated.Table no longer existsPostfach
getDefaultInbox(Locale locale)
Modul
getFrontendServerModule()
Deprecated.Table no longer existsModul
getInboxesModule()
Deprecated.Table no longer existsModul
getInboxModule()
Deprecated.Table no longer existsModul
getProjectModule()
Deprecated.Table no longer existsModul
getProtocolModule()
Deprecated.Table no longer existsModul
getTemplateModul()
Deprecated.Table no longer existsModul
getUsergroupModule()
Deprecated.Table no longer existsModul
getUserModule()
Deprecated.Table no longer existsModul
getUserroleModule()
Deprecated.Table no longer exists
-
-
-
Method Detail
-
getAllTemplates
List<Textbaustein> getAllTemplates(Locale locale)
-
getAllUsergroups
List<BenutzerGruppe> getAllUsergroups(Locale locale)
-
getClientadminRoleProperties
List<EAccessProperty> getClientadminRoleProperties()
-
getAllModules
@Deprecated List<Modul> getAllModules()
Deprecated.Table no longer exists
-
getProjectModule
@Deprecated Modul getProjectModule()
Deprecated.Table no longer exists
-
getDatabaseConnectionModule
@Deprecated Modul getDatabaseConnectionModule()
Deprecated.Table no longer exists
-
getUserModule
@Deprecated Modul getUserModule()
Deprecated.Table no longer exists
-
getUsergroupModule
@Deprecated Modul getUsergroupModule()
Deprecated.Table no longer exists
-
getInboxesModule
@Deprecated Modul getInboxesModule()
Deprecated.Table no longer exists
-
getApprovalModule
@Deprecated Modul getApprovalModule()
Deprecated.Table no longer exists
-
getProtocolModule
@Deprecated Modul getProtocolModule()
Deprecated.Table no longer exists
-
getTemplateModul
@Deprecated Modul getTemplateModul()
Deprecated.Table no longer exists
-
getDatasourceModule
@Deprecated Modul getDatasourceModule()
Deprecated.Table no longer exists
-
getUserroleModule
@Deprecated Modul getUserroleModule()
Deprecated.Table no longer exists
-
getInboxModule
@Deprecated Modul getInboxModule()
Deprecated.Table no longer exists
-
getFrontendServerModule
@Deprecated Modul getFrontendServerModule()
Deprecated.Table no longer exists
-
-