Package org.cyclos.server.model.app
Class FrontendHelpData
- java.lang.Object
-
- org.cyclos.server.model.app.FrontendHelpData
-
- All Implemented Interfaces:
Serializable
public class FrontendHelpData extends Object implements Serializable
Data for displaying the new frontend home / dashboard- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FrontendHelpData()
-
Method Summary
-
-
-
Method Detail
-
getAccounts
public List<FrontendDashboardAccountVO> getAccounts()
-
getDashboardContent
public FrontendDashboardContentVO getDashboardContent()
-
getGuestHomePage
public FrontendContentVO getGuestHomePage()
-
getLatestUsers
public List<UserWithFieldsVO> getLatestUsers()
-
getMergeAccounts
public Boolean getMergeAccounts()
-
getPasswordsNeedingAttention
public List<PasswordData> getPasswordsNeedingAttention()
-
getPendingSecurityQuestion
public Boolean getPendingSecurityQuestion()
-
getPendingTotp
public Boolean getPendingTotp()
-
getQuickAccess
public List<QuickAccessDTO> getQuickAccess()
-
isShowLatestAds
public boolean isShowLatestAds()
-
isShowLatestUsers
public boolean isShowLatestUsers()
-
setAccounts
public void setAccounts(List<FrontendDashboardAccountVO> accounts)
-
setDashboardContent
public void setDashboardContent(FrontendDashboardContentVO content)
-
setGuestHomePage
public void setGuestHomePage(FrontendContentVO guestHomePage)
-
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)
-
setPendingTotp
public void setPendingTotp(Boolean pendingTotp)
-
setQuickAccess
public void setQuickAccess(List<QuickAccessDTO> quickAccess)
-
setShowLatestAds
public void setShowLatestAds(boolean showLatestAds)
-
setShowLatestUsers
public void setShowLatestUsers(boolean showLatestUsers)
-
-