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)ModulgetApprovalModule()Deprecated.Table no longer existsRollegetClientAdminRole(Locale locale)List<EAccessProperty>getClientadminRoleProperties()ModulgetDatabaseConnectionModule()Deprecated.Table no longer existsModulgetDatasourceModule()Deprecated.Table no longer existsPostfachgetDefaultInbox(Locale locale)ModulgetFrontendServerModule()Deprecated.Table no longer existsModulgetInboxesModule()Deprecated.Table no longer existsModulgetInboxModule()Deprecated.Table no longer existsModulgetProjectModule()Deprecated.Table no longer existsModulgetProtocolModule()Deprecated.Table no longer existsModulgetTemplateModul()Deprecated.Table no longer existsModulgetUsergroupModule()Deprecated.Table no longer existsModulgetUserModule()Deprecated.Table no longer existsModulgetUserroleModule()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 
 - 
 
 -