Class AccountHistoriesOverviewData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<BaseTransferQuery>
-
- org.cyclos.model.banking.accounts.TransferSearchData
-
- org.cyclos.model.banking.accounts.AccountHistoriesOverviewData
-
- All Implemented Interfaces:
Serializable,HasAccountTypes,ITransSearchData
public class AccountHistoriesOverviewData extends TransferSearchData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Boolean,AccountHistoriesOverviewData>IMMEDIATELY_FETCH_OVERVIEW-
Fields inherited from class org.cyclos.model.banking.accounts.TransferSearchData
ACCESS_CLIENTS, ACCOUNT_TYPES, ARCHIVING_DATE, CHANNELS, EXPORT_FORMATS, FIELDS_FOR_LIST, FIELDS_FOR_SEARCH, MANAGED_GROUPS, OPERATORS, PRESELECTED_PERIODS, TRANSFER_FILTERS, TRANSFER_STATUS_FLOWS
-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description AccountHistoriesOverviewData()AccountHistoriesOverviewData(Property<T,? super AccountHistoriesOverviewData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()booleanisImmediatelyFetchOverview()voidsetImmediatelyFetchOverview(boolean immediatelyFetchOverview)-
Methods inherited from class org.cyclos.model.banking.accounts.TransferSearchData
getAccessClients, getAccountTypes, getArchivingDate, getChannels, getExportFormats, getFieldsForList, getFieldsForSearch, getManagedGroups, getOperators, getPreselectedPeriods, getTransferFilters, getTransferStatusFlows, setAccessClients, setAccountTypes, setArchivingDate, setChannels, setExportFormats, setFieldsForList, setFieldsForSearch, setManagedGroups, setOperators, setPreselectedPeriods, setTransferFilters, setTransferStatusFlows
-
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
-
IMMEDIATELY_FETCH_OVERVIEW
public static final BasicProperty<Boolean,AccountHistoriesOverviewData> IMMEDIATELY_FETCH_OVERVIEW
-
-
Constructor Detail
-
AccountHistoriesOverviewData
public AccountHistoriesOverviewData()
-
AccountHistoriesOverviewData
public AccountHistoriesOverviewData(Property<T,? super AccountHistoriesOverviewData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classTransferSearchData
-
isImmediatelyFetchOverview
public boolean isImmediatelyFetchOverview()
-
setImmediatelyFetchOverview
public void setImmediatelyFetchOverview(boolean immediatelyFetchOverview)
-
className
public String className()
- Overrides:
classNamein classTransferSearchData
-
-