Package org.cyclos.model.system.monitor
Class CacheQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.system.monitor.CacheQuery
-
- All Implemented Interfaces:
Serializable
public class CacheQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,CacheQuery>NAMEstatic BasicProperty<Boolean,CacheQuery>ONLY_EMPTYstatic BasicProperty<CacheOrderBy,CacheQuery>ORDER_BY-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description CacheQuery()CacheQuery(Property<T,? super CacheQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetName()CacheOrderBygetOrderBy()booleanisOnlyEmpty()voidsetName(String name)voidsetOnlyEmpty(boolean onlyEmpty)voidsetOrderBy(CacheOrderBy orderBy)-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited, useMaxAllowedPagination
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
NAME
public static final BasicProperty<String,CacheQuery> NAME
-
ONLY_EMPTY
public static final BasicProperty<Boolean,CacheQuery> ONLY_EMPTY
-
ORDER_BY
public static final BasicProperty<CacheOrderBy,CacheQuery> ORDER_BY
-
-
Constructor Detail
-
CacheQuery
public CacheQuery()
-
CacheQuery
public CacheQuery(Property<T,? super CacheQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getName
public String getName()
-
setName
public void setName(String name)
-
isOnlyEmpty
public boolean isOnlyEmpty()
-
setOnlyEmpty
public void setOnlyEmpty(boolean onlyEmpty)
-
getOrderBy
public CacheOrderBy getOrderBy()
-
setOrderBy
public void setOrderBy(CacheOrderBy orderBy)
-
-