public class AccountHistoriesOverviewData extends TransferSearchData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CurrencyVO,AccountHistoriesOverviewData> |
CURRENCIES |
static BasicProperty<java.lang.Boolean,AccountHistoriesOverviewData> |
IMMEDIATELY_FETCH_OVERVIEW |
ACCESS_CLIENTS, ACCOUNT_TYPES, CHANNELS, MANAGED_GROUPS, OPERATORS, PRESELECTED_PERIODS, TRANSFER_FILTERS, TRANSFER_STATUS_FLOWSQUERY| Constructor and Description |
|---|
AccountHistoriesOverviewData() |
AccountHistoriesOverviewData(Property<T,? super AccountHistoriesOverviewData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CurrencyVO> |
getCurrencies() |
boolean |
isImmediatelyFetchOverview() |
void |
setCurrencies(java.util.List<CurrencyVO> currencies) |
void |
setImmediatelyFetchOverview(boolean immediatelyFetchOverview) |
getAccessClients, getAccountTypes, getChannels, getManagedGroups, getOperators, getPreselectedPeriods, getTransferFilters, getTransferStatusFlows, setAccessClients, setAccountTypes, setChannels, setManagedGroups, setOperators, setPreselectedPeriods, setTransferFilters, setTransferStatusFlowsgetQuery, setQueryaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<CurrencyVO,AccountHistoriesOverviewData> CURRENCIES
public static final BasicProperty<java.lang.Boolean,AccountHistoriesOverviewData> IMMEDIATELY_FETCH_OVERVIEW
public AccountHistoriesOverviewData()
public AccountHistoriesOverviewData(Property<T,? super AccountHistoriesOverviewData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransferSearchDatapublic java.util.List<CurrencyVO> getCurrencies()
public void setCurrencies(java.util.List<CurrencyVO> currencies)
public boolean isImmediatelyFetchOverview()
public void setImmediatelyFetchOverview(boolean immediatelyFetchOverview)
public java.lang.String className()
className in class TransferSearchData