Class UserWithBalanceQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.users.users.AbstractUserQuery
-
- org.cyclos.model.banking.accounts.UserWithBalanceQuery
-
- All Implemented Interfaces:
Serializable
public class UserWithBalanceQuery extends AbstractUserQuery
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AccountTypeVO,UserWithBalanceQuery>ACCOUNT_TYPEstatic BasicProperty<DecimalRangeDTO,UserWithBalanceQuery>BALANCE_RANGEstatic StringCLASS_NAMEstatic BasicProperty<DatePeriodDTO,UserWithBalanceQuery>NEGATIVE_SINCEstatic BasicProperty<UserWithBalanceOrderBy,UserWithBalanceQuery>ORDER_BYstatic BasicProperty<IntegerRangeDTO,UserWithBalanceQuery>YELLOW_BALANCE_RANGE-
Fields inherited from class org.cyclos.model.users.users.AbstractUserQuery
ACCEPTED_AGREEMENTS, ACTIVATED, ADDRESS_RESULT, BROKERS, CREATED, DISTANCE, GROUPS, HAS_BROKER, IGNORE_PROFILE_FIELDS_IN_LIST, INCLUDE_GROUP, INCLUDE_GROUP_SET, INCLUDE_MAIN_BROKER, INVITED_BY, KEYWORDS, LAST_LOGIN, MESSAGES_ENABLED, NOT_ACCEPTED_AGREEMENTS, ONLY_BROKER_IS_MAIN, PRODUCTS, PRODUCTS_INDIVIDUALLY_ASSIGNED, PROFILE_FIELDS, ROLES, USER_STATUS, USERS_TO_EXCLUDE, USERS_TO_INCLUDE
-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description UserWithBalanceQuery()UserWithBalanceQuery(Property<T,? super UserWithBalanceQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AccountTypeVOgetAccountType()DecimalRangeDTOgetBalanceRange()DatePeriodDTOgetNegativeSince()UserWithBalanceOrderBygetOrderBy()IntegerRangeDTOgetYellowBalanceRange()voidsetAccountType(AccountTypeVO accountType)voidsetBalanceRange(DecimalRangeDTO balanceRange)voidsetNegativeSince(DatePeriodDTO negativeSince)voidsetOrderBy(UserWithBalanceOrderBy orderBy)voidsetYellowBalanceRange(IntegerRangeDTO yellowBalanceRange)-
Methods inherited from class org.cyclos.model.users.users.AbstractUserQuery
getAcceptedAgreements, getActivated, getAddressResult, getBrokers, getCreated, getDistance, getGroups, getHasBroker, getInvitedBy, getKeywords, getLastLogin, getNotAcceptedAgreements, getOnlyBrokerIsMain, getProducts, getProfileFields, getRoles, getUserStatus, getUsersToExclude, getUsersToInclude, isIgnoreProfileFieldsInList, isIncludeGroup, isIncludeGroupSet, isIncludeMainBroker, isMessagesEnabled, isProductsIndividuallyAssigned, setAcceptedAgreements, setActivated, setAddressResult, setBrokers, setCreated, setDistance, setGroups, setHasBroker, setIgnoreProfileFieldsInList, setIncludeGroup, setIncludeGroupSet, setIncludeMainBroker, setInvitedBy, setKeywords, setLastLogin, setMessagesEnabled, setNotAcceptedAgreements, setOnlyBrokerIsMain, setProducts, setProductsIndividuallyAssigned, setProfileFields, setRoles, setUserStatus, setUsersToExclude, setUsersToInclude
-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited, useMaxAllowedPagination
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT_TYPE
public static final BasicProperty<AccountTypeVO,UserWithBalanceQuery> ACCOUNT_TYPE
-
BALANCE_RANGE
public static final BasicProperty<DecimalRangeDTO,UserWithBalanceQuery> BALANCE_RANGE
-
NEGATIVE_SINCE
public static final BasicProperty<DatePeriodDTO,UserWithBalanceQuery> NEGATIVE_SINCE
-
ORDER_BY
public static final BasicProperty<UserWithBalanceOrderBy,UserWithBalanceQuery> ORDER_BY
-
YELLOW_BALANCE_RANGE
public static final BasicProperty<IntegerRangeDTO,UserWithBalanceQuery> YELLOW_BALANCE_RANGE
-
-
Constructor Detail
-
UserWithBalanceQuery
public UserWithBalanceQuery()
-
UserWithBalanceQuery
public UserWithBalanceQuery(Property<T,? super UserWithBalanceQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classAbstractUserQuery
-
getAccountType
public AccountTypeVO getAccountType()
-
setAccountType
public void setAccountType(AccountTypeVO accountType)
-
getBalanceRange
public DecimalRangeDTO getBalanceRange()
-
setBalanceRange
public void setBalanceRange(DecimalRangeDTO balanceRange)
-
getNegativeSince
public DatePeriodDTO getNegativeSince()
-
setNegativeSince
public void setNegativeSince(DatePeriodDTO negativeSince)
-
getOrderBy
public UserWithBalanceOrderBy getOrderBy()
-
setOrderBy
public void setOrderBy(UserWithBalanceOrderBy orderBy)
-
getYellowBalanceRange
public IntegerRangeDTO getYellowBalanceRange()
-
setYellowBalanceRange
public void setYellowBalanceRange(IntegerRangeDTO yellowBalanceRange)
-
-