public class TransactionSearchData extends SearchData<TransactionQuery> implements ITransSearchData
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<AccessClientDetailedVO,TransactionSearchData> |
ACCESS_CLIENTS |
static BasicProperty<InternalAccountOwner,TransactionSearchData> |
ACCOUNT_OWNER |
static ListProperty<AccountTypeWithCurrencyVO,TransactionSearchData> |
ACCOUNT_TYPES |
static BasicProperty<java.lang.Boolean,TransactionSearchData> |
CAN_VIEW_AUTHORIZED |
static BasicProperty<java.lang.Boolean,TransactionSearchData> |
CAN_VIEW_SCHEDULED |
static ListProperty<ChannelVO,TransactionSearchData> |
CHANNELS |
static java.lang.String |
CLASS_NAME |
static ListProperty<BasicGroupVO,TransactionSearchData> |
MANAGED_GROUPS |
static ListProperty<OperatorVO,TransactionSearchData> |
OPERATORS |
static ListProperty<PeriodPreselectorOptionData,TransactionSearchData> |
PRESELECTED_PERIODS |
static ListProperty<TransferFilterVO,TransactionSearchData> |
TRANSFER_FILTERS |
QUERY| Constructor and Description |
|---|
TransactionSearchData() |
TransactionSearchData(Property<T,? super TransactionSearchData> 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,TransactionSearchData> ACCESS_CLIENTS
public static final BasicProperty<InternalAccountOwner,TransactionSearchData> ACCOUNT_OWNER
public static final ListProperty<AccountTypeWithCurrencyVO,TransactionSearchData> ACCOUNT_TYPES
public static final BasicProperty<java.lang.Boolean,TransactionSearchData> CAN_VIEW_AUTHORIZED
public static final BasicProperty<java.lang.Boolean,TransactionSearchData> CAN_VIEW_SCHEDULED
public static final ListProperty<ChannelVO,TransactionSearchData> CHANNELS
public static final ListProperty<BasicGroupVO,TransactionSearchData> MANAGED_GROUPS
public static final ListProperty<OperatorVO,TransactionSearchData> OPERATORS
public static final ListProperty<PeriodPreselectorOptionData,TransactionSearchData> PRESELECTED_PERIODS
public static final ListProperty<TransferFilterVO,TransactionSearchData> TRANSFER_FILTERS
public TransactionSearchData()
public TransactionSearchData(Property<T,? super TransactionSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class SearchData<TransactionQuery>public java.util.List<AccessClientDetailedVO> getAccessClients()
getAccessClients in interface ITransSearchDatapublic void setAccessClients(java.util.List<AccessClientDetailedVO> accessClients)
setAccessClients in interface ITransSearchDatapublic InternalAccountOwner getAccountOwner()
public void setAccountOwner(InternalAccountOwner accountOwner)
public java.util.List<AccountTypeWithCurrencyVO> getAccountTypes()
getAccountTypes in interface ITransSearchDatapublic void setAccountTypes(java.util.List<AccountTypeWithCurrencyVO> accountTypes)
setAccountTypes in interface ITransSearchDatapublic boolean isCanViewAuthorized()
public void setCanViewAuthorized(boolean canViewAuthorized)
public boolean isCanViewScheduled()
public void setCanViewScheduled(boolean canViewScheduled)
public 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 ITransSearchData