public class BaseTransactionQuery extends AbstractTransQuery
| Modifier and Type | Field and Description |
|---|---|
static SetProperty<AccountTypeVO,BaseTransactionQuery> |
ACCOUNT_TYPES |
static java.lang.String |
CLASS_NAME |
ACCESS_CLIENTS, AMOUNT, BROKER, BY, CHANNELS, DESCRIPTION, EXCLUDED_IDS, FROM_CURRENT_ACCESS_CLIENT, FROM_NATURE, GROUPS, ORDER_BY, PERIOD, PRESELECTED_PERIOD, TO_NATURE, TRANSACTION_NUMBER, TRANSFER_FILTERS, USERCURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
BaseTransactionQuery() |
BaseTransactionQuery(Property<T,? super BaseTransactionQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.Set<AccountTypeVO> |
getAccountTypes() |
void |
setAccountTypes(java.util.Set<AccountTypeVO> accountTypes) |
getAccessClients, getAmount, getBroker, getBy, getChannels, getDescription, getExcludedIds, getFromNature, getGroups, getOrderBy, getPeriod, getPreselectedPeriod, getToNature, getTransactionNumber, getTransferFilters, getUser, isFromCurrentAccessClient, setAccessClients, setAmount, setBroker, setBy, setChannels, setDescription, setExcludedIds, setFromCurrentAccessClient, setFromNature, setGroups, setOrderBy, setPeriod, setPreselectedPeriod, setToNature, setTransactionNumber, setTransferFilters, setUsergetCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, 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 SetProperty<AccountTypeVO,BaseTransactionQuery> ACCOUNT_TYPES
public BaseTransactionQuery()
public BaseTransactionQuery(Property<T,? super BaseTransactionQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AbstractTransQuerypublic java.util.Set<AccountTypeVO> getAccountTypes()
public void setAccountTypes(java.util.Set<AccountTypeVO> accountTypes)
public java.lang.String className()
className in class AbstractTransQuery