|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.hq.dao.HibernateDAO
org.hyperic.hq.events.server.session.ActionDAO
public class ActionDAO
| Field Summary |
|---|
| Fields inherited from class org.hyperic.hq.dao.HibernateDAO |
|---|
BATCH_SIZE |
| Constructor Summary | |
|---|---|
ActionDAO(DAOFactory f)
|
|
| Method Summary | |
|---|---|
java.util.List |
findByAlert(Alert a)
Find all the actions which triggered the alert in the alert log |
Action |
findById(java.lang.Integer id)
|
Action |
get(java.lang.Integer id)
|
void |
save(Action entity)
|
| Methods inherited from class org.hyperic.hq.dao.HibernateDAO |
|---|
cacheFindAll, createCriteria, createQuery, findAll, findAllOrderByName, findById, findById, flushSession, get, getFactory, getPagedResult, getPagedResult, getPermissionManager, getPersistentClass, getSession, remove, save, size, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionDAO(DAOFactory f)
| Method Detail |
|---|
public Action findById(java.lang.Integer id)
public Action get(java.lang.Integer id)
public void save(Action entity)
public java.util.List findByAlert(Alert a)
Actions
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||