public class SystemReportQuery extends QueryParameters implements ISystemReportPreferences
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,SystemReportQuery> |
ADS |
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,SystemReportQuery> |
CURRENCY |
static BasicProperty<java.lang.Boolean,SystemReportQuery> |
EXPENDITURE |
static SetProperty<BasicGroupVO,SystemReportQuery> |
GROUPS |
static BasicProperty<java.lang.Boolean,SystemReportQuery> |
INCOME |
static BasicProperty<java.lang.Boolean,SystemReportQuery> |
NUMBER_LOGINS |
static BasicProperty<java.lang.Boolean,SystemReportQuery> |
PERCENTAGE_NOT_TRADING |
static BasicProperty<PeriodPreselectorOptionData,SystemReportQuery> |
PERIOD |
static BasicProperty<java.lang.Boolean,SystemReportQuery> |
REFERENCES |
static BasicProperty<java.lang.Boolean,SystemReportQuery> |
SYSTEM_ACCOUNTS |
static SetProperty<TransferTypeVO,SystemReportQuery> |
TRANSFER_TYPES |
static BasicProperty<java.lang.Boolean,SystemReportQuery> |
USER_ACCOUNTS |
static BasicProperty<java.lang.Boolean,SystemReportQuery> |
USER_GROUP_INFO |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
SystemReportQuery() |
SystemReportQuery(Property<T,? super SystemReportQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CurrencyVO |
getCurrency() |
java.util.Set<BasicGroupVO> |
getGroups() |
PeriodPreselectorOptionData |
getPeriod() |
java.util.Set<TransferTypeVO> |
getTransferTypes() |
boolean |
isAds() |
boolean |
isExpenditure() |
boolean |
isIncome() |
boolean |
isNumberLogins() |
boolean |
isPercentageNotTrading() |
boolean |
isReferences() |
boolean |
isSystemAccounts() |
boolean |
isUserAccounts() |
boolean |
isUserGroupInfo() |
void |
setAds(boolean ads) |
void |
setCurrency(CurrencyVO currency) |
void |
setExpenditure(boolean expenditure) |
void |
setGroups(java.util.Set<BasicGroupVO> groups) |
void |
setIncome(boolean income) |
void |
setNumberLogins(boolean numberLogins) |
void |
setPercentageNotTrading(boolean percentageNotTrading) |
void |
setPeriod(PeriodPreselectorOptionData period) |
void |
setReferences(boolean references) |
void |
setSystemAccounts(boolean systemAccounts) |
void |
setTransferTypes(java.util.Set<TransferTypeVO> transferTypes) |
void |
setUserAccounts(boolean userAccounts) |
void |
setUserGroupInfo(boolean userGroupInfo) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, 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 BasicProperty<java.lang.Boolean,SystemReportQuery> ADS
public static final BasicProperty<CurrencyVO,SystemReportQuery> CURRENCY
public static final BasicProperty<java.lang.Boolean,SystemReportQuery> EXPENDITURE
public static final SetProperty<BasicGroupVO,SystemReportQuery> GROUPS
public static final BasicProperty<java.lang.Boolean,SystemReportQuery> INCOME
public static final BasicProperty<java.lang.Boolean,SystemReportQuery> NUMBER_LOGINS
public static final BasicProperty<java.lang.Boolean,SystemReportQuery> PERCENTAGE_NOT_TRADING
public static final BasicProperty<PeriodPreselectorOptionData,SystemReportQuery> PERIOD
public static final BasicProperty<java.lang.Boolean,SystemReportQuery> REFERENCES
public static final BasicProperty<java.lang.Boolean,SystemReportQuery> SYSTEM_ACCOUNTS
public static final SetProperty<TransferTypeVO,SystemReportQuery> TRANSFER_TYPES
public static final BasicProperty<java.lang.Boolean,SystemReportQuery> USER_ACCOUNTS
public static final BasicProperty<java.lang.Boolean,SystemReportQuery> USER_GROUP_INFO
public SystemReportQuery()
public SystemReportQuery(Property<T,? super SystemReportQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParameterspublic boolean isAds()
isAds in interface ISystemReportPreferencespublic void setAds(boolean ads)
public CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public boolean isExpenditure()
isExpenditure in interface ISystemReportPreferencespublic void setExpenditure(boolean expenditure)
public java.util.Set<BasicGroupVO> getGroups()
public void setGroups(java.util.Set<BasicGroupVO> groups)
public boolean isIncome()
isIncome in interface ISystemReportPreferencespublic void setIncome(boolean income)
public boolean isNumberLogins()
isNumberLogins in interface ISystemReportPreferencespublic void setNumberLogins(boolean numberLogins)
public boolean isPercentageNotTrading()
isPercentageNotTrading in interface ISystemReportPreferencespublic void setPercentageNotTrading(boolean percentageNotTrading)
public PeriodPreselectorOptionData getPeriod()
public void setPeriod(PeriodPreselectorOptionData period)
public boolean isReferences()
isReferences in interface ISystemReportPreferencespublic void setReferences(boolean references)
public boolean isSystemAccounts()
isSystemAccounts in interface ISystemReportPreferencespublic void setSystemAccounts(boolean systemAccounts)
public java.util.Set<TransferTypeVO> getTransferTypes()
public void setTransferTypes(java.util.Set<TransferTypeVO> transferTypes)
public boolean isUserAccounts()
isUserAccounts in interface ISystemReportPreferencespublic void setUserAccounts(boolean userAccounts)
public boolean isUserGroupInfo()
isUserGroupInfo in interface ISystemReportPreferencespublic void setUserGroupInfo(boolean userGroupInfo)