Class InstallmentOverviewSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<InstallmentOverviewQuery>
-
- org.cyclos.model.banking.transactions.InstallmentOverviewSearchData
-
- All Implemented Interfaces:
Serializable,HasAccountTypes,IInstallmentSearchData
public class InstallmentOverviewSearchData extends SearchData<InstallmentOverviewQuery> implements IInstallmentSearchData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListProperty<AccountTypeWithCurrencyVO,InstallmentOverviewSearchData>ACCOUNT_TYPESstatic BasicProperty<Boolean,InstallmentOverviewSearchData>CAN_VIEW_AUTHORIZEDstatic StringCLASS_NAMEstatic ListProperty<ExportFormatVO,InstallmentOverviewSearchData>EXPORT_FORMATSstatic ListProperty<BasicGroupVO,InstallmentOverviewSearchData>MANAGED_GROUPSstatic ListProperty<PeriodPreselectorOptionData,InstallmentOverviewSearchData>PRESELECTED_PERIODSstatic SetProperty<TransactionNature,InstallmentOverviewSearchData>VISIBLE_NATURES-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description InstallmentOverviewSearchData()InstallmentOverviewSearchData(Property<T,? super InstallmentOverviewSearchData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<AccountTypeWithCurrencyVO>getAccountTypes()List<ExportFormatVO>getExportFormats()List<BasicGroupVO>getManagedGroups()List<PeriodPreselectorOptionData>getPreselectedPeriods()Set<TransactionNature>getVisibleNatures()booleanisCanViewAuthorized()voidsetAccountTypes(List<AccountTypeWithCurrencyVO> accountTypes)voidsetCanViewAuthorized(boolean canViewAuthorized)voidsetExportFormats(List<ExportFormatVO> exportFormats)voidsetManagedGroups(List<BasicGroupVO> managedGroups)voidsetPreselectedPeriods(List<PeriodPreselectorOptionData> preselectedPeriods)voidsetVisibleNatures(Set<TransactionNature> visibleNatures)-
Methods inherited from class org.cyclos.model.SearchData
getQuery, setQuery
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.banking.accounts.HasAccountTypes
getTransactionNumberPattern, hasTransactionNumber
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT_TYPES
public static final ListProperty<AccountTypeWithCurrencyVO,InstallmentOverviewSearchData> ACCOUNT_TYPES
-
CAN_VIEW_AUTHORIZED
public static final BasicProperty<Boolean,InstallmentOverviewSearchData> CAN_VIEW_AUTHORIZED
-
EXPORT_FORMATS
public static final ListProperty<ExportFormatVO,InstallmentOverviewSearchData> EXPORT_FORMATS
-
MANAGED_GROUPS
public static final ListProperty<BasicGroupVO,InstallmentOverviewSearchData> MANAGED_GROUPS
-
PRESELECTED_PERIODS
public static final ListProperty<PeriodPreselectorOptionData,InstallmentOverviewSearchData> PRESELECTED_PERIODS
-
VISIBLE_NATURES
public static final SetProperty<TransactionNature,InstallmentOverviewSearchData> VISIBLE_NATURES
-
-
Constructor Detail
-
InstallmentOverviewSearchData
public InstallmentOverviewSearchData()
-
InstallmentOverviewSearchData
public InstallmentOverviewSearchData(Property<T,? super InstallmentOverviewSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSearchData<InstallmentOverviewQuery>
-
getAccountTypes
public List<AccountTypeWithCurrencyVO> getAccountTypes()
- Specified by:
getAccountTypesin interfaceHasAccountTypes
-
setAccountTypes
public void setAccountTypes(List<AccountTypeWithCurrencyVO> accountTypes)
- Specified by:
setAccountTypesin interfaceHasAccountTypes
-
isCanViewAuthorized
public boolean isCanViewAuthorized()
- Specified by:
isCanViewAuthorizedin interfaceIInstallmentSearchData
-
setCanViewAuthorized
public void setCanViewAuthorized(boolean canViewAuthorized)
- Specified by:
setCanViewAuthorizedin interfaceIInstallmentSearchData
-
getExportFormats
public List<ExportFormatVO> getExportFormats()
- Specified by:
getExportFormatsin interfaceIInstallmentSearchData
-
setExportFormats
public void setExportFormats(List<ExportFormatVO> exportFormats)
- Specified by:
setExportFormatsin interfaceIInstallmentSearchData
-
getManagedGroups
public List<BasicGroupVO> getManagedGroups()
- Specified by:
getManagedGroupsin interfaceIInstallmentSearchData
-
setManagedGroups
public void setManagedGroups(List<BasicGroupVO> managedGroups)
- Specified by:
setManagedGroupsin interfaceIInstallmentSearchData
-
getPreselectedPeriods
public List<PeriodPreselectorOptionData> getPreselectedPeriods()
-
setPreselectedPeriods
public void setPreselectedPeriods(List<PeriodPreselectorOptionData> preselectedPeriods)
-
getVisibleNatures
public Set<TransactionNature> getVisibleNatures()
- Specified by:
getVisibleNaturesin interfaceIInstallmentSearchData
-
setVisibleNatures
public void setVisibleNatures(Set<TransactionNature> visibleNatures)
- Specified by:
setVisibleNaturesin interfaceIInstallmentSearchData
-
-