Package org.cyclos.model.system.reports
Interface ISystemReportPreferences
-
- All Known Implementing Classes:
SystemReportPreferences,SystemReportPreferencesDTO,SystemReportQuery
public interface ISystemReportPreferencesCommon interface for SystemReportPreferences
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAds()booleanisExpenditure()booleanisIncome()booleanisNumberLogins()booleanisPercentageNotTrading()booleanisReferences()booleanisSystemAccounts()booleanisUserAccounts()booleanisUserGroupInfo()
-
-
-
Method Detail
-
isAds
boolean isAds()
-
isExpenditure
boolean isExpenditure()
-
isIncome
boolean isIncome()
-
isNumberLogins
boolean isNumberLogins()
-
isPercentageNotTrading
boolean isPercentageNotTrading()
-
isReferences
boolean isReferences()
-
isSystemAccounts
boolean isSystemAccounts()
-
isUserAccounts
boolean isUserAccounts()
-
isUserGroupInfo
boolean isUserGroupInfo()
-
-