| Modifier and Type | Method and Description |
|---|---|
SystemAlertSearchData |
getSystemSearchData(SystemAlertQuery alertQuery)
Searches for system alerts history and it's data
|
void |
remove(java.lang.Long id)
Removes the given alert
|
void |
removeAll(java.util.Set<java.lang.Long> ids)
Removes all the given alerts
|
Page<SystemAlertVO> |
searchSystem(SystemAlertQuery alertQuery)
Searches for system alerts history
|
Page<UserAlertVO> |
searchUser(UserAlertQuery alertQuery)
Searches for user alerts history
|
SystemAlertSearchData getSystemSearchData(SystemAlertQuery alertQuery) throws FrameworkException
FrameworkExceptionvoid remove(java.lang.Long id)
throws FrameworkException
FrameworkExceptionvoid removeAll(java.util.Set<java.lang.Long> ids)
throws FrameworkException
FrameworkExceptionPage<SystemAlertVO> searchSystem(SystemAlertQuery alertQuery) throws FrameworkException
FrameworkExceptionPage<UserAlertVO> searchUser(UserAlertQuery alertQuery) throws FrameworkException
FrameworkException