public class TransactionSearchData extends TransSearchData
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<InternalAccountOwner,TransactionSearchData> |
ACCOUNT_OWNER |
static BasicProperty<java.lang.Boolean,TransactionSearchData> |
CAN_VIEW_AUTHORIZED |
static BasicProperty<java.lang.Boolean,TransactionSearchData> |
CAN_VIEW_SCHEDULED |
static java.lang.String |
CLASS_NAME |
ACCESS_CLIENTS, ACCOUNT_TYPES, CHANNELS, MANAGED_GROUPS, OPERATORS, PRESELECTED_PERIODS, TRANSFER_FILTERS| Constructor and Description |
|---|
TransactionSearchData() |
TransactionSearchData(Property<T,? super TransactionSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
InternalAccountOwner |
getAccountOwner() |
boolean |
isCanViewAuthorized() |
boolean |
isCanViewScheduled() |
void |
setAccountOwner(InternalAccountOwner accountOwner) |
void |
setCanViewAuthorized(boolean canViewAuthorized) |
void |
setCanViewScheduled(boolean canViewScheduled) |
getAccessClients, 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 BasicProperty<InternalAccountOwner,TransactionSearchData> ACCOUNT_OWNER
public static final BasicProperty<java.lang.Boolean,TransactionSearchData> CAN_VIEW_AUTHORIZED
public static final BasicProperty<java.lang.Boolean,TransactionSearchData> CAN_VIEW_SCHEDULED
public TransactionSearchData()
public TransactionSearchData(Property<T,? super TransactionSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransSearchDatapublic InternalAccountOwner getAccountOwner()
public void setAccountOwner(InternalAccountOwner accountOwner)
public boolean isCanViewAuthorized()
public void setCanViewAuthorized(boolean canViewAuthorized)
public boolean isCanViewScheduled()
public void setCanViewScheduled(boolean canViewScheduled)
public java.lang.String className()
className in class TransSearchData