public class MenuEntryQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static Property<ConfigurationVO,MenuEntryQuery> |
CONFIGURATION |
static Property<java.lang.Boolean,MenuEntryQuery> |
INCLUDE_ANCESTORS |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
MenuEntryQuery() |
MenuEntryQuery(Property<T,? super MenuEntryQuery> 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
|
ConfigurationVO |
getConfiguration() |
boolean |
isIncludeAncestors() |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setIncludeAncestors(boolean includeAncestors) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<ConfigurationVO,MenuEntryQuery> CONFIGURATION
public static final Property<java.lang.Boolean,MenuEntryQuery> INCLUDE_ANCESTORS
public MenuEntryQuery()
public MenuEntryQuery(Property<T,? super MenuEntryQuery> 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 ConfigurationVO getConfiguration()
public boolean isIncludeAncestors()
public void setConfiguration(ConfigurationVO configuration)
public void setIncludeAncestors(boolean includeAncestors)