public class UserWithBalanceQuery extends AbstractUserQuery
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountTypeVO,UserWithBalanceQuery> |
ACCOUNT_TYPE |
static BasicProperty<IntegerRangeDTO,UserWithBalanceQuery> |
BALANCE_RANGE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DatePeriodDTO,UserWithBalanceQuery> |
LAST_INCOMING_TRANSFER |
static BasicProperty<DatePeriodDTO,UserWithBalanceQuery> |
LAST_OUTGOING_TRANSFER |
static BasicProperty<DatePeriodDTO,UserWithBalanceQuery> |
NEGATIVE_SINCE |
static BasicProperty<UserWithBalanceOrderBy,UserWithBalanceQuery> |
ORDER_BY |
static BasicProperty<java.lang.Boolean,UserWithBalanceQuery> |
SKIP_RESULTS |
static BasicProperty<java.lang.Boolean,UserWithBalanceQuery> |
SKIP_SUMMARY |
static BasicProperty<IntegerRangeDTO,UserWithBalanceQuery> |
YELLOW_BALANCE_RANGE |
ACTIVATED, ADDRESS_RESULT, BROKERS, CONTACTS_OWNER, CREATED, DISTANCE, EXCLUDE_CONTACTS, GROUPS, IGNORE_PROFILE_FIELDS_IN_LIST, INCLUDE_MAIN_BROKER, KEYWORDS, LAST_LOGIN, MESSAGES_ENABLED, ONLY_BROKER_IS_MAIN, ONLY_CONTACTS, PRODUCTS, PRODUCTS_INDIVIDUALLY_ASSIGNED, PROFILE_FIELDS, ROLES, USERS_TO_EXCLUDE, USERS_TO_INCLUDECURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
UserWithBalanceQuery() |
UserWithBalanceQuery(Property<T,? super UserWithBalanceQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountTypeVO |
getAccountType() |
IntegerRangeDTO |
getBalanceRange() |
DatePeriodDTO |
getLastIncomingTransfer() |
DatePeriodDTO |
getLastOutgoingTransfer() |
DatePeriodDTO |
getNegativeSince() |
UserWithBalanceOrderBy |
getOrderBy() |
IntegerRangeDTO |
getYellowBalanceRange() |
boolean |
isSkipResults() |
boolean |
isSkipSummary() |
void |
setAccountType(AccountTypeVO accountType) |
void |
setBalanceRange(IntegerRangeDTO balanceRange) |
void |
setLastIncomingTransfer(DatePeriodDTO lastIncomingTransfer) |
void |
setLastOutgoingTransfer(DatePeriodDTO lastOutgoingTransfer) |
void |
setNegativeSince(DatePeriodDTO negativeSince) |
void |
setOrderBy(UserWithBalanceOrderBy orderBy) |
void |
setSkipResults(boolean skipResults) |
void |
setSkipSummary(boolean skipSummary) |
void |
setYellowBalanceRange(IntegerRangeDTO yellowBalanceRange) |
getActivated, getAddressResult, getBrokers, getContactsOwner, getCreated, getDistance, getGroups, getKeywords, getLastLogin, getProducts, getProfileFields, getRoles, getUsersToExclude, getUsersToInclude, isExcludeContacts, isIgnoreProfileFieldsInList, isIncludeMainBroker, isMessagesEnabled, isOnlyBrokerIsMain, isOnlyContacts, isProductsIndividuallyAssigned, setActivated, setAddressResult, setBrokers, setContactsOwner, setCreated, setDistance, setExcludeContacts, setGroups, setIgnoreProfileFieldsInList, setIncludeMainBroker, setKeywords, setLastLogin, setMessagesEnabled, setOnlyBrokerIsMain, setOnlyContacts, setProducts, setProductsIndividuallyAssigned, setProfileFields, setRoles, setUsersToExclude, setUsersToIncludegetCurrentPage, 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 BasicProperty<AccountTypeVO,UserWithBalanceQuery> ACCOUNT_TYPE
public static final BasicProperty<IntegerRangeDTO,UserWithBalanceQuery> BALANCE_RANGE
public static final BasicProperty<DatePeriodDTO,UserWithBalanceQuery> LAST_INCOMING_TRANSFER
public static final BasicProperty<DatePeriodDTO,UserWithBalanceQuery> LAST_OUTGOING_TRANSFER
public static final BasicProperty<DatePeriodDTO,UserWithBalanceQuery> NEGATIVE_SINCE
public static final BasicProperty<UserWithBalanceOrderBy,UserWithBalanceQuery> ORDER_BY
public static final BasicProperty<java.lang.Boolean,UserWithBalanceQuery> SKIP_RESULTS
public static final BasicProperty<java.lang.Boolean,UserWithBalanceQuery> SKIP_SUMMARY
public static final BasicProperty<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 AbstractUserQuerypublic AccountTypeVO getAccountType()
public void setAccountType(AccountTypeVO accountType)
public IntegerRangeDTO getBalanceRange()
public void setBalanceRange(IntegerRangeDTO balanceRange)
public DatePeriodDTO getLastIncomingTransfer()
public void setLastIncomingTransfer(DatePeriodDTO lastIncomingTransfer)
public DatePeriodDTO getLastOutgoingTransfer()
public void setLastOutgoingTransfer(DatePeriodDTO lastOutgoingTransfer)
public DatePeriodDTO getNegativeSince()
public void setNegativeSince(DatePeriodDTO negativeSince)
public UserWithBalanceOrderBy getOrderBy()
public void setOrderBy(UserWithBalanceOrderBy orderBy)
public boolean isSkipResults()
public void setSkipResults(boolean skipResults)
public boolean isSkipSummary()
public void setSkipSummary(boolean skipSummary)
public IntegerRangeDTO getYellowBalanceRange()
public void setYellowBalanceRange(IntegerRangeDTO yellowBalanceRange)