com.hack23.cia.service.impl.commondao.api
Interface EventDAO

Package class diagram package EventDAO
All Superinterfaces:
GenericDAO<ActionEvent,Long>
All Known Implementing Classes:
EventDAOImpl

public interface EventDAO
extends GenericDAO<ActionEvent,Long>

The Interface EventDAO.


Method Summary
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

getActionEventHistory

@Transactional(readOnly=true)
List getActionEventHistory()
Gets the action event history.

Returns:
the action event history

getApplicationErrors

@Transactional(readOnly=true)
List<ApplicationErrorEventData> getApplicationErrors()
Gets the application errors.

Returns:
the application errors

getResponseTimeHistory

@Transactional(readOnly=true)
List getResponseTimeHistory()
Gets the response time history.

Returns:
the response time history

loadApplicationErrorById

@Transactional(readOnly=true)
ApplicationErrorEventData loadApplicationErrorById(Long id)
Load application error by id.

Parameters:
id - the id
Returns:
the application error event data


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.