Class UserAlertQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.messaging.alerts.AlertQuery
-
- org.cyclos.model.messaging.alerts.UserAlertQuery
-
- All Implemented Interfaces:
Serializable
public class UserAlertQuery extends AlertQuery
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SetProperty<UserVO,UserAlertQuery>BROKERSstatic StringCLASS_NAMEstatic SetProperty<BasicGroupVO,UserAlertQuery>GROUPSstatic SetProperty<UserAlertType,UserAlertQuery>TYPESstatic BasicProperty<UserVO,UserAlertQuery>USER-
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 UserAlertQuery()UserAlertQuery(Property<T,? super UserAlertQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()Set<UserVO>getBrokers()Set<BasicGroupVO>getGroups()Set<UserAlertType>getTypes()UserVOgetUser()voidsetBrokers(Set<UserVO> brokers)voidsetGroups(Set<BasicGroupVO> groups)voidsetTypes(Set<UserAlertType> types)voidsetUser(UserVO user)-
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
-
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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
BROKERS
public static final SetProperty<UserVO,UserAlertQuery> BROKERS
-
GROUPS
public static final SetProperty<BasicGroupVO,UserAlertQuery> GROUPS
-
TYPES
public static final SetProperty<UserAlertType,UserAlertQuery> TYPES
-
USER
public static final BasicProperty<UserVO,UserAlertQuery> USER
-
-
Constructor Detail
-
UserAlertQuery
public UserAlertQuery()
-
UserAlertQuery
public UserAlertQuery(Property<T,? super UserAlertQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classAlertQuery
-
getGroups
public Set<BasicGroupVO> getGroups()
-
setGroups
public void setGroups(Set<BasicGroupVO> groups)
-
getTypes
public Set<UserAlertType> getTypes()
-
setTypes
public void setTypes(Set<UserAlertType> types)
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
-