Class AlertQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.messaging.alerts.AlertQuery
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SystemAlertQuery,UserAlertQuery
public abstract class AlertQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<DatePeriodDTO,AlertQuery>DATE_PERIODstatic BasicProperty<Boolean,AlertQuery>REMOVED-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description AlertQuery()AlertQuery(Property<T,? super AlertQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()DatePeriodDTOgetDatePeriod()BooleangetRemoved()voidsetDatePeriod(DatePeriodDTO datePeriod)voidsetRemoved(Boolean removed)-
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, className, 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
-
DATE_PERIOD
public static final BasicProperty<DatePeriodDTO,AlertQuery> DATE_PERIOD
-
REMOVED
public static final BasicProperty<Boolean,AlertQuery> REMOVED
-
-
Constructor Detail
-
AlertQuery
public AlertQuery()
-
AlertQuery
public AlertQuery(Property<T,? super AlertQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getDatePeriod
public DatePeriodDTO getDatePeriod()
-
setDatePeriod
public void setDatePeriod(DatePeriodDTO datePeriod)
-
getRemoved
public Boolean getRemoved()
-
setRemoved
public void setRemoved(Boolean removed)
-
-