Package org.cyclos.model.system.reports
Class SystemReportQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.system.reports.SystemReportQuery
-
- All Implemented Interfaces:
Serializable,ISystemReportPreferences
public class SystemReportQuery extends QueryParameters implements ISystemReportPreferences
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Boolean,SystemReportQuery>ADSstatic StringCLASS_NAMEstatic BasicProperty<CurrencyVO,SystemReportQuery>CURRENCYstatic BasicProperty<Boolean,SystemReportQuery>EXPENDITUREstatic SetProperty<BasicGroupVO,SystemReportQuery>GROUPSstatic BasicProperty<Boolean,SystemReportQuery>INCOMEstatic BasicProperty<Boolean,SystemReportQuery>NUMBER_LOGINSstatic BasicProperty<Boolean,SystemReportQuery>PERCENTAGE_NOT_TRADINGstatic BasicProperty<PeriodPreselectorOptionData,SystemReportQuery>PERIODstatic BasicProperty<Boolean,SystemReportQuery>REFERENCESstatic BasicProperty<Boolean,SystemReportQuery>SYSTEM_ACCOUNTSstatic SetProperty<TransferTypeVO,SystemReportQuery>TRANSFER_TYPESstatic BasicProperty<Boolean,SystemReportQuery>USER_ACCOUNTSstatic BasicProperty<Boolean,SystemReportQuery>USER_GROUP_INFO-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description SystemReportQuery()SystemReportQuery(Property<T,? super SystemReportQuery> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ADS
public static final BasicProperty<Boolean,SystemReportQuery> ADS
-
CURRENCY
public static final BasicProperty<CurrencyVO,SystemReportQuery> CURRENCY
-
EXPENDITURE
public static final BasicProperty<Boolean,SystemReportQuery> EXPENDITURE
-
GROUPS
public static final SetProperty<BasicGroupVO,SystemReportQuery> GROUPS
-
INCOME
public static final BasicProperty<Boolean,SystemReportQuery> INCOME
-
NUMBER_LOGINS
public static final BasicProperty<Boolean,SystemReportQuery> NUMBER_LOGINS
-
PERCENTAGE_NOT_TRADING
public static final BasicProperty<Boolean,SystemReportQuery> PERCENTAGE_NOT_TRADING
-
PERIOD
public static final BasicProperty<PeriodPreselectorOptionData,SystemReportQuery> PERIOD
-
REFERENCES
public static final BasicProperty<Boolean,SystemReportQuery> REFERENCES
-
SYSTEM_ACCOUNTS
public static final BasicProperty<Boolean,SystemReportQuery> SYSTEM_ACCOUNTS
-
TRANSFER_TYPES
public static final SetProperty<TransferTypeVO,SystemReportQuery> TRANSFER_TYPES
-
USER_ACCOUNTS
public static final BasicProperty<Boolean,SystemReportQuery> USER_ACCOUNTS
-
USER_GROUP_INFO
public static final BasicProperty<Boolean,SystemReportQuery> USER_GROUP_INFO
-
-
Constructor Detail
-
SystemReportQuery
public SystemReportQuery()
-
SystemReportQuery
public SystemReportQuery(Property<T,? super SystemReportQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
isAds
public boolean isAds()
- Specified by:
isAdsin interfaceISystemReportPreferences
-
setAds
public void setAds(boolean ads)
-
getCurrency
public CurrencyVO getCurrency()
-
setCurrency
public void setCurrency(CurrencyVO currency)
-
isExpenditure
public boolean isExpenditure()
- Specified by:
isExpenditurein interfaceISystemReportPreferences
-
setExpenditure
public void setExpenditure(boolean expenditure)
-
getGroups
public Set<BasicGroupVO> getGroups()
-
setGroups
public void setGroups(Set<BasicGroupVO> groups)
-
isIncome
public boolean isIncome()
- Specified by:
isIncomein interfaceISystemReportPreferences
-
setIncome
public void setIncome(boolean income)
-
isNumberLogins
public boolean isNumberLogins()
- Specified by:
isNumberLoginsin interfaceISystemReportPreferences
-
setNumberLogins
public void setNumberLogins(boolean numberLogins)
-
isPercentageNotTrading
public boolean isPercentageNotTrading()
- Specified by:
isPercentageNotTradingin interfaceISystemReportPreferences
-
setPercentageNotTrading
public void setPercentageNotTrading(boolean percentageNotTrading)
-
getPeriod
public PeriodPreselectorOptionData getPeriod()
-
setPeriod
public void setPeriod(PeriodPreselectorOptionData period)
-
isReferences
public boolean isReferences()
- Specified by:
isReferencesin interfaceISystemReportPreferences
-
setReferences
public void setReferences(boolean references)
-
isSystemAccounts
public boolean isSystemAccounts()
- Specified by:
isSystemAccountsin interfaceISystemReportPreferences
-
setSystemAccounts
public void setSystemAccounts(boolean systemAccounts)
-
getTransferTypes
public Set<TransferTypeVO> getTransferTypes()
-
setTransferTypes
public void setTransferTypes(Set<TransferTypeVO> transferTypes)
-
isUserAccounts
public boolean isUserAccounts()
- Specified by:
isUserAccountsin interfaceISystemReportPreferences
-
setUserAccounts
public void setUserAccounts(boolean userAccounts)
-
isUserGroupInfo
public boolean isUserGroupInfo()
- Specified by:
isUserGroupInfoin interfaceISystemReportPreferences
-
setUserGroupInfo
public void setUserGroupInfo(boolean userGroupInfo)
-
-