Package de.xima.fc.setup
Class DefaultClientData
- java.lang.Object
-
- de.xima.fc.setup.DefaultClientData
-
- All Implemented Interfaces:
IClientCreateData
,Serializable
- Direct Known Subclasses:
DefaultMandantData
public class DefaultClientData extends Object implements IClientCreateData
Default-implementation of the default data to use while creating an client- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultClientData()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected BenutzerGruppe
getAdminUsergroups(Locale locale)
Returns an new user-group for administratorsArrayList<Modul>
getAllModules()
Deprecated.Table no longer existsArrayList<Rolle>
getAllNonAdminRoles(Locale locale)
ArrayList<Textbaustein>
getAllTemplates(Locale locale)
ArrayList<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)
protected BenutzerGruppe
getEditorUsergroups(Locale locale)
Returns an new user-group for editorsModul
getFrontendServerModule()
Deprecated.Table no longer existsprotected Rolle
getInboxEditorRole(Locale locale)
Returns an new role for inbox-editorsModul
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
-
getClientAdminRole
public Rolle getClientAdminRole(Locale locale)
- Specified by:
getClientAdminRole
in interfaceIClientCreateData
-
getInboxEditorRole
protected Rolle getInboxEditorRole(Locale locale)
Returns an new role for inbox-editors
-
getAllNonAdminRoles
public ArrayList<Rolle> getAllNonAdminRoles(Locale locale)
- Specified by:
getAllNonAdminRoles
in interfaceIClientCreateData
-
getAllTemplates
public ArrayList<Textbaustein> getAllTemplates(Locale locale)
- Specified by:
getAllTemplates
in interfaceIClientCreateData
-
getDefaultInbox
public Postfach getDefaultInbox(Locale locale)
- Specified by:
getDefaultInbox
in interfaceIClientCreateData
-
getEditorUsergroups
protected BenutzerGruppe getEditorUsergroups(Locale locale)
Returns an new user-group for editors- Parameters:
locale
-Locale
to use for the name of the user-group- Returns:
BenutzerGruppe
the created user-group
-
getAdminUsergroups
protected BenutzerGruppe getAdminUsergroups(Locale locale)
Returns an new user-group for administrators- Parameters:
locale
-Locale
to use for the name of the user-group- Returns:
BenutzerGruppe
the created user-group
-
getAllUsergroups
public ArrayList<BenutzerGruppe> getAllUsergroups(Locale locale)
- Specified by:
getAllUsergroups
in interfaceIClientCreateData
-
getClientadminRoleProperties
public List<EAccessProperty> getClientadminRoleProperties()
- Specified by:
getClientadminRoleProperties
in interfaceIClientCreateData
-
getAllModules
@Deprecated public ArrayList<Modul> getAllModules()
Deprecated.Table no longer exists- Specified by:
getAllModules
in interfaceIClientCreateData
-
getProjectModule
@Deprecated public Modul getProjectModule()
Deprecated.Table no longer exists- Specified by:
getProjectModule
in interfaceIClientCreateData
-
getDatabaseConnectionModule
@Deprecated public Modul getDatabaseConnectionModule()
Deprecated.Table no longer exists- Specified by:
getDatabaseConnectionModule
in interfaceIClientCreateData
-
getUserModule
@Deprecated public Modul getUserModule()
Deprecated.Table no longer exists- Specified by:
getUserModule
in interfaceIClientCreateData
-
getUsergroupModule
@Deprecated public Modul getUsergroupModule()
Deprecated.Table no longer exists- Specified by:
getUsergroupModule
in interfaceIClientCreateData
-
getInboxesModule
@Deprecated public Modul getInboxesModule()
Deprecated.Table no longer exists- Specified by:
getInboxesModule
in interfaceIClientCreateData
-
getApprovalModule
@Deprecated public Modul getApprovalModule()
Deprecated.Table no longer exists- Specified by:
getApprovalModule
in interfaceIClientCreateData
-
getProtocolModule
@Deprecated public Modul getProtocolModule()
Deprecated.Table no longer exists- Specified by:
getProtocolModule
in interfaceIClientCreateData
-
getTemplateModul
@Deprecated public Modul getTemplateModul()
Deprecated.Table no longer exists- Specified by:
getTemplateModul
in interfaceIClientCreateData
-
getDatasourceModule
@Deprecated public Modul getDatasourceModule()
Deprecated.Table no longer exists- Specified by:
getDatasourceModule
in interfaceIClientCreateData
-
getUserroleModule
@Deprecated public Modul getUserroleModule()
Deprecated.Table no longer exists- Specified by:
getUserroleModule
in interfaceIClientCreateData
-
getInboxModule
@Deprecated public Modul getInboxModule()
Deprecated.Table no longer exists- Specified by:
getInboxModule
in interfaceIClientCreateData
-
getFrontendServerModule
@Deprecated public Modul getFrontendServerModule()
Deprecated.Table no longer exists- Specified by:
getFrontendServerModule
in interfaceIClientCreateData
-
-