Package de.xima.fc.mdl.profile
Class UserProfilePreferences
- java.lang.Object
-
- de.xima.fc.mdl.profile.UserProfilePreferences
-
- All Implemented Interfaces:
Serializable
public class UserProfilePreferences extends Object implements Serializable
Model for preferences of aUserProfile.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserProfilePreferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientFormThemePreferencesgetClientFormThemePreferences()Gets the preferences for the UI that lets the user manage and edit client form themes.LonggetDefaultClientId()DesignerPreferencesgetDesignerPreferences()FormOverviewPreferencesgetFormPreferences()InboxPreferencesgetInboxPreferences()voidsetDefaultClientId(Long defaultClientId)
-
-
-
Method Detail
-
getDefaultClientId
public Long getDefaultClientId()
-
setDefaultClientId
public void setDefaultClientId(Long defaultClientId)
-
getDesignerPreferences
public DesignerPreferences getDesignerPreferences()
-
getFormPreferences
public FormOverviewPreferences getFormPreferences()
-
getClientFormThemePreferences
public ClientFormThemePreferences getClientFormThemePreferences()
Gets the preferences for the UI that lets the user manage and edit client form themes.- Returns:
- The preferences for the client form theme UI.
-
getInboxPreferences
public InboxPreferences getInboxPreferences()
-
-