Class GeneralVoucherQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.banking.vouchers.BasicVoucherQuery
-
- org.cyclos.model.banking.vouchers.GeneralVoucherQuery
-
- All Implemented Interfaces:
Serializable
public class GeneralVoucherQuery extends BasicVoucherQuery
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<UserVO,GeneralVoucherQuery>BUYERstatic SetProperty<BasicGroupVO,GeneralVoucherQuery>BUYER_GROUPSstatic StringCLASS_NAMEstatic SetProperty<VoucherConfigurationVO,GeneralVoucherQuery>CONFIGURATIONSstatic SetProperty<CustomFieldValueForSearchDTO,GeneralVoucherQuery>CUSTOM_VALUESstatic BasicProperty<String,GeneralVoucherQuery>EMAILstatic BasicProperty<String,GeneralVoucherQuery>MOBILE_PHONEstatic SetProperty<VoucherPackVO,GeneralVoucherQuery>PACKSstatic BasicProperty<Boolean,GeneralVoucherQuery>PRINTEDstatic BasicProperty<BasicUserVO,GeneralVoucherQuery>TRANSACTION_BYstatic BasicProperty<DatePeriodDTO,GeneralVoucherQuery>TRANSACTION_PERIODstatic BasicProperty<UserVO,GeneralVoucherQuery>TRANSACTION_USERstatic SetProperty<BasicGroupVO,GeneralVoucherQuery>TRANSACTION_USER_GROUPS-
Fields inherited from class org.cyclos.model.banking.vouchers.BasicVoucherQuery
AMOUNT_RANGE, CREATION_PERIOD, CREATION_TYPE, EXPIRATION_PERIOD, ORDER_BY, STATUSES, TOKEN, TYPES
-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description GeneralVoucherQuery()GeneralVoucherQuery(Property<T,? super GeneralVoucherQuery> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.banking.vouchers.BasicVoucherQuery
getAmountRange, getCreationPeriod, getCreationType, getExpirationPeriod, getOrderBy, getStatuses, getToken, getTypes, setAmountRange, setCreationPeriod, setCreationType, setExpirationPeriod, setOrderBy, setStatuses, setToken, setTypes
-
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
-
BUYER
public static final BasicProperty<UserVO,GeneralVoucherQuery> BUYER
-
BUYER_GROUPS
public static final SetProperty<BasicGroupVO,GeneralVoucherQuery> BUYER_GROUPS
-
CONFIGURATIONS
public static final SetProperty<VoucherConfigurationVO,GeneralVoucherQuery> CONFIGURATIONS
-
CUSTOM_VALUES
public static final SetProperty<CustomFieldValueForSearchDTO,GeneralVoucherQuery> CUSTOM_VALUES
-
EMAIL
public static final BasicProperty<String,GeneralVoucherQuery> EMAIL
-
MOBILE_PHONE
public static final BasicProperty<String,GeneralVoucherQuery> MOBILE_PHONE
-
PACKS
public static final SetProperty<VoucherPackVO,GeneralVoucherQuery> PACKS
-
PRINTED
public static final BasicProperty<Boolean,GeneralVoucherQuery> PRINTED
-
TRANSACTION_BY
public static final BasicProperty<BasicUserVO,GeneralVoucherQuery> TRANSACTION_BY
-
TRANSACTION_PERIOD
public static final BasicProperty<DatePeriodDTO,GeneralVoucherQuery> TRANSACTION_PERIOD
-
TRANSACTION_USER
public static final BasicProperty<UserVO,GeneralVoucherQuery> TRANSACTION_USER
-
TRANSACTION_USER_GROUPS
public static final SetProperty<BasicGroupVO,GeneralVoucherQuery> TRANSACTION_USER_GROUPS
-
-
Constructor Detail
-
GeneralVoucherQuery
public GeneralVoucherQuery()
-
GeneralVoucherQuery
public GeneralVoucherQuery(Property<T,? super GeneralVoucherQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBasicVoucherQuery
-
getBuyer
public UserVO getBuyer()
-
setBuyer
public void setBuyer(UserVO buyer)
-
getBuyerGroups
public Set<BasicGroupVO> getBuyerGroups()
-
setBuyerGroups
public void setBuyerGroups(Set<BasicGroupVO> buyerGroups)
-
getConfigurations
public Set<VoucherConfigurationVO> getConfigurations()
-
setConfigurations
public void setConfigurations(Set<VoucherConfigurationVO> configurations)
-
getCustomValues
public Set<CustomFieldValueForSearchDTO> getCustomValues()
-
setCustomValues
public void setCustomValues(Set<CustomFieldValueForSearchDTO> customValues)
-
getEmail
public String getEmail()
-
setEmail
public void setEmail(String email)
-
getMobilePhone
public String getMobilePhone()
-
setMobilePhone
public void setMobilePhone(String mobilePhone)
-
getPacks
public Set<VoucherPackVO> getPacks()
-
setPacks
public void setPacks(Set<VoucherPackVO> packs)
-
getPrinted
public Boolean getPrinted()
-
setPrinted
public void setPrinted(Boolean printed)
-
getTransactionBy
public BasicUserVO getTransactionBy()
-
setTransactionBy
public void setTransactionBy(BasicUserVO transactionBy)
-
getTransactionPeriod
public DatePeriodDTO getTransactionPeriod()
-
setTransactionPeriod
public void setTransactionPeriod(DatePeriodDTO transactionPeriod)
-
getTransactionUser
public UserVO getTransactionUser()
-
setTransactionUser
public void setTransactionUser(UserVO transactionUser)
-
getTransactionUserGroups
public Set<BasicGroupVO> getTransactionUserGroups()
-
setTransactionUserGroups
public void setTransactionUserGroups(Set<BasicGroupVO> transactionUserGroups)
-
className
public String className()
- Overrides:
classNamein classBasicVoucherQuery
-
-