public class TransSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<AccessClientDetailedVO,TransSearchData> |
ACCESS_CLIENTS |
static ListProperty<AccountTypeVO,TransSearchData> |
ACCOUNT_TYPES |
static ListProperty<ChannelVO,TransSearchData> |
CHANNELS |
static java.lang.String |
CLASS_NAME |
static ListProperty<BasicGroupVO,TransSearchData> |
MANAGED_GROUPS |
static ListProperty<OperatorVO,TransSearchData> |
OPERATORS |
static ListProperty<PeriodPreselectorOptionData,TransSearchData> |
PRESELECTED_PERIODS |
static ListProperty<TransferFilterVO,TransSearchData> |
TRANSFER_FILTERS |
| Constructor and Description |
|---|
TransSearchData() |
TransSearchData(Property<T,? super TransSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<AccessClientDetailedVO> |
getAccessClients() |
java.util.List<AccountTypeVO> |
getAccountTypes() |
java.util.List<ChannelVO> |
getChannels() |
java.util.List<BasicGroupVO> |
getManagedGroups() |
java.util.List<OperatorVO> |
getOperators() |
java.util.List<PeriodPreselectorOptionData> |
getPreselectedPeriods() |
java.util.List<TransferFilterVO> |
getTransferFilters() |
void |
setAccessClients(java.util.List<AccessClientDetailedVO> accessClients) |
void |
setAccountTypes(java.util.List<AccountTypeVO> accountTypes) |
void |
setChannels(java.util.List<ChannelVO> channels) |
void |
setManagedGroups(java.util.List<BasicGroupVO> managedGroups) |
void |
setOperators(java.util.List<OperatorVO> operators) |
void |
setPreselectedPeriods(java.util.List<PeriodPreselectorOptionData> preselectedPeriods) |
void |
setTransferFilters(java.util.List<TransferFilterVO> transferFilters) |
addPropertyChangeListener, 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<AccessClientDetailedVO,TransSearchData> ACCESS_CLIENTS
public static final ListProperty<AccountTypeVO,TransSearchData> ACCOUNT_TYPES
public static final ListProperty<ChannelVO,TransSearchData> CHANNELS
public static final ListProperty<BasicGroupVO,TransSearchData> MANAGED_GROUPS
public static final ListProperty<OperatorVO,TransSearchData> OPERATORS
public static final ListProperty<PeriodPreselectorOptionData,TransSearchData> PRESELECTED_PERIODS
public static final ListProperty<TransferFilterVO,TransSearchData> TRANSFER_FILTERS
public TransSearchData()
public TransSearchData(Property<T,? super TransSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<AccessClientDetailedVO> getAccessClients()
public void setAccessClients(java.util.List<AccessClientDetailedVO> accessClients)
public java.util.List<AccountTypeVO> getAccountTypes()
public void setAccountTypes(java.util.List<AccountTypeVO> accountTypes)
public java.util.List<ChannelVO> getChannels()
public void setChannels(java.util.List<ChannelVO> channels)
public java.util.List<BasicGroupVO> getManagedGroups()
public void setManagedGroups(java.util.List<BasicGroupVO> managedGroups)
public java.util.List<OperatorVO> getOperators()
public void setOperators(java.util.List<OperatorVO> operators)
public java.util.List<PeriodPreselectorOptionData> getPreselectedPeriods()
public void setPreselectedPeriods(java.util.List<PeriodPreselectorOptionData> preselectedPeriods)
public java.util.List<TransferFilterVO> getTransferFilters()
public void setTransferFilters(java.util.List<TransferFilterVO> transferFilters)