|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.event.DaoWebEventRepository
public class DaoWebEventRepository
DaoWebEventRepository class.
| Constructor Summary | |
|---|---|
DaoWebEventRepository()
|
|
| Method Summary | |
|---|---|
void |
acknowledgeAll(String user,
Date timestamp)
acknowledgeAll |
void |
acknowledgeMatchingEvents(String user,
Date timestamp,
EventCriteria criteria)
acknowledgeMatchingEvents |
int |
countMatchingEvents(EventCriteria criteria)
countMatchingEvents |
int[] |
countMatchingEventsBySeverity(EventCriteria criteria)
countMatchingEventsBySeverity |
Event |
getEvent(int eventId)
getEvent |
Event[] |
getMatchingEvents(EventCriteria criteria)
getMatchingEvents |
void |
unacknowledgeAll()
unacknowledgeAll |
void |
unacknowledgeMatchingEvents(EventCriteria criteria)
unacknowledgeMatchingEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DaoWebEventRepository()
| Method Detail |
|---|
@Transactional
public void acknowledgeAll(String user,
Date timestamp)
acknowledgeAll
acknowledgeAll in interface WebEventRepositoryuser - a String object.timestamp - a java$util$Date object.
@Transactional
public void acknowledgeMatchingEvents(String user,
Date timestamp,
EventCriteria criteria)
acknowledgeMatchingEvents
acknowledgeMatchingEvents in interface WebEventRepositoryuser - a String object.timestamp - a java$util$Date object.criteria - a EventCriteria object.@Transactional public int countMatchingEvents(EventCriteria criteria)
countMatchingEvents
countMatchingEvents in interface WebEventRepositorycriteria - a EventCriteria object.
@Transactional public int[] countMatchingEventsBySeverity(EventCriteria criteria)
countMatchingEventsBySeverity
countMatchingEventsBySeverity in interface WebEventRepositorycriteria - a EventCriteria object.
@Transactional public Event getEvent(int eventId)
getEvent
getEvent in interface WebEventRepositoryeventId - a int.
Event object.@Transactional public Event[] getMatchingEvents(EventCriteria criteria)
getMatchingEvents
getMatchingEvents in interface WebEventRepositorycriteria - a EventCriteria object.
Event objects.@Transactional public void unacknowledgeAll()
unacknowledgeAll
unacknowledgeAll in interface WebEventRepository@Transactional public void unacknowledgeMatchingEvents(EventCriteria criteria)
unacknowledgeMatchingEvents
unacknowledgeMatchingEvents in interface WebEventRepositorycriteria - a EventCriteria object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||