public class PaymentRequestSearchOverviewData extends TransactionSearchData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CurrencyVO,PaymentRequestSearchOverviewData> |
CURRENCIES |
ACCOUNT_OWNER, CAN_VIEW_AUTHORIZED, CAN_VIEW_SCHEDULEDACCESS_CLIENTS, ACCOUNT_TYPES, CHANNELS, MANAGED_GROUPS, OPERATORS, PRESELECTED_PERIODS, TRANSFER_FILTERS| 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) |
getAccountOwner, isCanViewAuthorized, isCanViewScheduled, setAccountOwner, setCanViewAuthorized, setCanViewScheduledgetAccessClients, getAccountTypes, getChannels, getManagedGroups, getOperators, getPreselectedPeriods, getTransferFilters, setAccessClients, setAccountTypes, setChannels, setManagedGroups, setOperators, setPreselectedPeriods, setTransferFiltersaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, 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