public class VoucherQuery extends QueryParameters
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
VoucherQuery() |
VoucherQuery(Property<T,? super VoucherQuery> property,
T value) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<DecimalRangeDTO,VoucherQuery> AMOUNT_RANGE
public static final BasicProperty<UserVO,VoucherQuery> BUYER
public static final BasicProperty<UserVO,VoucherQuery> BUYER_BROKER
public static final SetProperty<BasicGroupVO,VoucherQuery> BUYER_GROUPS
public static final SetProperty<VoucherConfigurationVO,VoucherQuery> CONFIGURATIONS
public static final BasicProperty<DatePeriodDTO,VoucherQuery> CREATION_PERIOD
public static final BasicProperty<VoucherCreationType,VoucherQuery> CREATION_TYPE
public static final BasicProperty<DatePeriodDTO,VoucherQuery> EXPIRATION_PERIOD
public static final BasicProperty<VoucherOrderBy,VoucherQuery> ORDER_BY
public static final SetProperty<VoucherPackVO,VoucherQuery> PACKS
public static final BasicProperty<java.lang.Boolean,VoucherQuery> PRINTED
public static final BasicProperty<BasicUserVO,VoucherQuery> REDEEM_BY
public static final BasicProperty<DatePeriodDTO,VoucherQuery> REDEEM_PERIOD
public static final BasicProperty<UserVO,VoucherQuery> REDEEMER
public static final BasicProperty<UserVO,VoucherQuery> REDEEMER_BROKER
public static final SetProperty<BasicGroupVO,VoucherQuery> REDEEMER_GROUPS
public static final SetProperty<VoucherStatus,VoucherQuery> STATUSES
public static final BasicProperty<java.lang.String,VoucherQuery> TOKEN
public static final SetProperty<VoucherTypeVO,VoucherQuery> TYPES
public VoucherQuery()
public VoucherQuery(Property<T,? super VoucherQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParameterspublic DecimalRangeDTO getAmountRange()
public void setAmountRange(DecimalRangeDTO amountRange)
public UserVO getBuyer()
public void setBuyer(UserVO buyer)
public UserVO getBuyerBroker()
public void setBuyerBroker(UserVO buyerBroker)
public java.util.Set<BasicGroupVO> getBuyerGroups()
public void setBuyerGroups(java.util.Set<BasicGroupVO> buyerGroups)
public java.util.Set<VoucherConfigurationVO> getConfigurations()
public void setConfigurations(java.util.Set<VoucherConfigurationVO> configurations)
public DatePeriodDTO getCreationPeriod()
public void setCreationPeriod(DatePeriodDTO creationPeriod)
public VoucherCreationType getCreationType()
public void setCreationType(VoucherCreationType creationType)
public DatePeriodDTO getExpirationPeriod()
public void setExpirationPeriod(DatePeriodDTO expirationPeriod)
public VoucherOrderBy getOrderBy()
public void setOrderBy(VoucherOrderBy orderBy)
public java.util.Set<VoucherPackVO> getPacks()
public void setPacks(java.util.Set<VoucherPackVO> packs)
public java.lang.Boolean getPrinted()
public void setPrinted(java.lang.Boolean printed)
public BasicUserVO getRedeemBy()
public void setRedeemBy(BasicUserVO redeemBy)
public DatePeriodDTO getRedeemPeriod()
public void setRedeemPeriod(DatePeriodDTO redeemPeriod)
public UserVO getRedeemer()
public void setRedeemer(UserVO redeemer)
public UserVO getRedeemerBroker()
public void setRedeemerBroker(UserVO redeemerBroker)
public java.util.Set<BasicGroupVO> getRedeemerGroups()
public void setRedeemerGroups(java.util.Set<BasicGroupVO> redeemerGroups)
public java.util.Set<VoucherStatus> getStatuses()
public void setStatuses(java.util.Set<VoucherStatus> statuses)
public java.lang.String getToken()
public void setToken(java.lang.String token)
public java.util.Set<VoucherTypeVO> getTypes()
public void setTypes(java.util.Set<VoucherTypeVO> types)