Class MenuEntryQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.contentmanagement.contentitems.MenuEntryQuery
-
- All Implemented Interfaces:
Serializable
public class MenuEntryQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<ConfigurationVO,MenuEntryQuery>CONFIGURATIONstatic BasicProperty<Boolean,MenuEntryQuery>INCLUDE_ANCESTORS-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description MenuEntryQuery()MenuEntryQuery(Property<T,? super MenuEntryQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()ConfigurationVOgetConfiguration()booleanisIncludeAncestors()voidsetConfiguration(ConfigurationVO configuration)voidsetIncludeAncestors(boolean includeAncestors)-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CONFIGURATION
public static final BasicProperty<ConfigurationVO,MenuEntryQuery> CONFIGURATION
-
INCLUDE_ANCESTORS
public static final BasicProperty<Boolean,MenuEntryQuery> INCLUDE_ANCESTORS
-
-
Constructor Detail
-
MenuEntryQuery
public MenuEntryQuery()
-
MenuEntryQuery
public MenuEntryQuery(Property<T,? super MenuEntryQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getConfiguration
public ConfigurationVO getConfiguration()
-
setConfiguration
public void setConfiguration(ConfigurationVO configuration)
-
isIncludeAncestors
public boolean isIncludeAncestors()
-
setIncludeAncestors
public void setIncludeAncestors(boolean includeAncestors)
-
-