Package org.cyclos.server.model.app
Class FrontendHomeData
- java.lang.Object
-
- org.cyclos.server.model.app.FrontendHomeData
-
- All Implemented Interfaces:
Serializable
public class FrontendHomeData extends Object implements Serializable
Data for displaying the new frontend home / dashboard- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FrontendHomeData()
-
Method Summary
-
-
-
Method Detail
-
getAccounts
public List<FrontendDashboardAccountVO> getAccounts()
-
getContent
public FrontendHomePageVO getContent()
-
getFullWidthContent
public Boolean getFullWidthContent()
-
getLatestUsers
public List<UserWithFieldsVO> getLatestUsers()
-
getMergeAccounts
public Boolean getMergeAccounts()
-
getPasswordsNeedingAttention
public List<PasswordData> getPasswordsNeedingAttention()
-
getPendingSecurityQuestion
public Boolean getPendingSecurityQuestion()
-
getQuickAccess
public List<FrontendQuickAccessType> getQuickAccess()
-
isShowLatestAds
public boolean isShowLatestAds()
-
isShowLatestUsers
public boolean isShowLatestUsers()
-
setAccounts
public void setAccounts(List<FrontendDashboardAccountVO> accounts)
-
setContent
public void setContent(FrontendHomePageVO content)
-
setFullWidthContent
public void setFullWidthContent(Boolean fullWidthContent)
-
setLatestUsers
public void setLatestUsers(List<UserWithFieldsVO> latestUsers)
-
setMergeAccounts
public void setMergeAccounts(Boolean mergeAccounts)
-
setPasswordsNeedingAttention
public void setPasswordsNeedingAttention(List<PasswordData> passwordsNeedingAttention)
-
setPendingSecurityQuestion
public void setPendingSecurityQuestion(Boolean pendingSecurityQuestion)
-
setQuickAccess
public void setQuickAccess(List<FrontendQuickAccessType> quickAccess)
-
setShowLatestAds
public void setShowLatestAds(boolean showLatestAds)
-
setShowLatestUsers
public void setShowLatestUsers(boolean showLatestUsers)
-
-