Class SystemAlertQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.messaging.alerts.AlertQuery
-
- org.cyclos.model.messaging.alerts.SystemAlertQuery
-
- All Implemented Interfaces:
Serializable
public class SystemAlertQuery extends AlertQuery
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<NetworkVO,SystemAlertQuery>NETWORKstatic BasicProperty<Boolean,SystemAlertQuery>ONLY_GLOBALstatic SetProperty<SystemAlertType,SystemAlertQuery>TYPES-
Fields inherited from class org.cyclos.model.messaging.alerts.AlertQuery
DATE_PERIOD, REMOVED
-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description SystemAlertQuery()SystemAlertQuery(Property<T,? super SystemAlertQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()NetworkVOgetNetwork()BooleangetOnlyGlobal()Set<SystemAlertType>getTypes()voidsetNetwork(NetworkVO network)voidsetOnlyGlobal(Boolean onlyGlobal)voidsetTypes(Set<SystemAlertType> types)-
Methods inherited from class org.cyclos.model.messaging.alerts.AlertQuery
getDatePeriod, getRemoved, setDatePeriod, setRemoved
-
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
-
NETWORK
public static final BasicProperty<NetworkVO,SystemAlertQuery> NETWORK
-
ONLY_GLOBAL
public static final BasicProperty<Boolean,SystemAlertQuery> ONLY_GLOBAL
-
TYPES
public static final SetProperty<SystemAlertType,SystemAlertQuery> TYPES
-
-
Constructor Detail
-
SystemAlertQuery
public SystemAlertQuery()
-
SystemAlertQuery
public SystemAlertQuery(Property<T,? super SystemAlertQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classAlertQuery
-
getNetwork
public NetworkVO getNetwork()
-
setNetwork
public void setNetwork(NetworkVO network)
-
getOnlyGlobal
public Boolean getOnlyGlobal()
-
setOnlyGlobal
public void setOnlyGlobal(Boolean onlyGlobal)
-
getTypes
public Set<SystemAlertType> getTypes()
-
setTypes
public void setTypes(Set<SystemAlertType> types)
-
-