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 ClientFormThemePreferences
getClientFormThemePreferences()
Gets the preferences for the UI that lets the user manage and edit client form themes.Long
getDefaultClientId()
DesignerPreferences
getDesignerPreferences()
FormOverviewPreferences
getFormPreferences()
InboxPreferences
getInboxPreferences()
void
setDefaultClientId(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()
-
-