public class BulkActionQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<UserVO,BulkActionQuery> |
BY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DatePeriodDTO,BulkActionQuery> |
CREATED |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
BulkActionQuery() |
BulkActionQuery(Property<T,? super BulkActionQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserVO |
getBy() |
DatePeriodDTO |
getCreated() |
void |
setBy(UserVO by) |
void |
setCreated(DatePeriodDTO created) |
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<UserVO,BulkActionQuery> BY
public static final BasicProperty<DatePeriodDTO,BulkActionQuery> CREATED
public BulkActionQuery()
public BulkActionQuery(Property<T,? super BulkActionQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParameterspublic UserVO getBy()
public void setBy(UserVO by)
public DatePeriodDTO getCreated()
public void setCreated(DatePeriodDTO created)