public class HomeData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<AccountWithStatusVO,HomeData> |
ACCOUNTS |
static java.lang.String |
CLASS_NAME |
static ListProperty<DashboardAction,HomeData> |
DASHBOARD_ACTIONS |
static MapProperty<DashboardStatusLinkType,java.lang.Integer,HomeData> |
DASHBOARD_STATUS_COUNTERS |
static ListProperty<PasswordTypeVO,HomeData> |
EXPIRED_PASSWORDS |
static BasicProperty<HomeContentVO,HomeData> |
HOME_CONTENT |
static BasicProperty<DateTime,HomeData> |
LAST_LOGIN |
static BasicProperty<LicenseVO,HomeData> |
LICENSE |
static ListProperty<PasswordTypeVO,HomeData> |
PENDING_PASSWORDS |
static BasicProperty<java.lang.Boolean,HomeData> |
PENDING_SECURITY_QUESTION |
static ListProperty<PasswordTypeVO,HomeData> |
RESET_PASSWORDS |
| Constructor and Description |
|---|
HomeData() |
HomeData(Property<T,? super HomeData> property,
T value) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<AccountWithStatusVO,HomeData> ACCOUNTS
public static final ListProperty<DashboardAction,HomeData> DASHBOARD_ACTIONS
public static final MapProperty<DashboardStatusLinkType,java.lang.Integer,HomeData> DASHBOARD_STATUS_COUNTERS
public static final ListProperty<PasswordTypeVO,HomeData> EXPIRED_PASSWORDS
public static final BasicProperty<HomeContentVO,HomeData> HOME_CONTENT
public static final BasicProperty<DateTime,HomeData> LAST_LOGIN
public static final BasicProperty<LicenseVO,HomeData> LICENSE
public static final ListProperty<PasswordTypeVO,HomeData> PENDING_PASSWORDS
public static final BasicProperty<java.lang.Boolean,HomeData> PENDING_SECURITY_QUESTION
public static final ListProperty<PasswordTypeVO,HomeData> RESET_PASSWORDS
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<AccountWithStatusVO> getAccounts()
public void setAccounts(java.util.List<AccountWithStatusVO> accounts)
public java.util.List<DashboardAction> getDashboardActions()
public void setDashboardActions(java.util.List<DashboardAction> dashboardActions)
public java.util.Map<DashboardStatusLinkType,java.lang.Integer> getDashboardStatusCounters()
public void setDashboardStatusCounters(java.util.Map<DashboardStatusLinkType,java.lang.Integer> dashboardStatusCounters)
public java.util.List<PasswordTypeVO> getExpiredPasswords()
public void setExpiredPasswords(java.util.List<PasswordTypeVO> expiredPasswords)
public HomeContentVO getHomeContent()
public void setHomeContent(HomeContentVO homeContent)
public DateTime getLastLogin()
public void setLastLogin(DateTime lastLogin)
public LicenseVO getLicense()
public void setLicense(LicenseVO license)
public java.util.List<PasswordTypeVO> getPendingPasswords()
public void setPendingPasswords(java.util.List<PasswordTypeVO> pendingPasswords)
public boolean isPendingSecurityQuestion()
public void setPendingSecurityQuestion(boolean pendingSecurityQuestion)
public java.util.List<PasswordTypeVO> getResetPasswords()
public void setResetPasswords(java.util.List<PasswordTypeVO> resetPasswords)