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 inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description InstallmentOverviewSearchData()InstallmentOverviewSearchData(Property<T,? super InstallmentOverviewSearchData> property, T value)
-
Method Summary
-
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, values
-
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
-
ARCHIVING_DATE
public static final BasicProperty<DateTime,InstallmentOverviewSearchData> ARCHIVING_DATE
-
CAN_VIEW_AUTHORIZED
public static final BasicProperty<Boolean,InstallmentOverviewSearchData> CAN_VIEW_AUTHORIZED
-
EXPORT_FORMATS
public static final ListProperty<ExportFormatVO,InstallmentOverviewSearchData> EXPORT_FORMATS
-
FIELDS_FOR_LIST
public static final ListProperty<CustomFieldDetailedVO,InstallmentOverviewSearchData> FIELDS_FOR_LIST
-
FIELDS_FOR_SEARCH
public static final ListProperty<CustomFieldDetailedVO,InstallmentOverviewSearchData> FIELDS_FOR_SEARCH
-
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
-
getArchivingDate
public DateTime getArchivingDate()
- Specified by:
getArchivingDatein interfaceIInstallmentSearchData
-
setArchivingDate
public void setArchivingDate(DateTime archivingDate)
- Specified by:
setArchivingDatein interfaceIInstallmentSearchData
-
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
-
getFieldsForList
public List<CustomFieldDetailedVO> getFieldsForList()
- Specified by:
getFieldsForListin interfaceIInstallmentSearchData
-
setFieldsForList
public void setFieldsForList(List<CustomFieldDetailedVO> fieldsForList)
- Specified by:
setFieldsForListin interfaceIInstallmentSearchData
-
getFieldsForSearch
public List<CustomFieldDetailedVO> getFieldsForSearch()
- Specified by:
getFieldsForSearchin interfaceIInstallmentSearchData
-
setFieldsForSearch
public void setFieldsForSearch(List<CustomFieldDetailedVO> fieldsForSearch)
- Specified by:
setFieldsForSearchin 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
-
-