public class AuthorizedTransactionQuery extends BaseTransactionQuery
| Modifier and Type | Field and Description |
|---|---|
static Property<UserVO,AuthorizedTransactionQuery> |
ACTION_PERFORMED_BY |
static SetProperty<TransactionNature,AuthorizedTransactionQuery> |
NATURES |
ACCESS_CLIENTS, ACCOUNT_TYPES, AUTHORIZATION_STATUS, DIRECTION, EXCLUDED_IDS, FROM_CURRENT_ACCESS_CLIENT, OWNER, PERIOD, RELATED_USERCURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
AuthorizedTransactionQuery() |
AuthorizedTransactionQuery(Property<T,? super AuthorizedTransactionQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
UserVO |
getActionPerformedBy() |
java.util.Set<TransactionNature> |
getNatures() |
void |
setActionPerformedBy(UserVO actionPerformedBy) |
void |
setNatures(java.util.Set<TransactionNature> natures) |
getAccessClients, getAccountTypes, getAuthorizationStatus, getDirection, getExcludedIds, getOwner, getPeriod, getRelatedUser, isFromCurrentAccessClient, setAccessClients, setAccountTypes, setAuthorizationStatus, setDirection, setExcludedIds, setFromCurrentAccessClient, setOwner, setPeriod, setRelatedUsergetCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<UserVO,AuthorizedTransactionQuery> ACTION_PERFORMED_BY
public static final SetProperty<TransactionNature,AuthorizedTransactionQuery> NATURES
public AuthorizedTransactionQuery()
public AuthorizedTransactionQuery(Property<T,? super AuthorizedTransactionQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseTransactionQueryprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class BaseTransactionQuerypublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class BaseTransactionQuerypublic UserVO getActionPerformedBy()
public java.util.Set<TransactionNature> getNatures()
public void setActionPerformedBy(UserVO actionPerformedBy)
public void setNatures(java.util.Set<TransactionNature> natures)