public class TransactionQuery extends BaseOwnerTransactionQuery
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static SetProperty<TransactionNature,TransactionQuery> |
NATURES |
AUTHORIZATION_STATUS, DIRECTION, OWNERACCOUNT_TYPESACCESS_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 |
|---|
TransactionQuery() |
TransactionQuery(Property<T,? super TransactionQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.Set<TransactionNature> |
getNatures() |
void |
setNatures(java.util.Set<TransactionNature> natures) |
getAuthorizationStatus, getDirection, getOwner, setAuthorizationStatus, setDirection, setOwnergetAccountTypes, setAccountTypesgetAccessClients, 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<TransactionNature,TransactionQuery> NATURES
public TransactionQuery()
public TransactionQuery(Property<T,? super TransactionQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseOwnerTransactionQuerypublic java.util.Set<TransactionNature> getNatures()
public void setNatures(java.util.Set<TransactionNature> natures)
public java.lang.String className()
className in class BaseOwnerTransactionQuery