public class TransferSearchData extends SearchData<BaseTransferQuery> implements ITransSearchData
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<AccessClientDetailedVO,TransferSearchData> |
ACCESS_CLIENTS |
static ListProperty<AccountTypeWithCurrencyVO,TransferSearchData> |
ACCOUNT_TYPES |
static ListProperty<ChannelVO,TransferSearchData> |
CHANNELS |
static java.lang.String |
CLASS_NAME |
static ListProperty<BasicGroupVO,TransferSearchData> |
MANAGED_GROUPS |
static ListProperty<OperatorVO,TransferSearchData> |
OPERATORS |
static ListProperty<PeriodPreselectorOptionData,TransferSearchData> |
PRESELECTED_PERIODS |
static ListProperty<TransferFilterVO,TransferSearchData> |
TRANSFER_FILTERS |
static ListProperty<TransferStatusFlowWithStatusesVO,TransferSearchData> |
TRANSFER_STATUS_FLOWS |
QUERY| Constructor and Description |
|---|
TransferSearchData() |
TransferSearchData(Property<T,? super TransferSearchData> property,
T value) |
getQuery, 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<AccessClientDetailedVO,TransferSearchData> ACCESS_CLIENTS
public static final ListProperty<AccountTypeWithCurrencyVO,TransferSearchData> ACCOUNT_TYPES
public static final ListProperty<ChannelVO,TransferSearchData> CHANNELS
public static final ListProperty<BasicGroupVO,TransferSearchData> MANAGED_GROUPS
public static final ListProperty<OperatorVO,TransferSearchData> OPERATORS
public static final ListProperty<PeriodPreselectorOptionData,TransferSearchData> PRESELECTED_PERIODS
public static final ListProperty<TransferFilterVO,TransferSearchData> TRANSFER_FILTERS
public static final ListProperty<TransferStatusFlowWithStatusesVO,TransferSearchData> TRANSFER_STATUS_FLOWS
public TransferSearchData()
public TransferSearchData(Property<T,? super TransferSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class SearchData<BaseTransferQuery>public java.util.List<AccessClientDetailedVO> getAccessClients()
getAccessClients in interface ITransSearchDatapublic void setAccessClients(java.util.List<AccessClientDetailedVO> accessClients)
setAccessClients in interface ITransSearchDatapublic java.util.List<AccountTypeWithCurrencyVO> getAccountTypes()
getAccountTypes in interface ITransSearchDatapublic void setAccountTypes(java.util.List<AccountTypeWithCurrencyVO> accountTypes)
setAccountTypes in interface ITransSearchDatapublic java.util.List<ChannelVO> getChannels()
getChannels in interface ITransSearchDatapublic void setChannels(java.util.List<ChannelVO> channels)
setChannels in interface ITransSearchDatapublic java.util.List<BasicGroupVO> getManagedGroups()
getManagedGroups in interface ITransSearchDatapublic void setManagedGroups(java.util.List<BasicGroupVO> managedGroups)
setManagedGroups in interface ITransSearchDatapublic java.util.List<OperatorVO> getOperators()
getOperators in interface ITransSearchDatapublic void setOperators(java.util.List<OperatorVO> operators)
setOperators in interface ITransSearchDatapublic java.util.List<PeriodPreselectorOptionData> getPreselectedPeriods()
getPreselectedPeriods in interface ITransSearchDatapublic void setPreselectedPeriods(java.util.List<PeriodPreselectorOptionData> preselectedPeriods)
setPreselectedPeriods in interface ITransSearchDatapublic java.util.List<TransferFilterVO> getTransferFilters()
getTransferFilters in interface ITransSearchDatapublic void setTransferFilters(java.util.List<TransferFilterVO> transferFilters)
setTransferFilters in interface ITransSearchDatapublic java.util.List<TransferStatusFlowWithStatusesVO> getTransferStatusFlows()
public void setTransferStatusFlows(java.util.List<TransferStatusFlowWithStatusesVO> transferStatusFlows)