public class PaymentRequestSearchOverviewData extends TransactionSearchData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CurrencyVO,PaymentRequestSearchOverviewData> |
CURRENCIES |
ACCESS_CLIENTS, ACCOUNT_OWNER, ACCOUNT_TYPES, CAN_VIEW_AUTHORIZED, CAN_VIEW_SCHEDULED, CHANNELS, MANAGED_GROUPS, OPERATORS, PRESELECTED_PERIODS, TRANSFER_FILTERSQUERY| Constructor and Description |
|---|
PaymentRequestSearchOverviewData() |
PaymentRequestSearchOverviewData(Property<T,? super PaymentRequestSearchOverviewData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CurrencyVO> |
getCurrencies() |
void |
setCurrencies(java.util.List<CurrencyVO> currencies) |
getAccessClients, getAccountOwner, getAccountTypes, getChannels, getManagedGroups, getOperators, getPreselectedPeriods, getTransferFilters, isCanViewAuthorized, isCanViewScheduled, setAccessClients, setAccountOwner, setAccountTypes, setCanViewAuthorized, setCanViewScheduled, setChannels, setManagedGroups, setOperators, setPreselectedPeriods, setTransferFiltersgetQuery, 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,PaymentRequestSearchOverviewData> CURRENCIES
public PaymentRequestSearchOverviewData()
public PaymentRequestSearchOverviewData(Property<T,? super PaymentRequestSearchOverviewData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransactionSearchDatapublic java.util.List<CurrencyVO> getCurrencies()
public void setCurrencies(java.util.List<CurrencyVO> currencies)
public java.lang.String className()
className in class TransactionSearchData