|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventDAO extends GenericDAO<ActionEvent,Long>
The Interface EventDAO.
Modifier and Type | Method and Description |
---|---|
List |
getActionEventHistory()
Gets the action event history. |
List<ApplicationErrorEventData> |
getApplicationErrors()
Gets the application errors. |
List |
getResponseTimeHistory()
Gets the response time history. |
ApplicationErrorEventData |
loadApplicationErrorById(Long id)
Load application error by id. |
Methods inherited from interface com.hack23.cia.service.impl.commondao.api.GenericDAO |
---|
delete, getAll, loadById, save |
Method Detail |
---|
@Transactional(readOnly=true) List getActionEventHistory()
@Transactional(readOnly=true) List<ApplicationErrorEventData> getApplicationErrors()
@Transactional(readOnly=true) List getResponseTimeHistory()
@Transactional(readOnly=true) ApplicationErrorEventData loadApplicationErrorById(Long id)
id
- the id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |