public class MailingListQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static Property<BasicGroupVO,MailingListQuery> |
GROUP |
static Property<DatePeriodDTO,MailingListQuery> |
PERIOD |
static Property<MailingListType,MailingListQuery> |
TYPE |
static Property<UserVO,MailingListQuery> |
USER |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
MailingListQuery() |
MailingListQuery(Property<T,? super MailingListQuery> 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
|
BasicGroupVO |
getGroup() |
DatePeriodDTO |
getPeriod() |
MailingListType |
getType() |
UserVO |
getUser() |
void |
setGroup(BasicGroupVO group) |
void |
setPeriod(DatePeriodDTO period) |
void |
setType(MailingListType type) |
void |
setUser(UserVO user) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<BasicGroupVO,MailingListQuery> GROUP
public static final Property<DatePeriodDTO,MailingListQuery> PERIOD
public static final Property<MailingListType,MailingListQuery> TYPE
public static final Property<UserVO,MailingListQuery> USER
public MailingListQuery()
public MailingListQuery(Property<T,? super MailingListQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParametersprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class QueryParameterspublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class QueryParameterspublic BasicGroupVO getGroup()
public DatePeriodDTO getPeriod()
public MailingListType getType()
public UserVO getUser()
public void setGroup(BasicGroupVO group)
public void setPeriod(DatePeriodDTO period)
public void setType(MailingListType type)
public void setUser(UserVO user)