public class ReferenceQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,ReferenceQuery> |
LAST_30_DAYS |
static Property<UserVO,ReferenceQuery> |
OWNER |
static Property<DatePeriodDTO,ReferenceQuery> |
PERIOD |
static Property<ReferenceLevel,ReferenceQuery> |
REFERENCE_LEVEL |
static Property<ReferenceType,ReferenceQuery> |
REFERENCE_TYPE |
static Property<UserVO,ReferenceQuery> |
USER |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
ReferenceQuery() |
ReferenceQuery(Property<T,? super ReferenceQuery> 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
|
UserVO |
getOwner() |
DatePeriodDTO |
getPeriod() |
ReferenceLevel |
getReferenceLevel() |
ReferenceType |
getReferenceType() |
UserVO |
getUser() |
boolean |
isLast30Days() |
void |
setLast30Days(boolean last30Days) |
void |
setOwner(UserVO owner) |
void |
setPeriod(DatePeriodDTO period) |
void |
setReferenceLevel(ReferenceLevel referenceLevel) |
void |
setReferenceType(ReferenceType referenceType) |
void |
setUser(UserVO user) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Boolean,ReferenceQuery> LAST_30_DAYS
public static final Property<UserVO,ReferenceQuery> OWNER
public static final Property<DatePeriodDTO,ReferenceQuery> PERIOD
public static final Property<ReferenceLevel,ReferenceQuery> REFERENCE_LEVEL
public static final Property<ReferenceType,ReferenceQuery> REFERENCE_TYPE
public static final Property<UserVO,ReferenceQuery> USER
public ReferenceQuery()
public ReferenceQuery(Property<T,? super ReferenceQuery> 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 boolean isLast30Days()
public UserVO getOwner()
public DatePeriodDTO getPeriod()
public ReferenceLevel getReferenceLevel()
public ReferenceType getReferenceType()
public UserVO getUser()
public void setLast30Days(boolean last30Days)
public void setOwner(UserVO owner)
public void setPeriod(DatePeriodDTO period)
public void setReferenceLevel(ReferenceLevel referenceLevel)
public void setReferenceType(ReferenceType referenceType)
public void setUser(UserVO user)