public class UserWithBalanceQuery extends AbstractUserQuery
| Modifier and Type | Field and Description |
|---|---|
static Property<AccountTypeVO,UserWithBalanceQuery> |
ACCOUNT_TYPE |
static Property<IntegerRangeDTO,UserWithBalanceQuery> |
BALANCE_RANGE |
static Property<DatePeriodDTO,UserWithBalanceQuery> |
LAST_INCOMING_TRANSFER |
static Property<DatePeriodDTO,UserWithBalanceQuery> |
LAST_OUTGOING_TRANSFER |
static Property<UserWithBalanceOrderBy,UserWithBalanceQuery> |
ORDER_BY |
static Property<IntegerRangeDTO,UserWithBalanceQuery> |
YELLOW_BALANCE_RANGE |
ADDRESS_RESULT, BROKERS, CREATED, CUSTOM_VALUES, DISTANCE, EXCLUDE_CONTACTS, GROUPS, INCLUDE_MAIN_BROKER, KEYWORDS, LAST_LOGIN, MESSAGES_ENABLED, NAME_OR_USERNAME, ONLY_BROKER_IS_MAIN, ONLY_CONTACTS, PRODUCTS, PRODUCTS_INDIVIDUALLY_ASSIGNED, ROLES, USERS_TO_EXCLUDECURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
UserWithBalanceQuery() |
UserWithBalanceQuery(Property<T,? super UserWithBalanceQuery> 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
|
AccountTypeVO |
getAccountType() |
IntegerRangeDTO |
getBalanceRange() |
DatePeriodDTO |
getLastIncomingTransfer() |
DatePeriodDTO |
getLastOutgoingTransfer() |
UserWithBalanceOrderBy |
getOrderBy() |
IntegerRangeDTO |
getYellowBalanceRange() |
void |
setAccountType(AccountTypeVO accountType) |
void |
setBalanceRange(IntegerRangeDTO balanceRange) |
void |
setLastIncomingTransfer(DatePeriodDTO lastIncomingTransfer) |
void |
setLastOutgoingTransfer(DatePeriodDTO lastOutgoingTransfer) |
void |
setOrderBy(UserWithBalanceOrderBy orderBy) |
void |
setYellowBalanceRange(IntegerRangeDTO yellowBalanceRange) |
getAddressResult, getBrokers, getCreated, getCustomValues, getDistance, getGroups, getKeywords, getLastLogin, getNameOrUsername, getProducts, getRoles, getUsersToExclude, isExcludeContacts, isIncludeMainBroker, isMessagesEnabled, isOnlyBrokerIsMain, isOnlyContacts, isProductsIndividuallyAssigned, setAddressResult, setBrokers, setCreated, setCustomValues, setDistance, setExcludeContacts, setGroups, setIncludeMainBroker, setKeywords, setLastLogin, setMessagesEnabled, setNameOrUsername, setOnlyBrokerIsMain, setOnlyContacts, setProducts, setProductsIndividuallyAssigned, setRoles, setUsersToExcludegetCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<AccountTypeVO,UserWithBalanceQuery> ACCOUNT_TYPE
public static final Property<IntegerRangeDTO,UserWithBalanceQuery> BALANCE_RANGE
public static final Property<DatePeriodDTO,UserWithBalanceQuery> LAST_INCOMING_TRANSFER
public static final Property<DatePeriodDTO,UserWithBalanceQuery> LAST_OUTGOING_TRANSFER
public static final Property<UserWithBalanceOrderBy,UserWithBalanceQuery> ORDER_BY
public static final Property<IntegerRangeDTO,UserWithBalanceQuery> YELLOW_BALANCE_RANGE
public UserWithBalanceQuery()
public UserWithBalanceQuery(Property<T,? super UserWithBalanceQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AbstractUserQueryprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class AbstractUserQuerypublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class AbstractUserQuerypublic AccountTypeVO getAccountType()
public IntegerRangeDTO getBalanceRange()
public DatePeriodDTO getLastIncomingTransfer()
public DatePeriodDTO getLastOutgoingTransfer()
public UserWithBalanceOrderBy getOrderBy()
public IntegerRangeDTO getYellowBalanceRange()
public void setAccountType(AccountTypeVO accountType)
public void setBalanceRange(IntegerRangeDTO balanceRange)
public void setLastIncomingTransfer(DatePeriodDTO lastIncomingTransfer)
public void setLastOutgoingTransfer(DatePeriodDTO lastOutgoingTransfer)
public void setOrderBy(UserWithBalanceOrderBy orderBy)
public void setYellowBalanceRange(IntegerRangeDTO yellowBalanceRange)