public class MenuEntryQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,MenuEntryQuery> |
CONFIGURATION |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ConfigurationVO |
getConfiguration() |
boolean |
isIncludeAncestors() |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setIncludeAncestors(boolean includeAncestors) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<ConfigurationVO,MenuEntryQuery> CONFIGURATION
public static final BasicProperty<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 QueryParameterspublic ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public boolean isIncludeAncestors()
public void setIncludeAncestors(boolean includeAncestors)