Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.control.server.session
Class ControlScheduleDAO

java.lang.Object
  extended by org.hyperic.hq.dao.HibernateDAO
      extended by org.hyperic.hq.control.server.session.ControlScheduleDAO

public class ControlScheduleDAO
extends HibernateDAO


Field Summary
 
Fields inherited from class org.hyperic.hq.dao.HibernateDAO
BATCH_SIZE
 
Constructor Summary
ControlScheduleDAO(DAOFactory f)
           
 
Method Summary
 java.util.Collection findByEntity(int type, int id)
           
 java.util.Collection findByEntityAction(int type, int id, boolean asc)
           
 java.util.Collection findByEntityFireTime(int type, int id, boolean asc)
           
 java.util.Collection findByFireTime(boolean asc)
           
 ControlSchedule findById(java.lang.Integer id)
           
 
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

ControlScheduleDAO

public ControlScheduleDAO(DAOFactory f)
Method Detail

findById

public ControlSchedule findById(java.lang.Integer id)

findByFireTime

public java.util.Collection findByFireTime(boolean asc)

findByEntity

public java.util.Collection findByEntity(int type,
                                         int id)

findByEntityAction

public java.util.Collection findByEntityAction(int type,
                                               int id,
                                               boolean asc)

findByEntityFireTime

public java.util.Collection findByEntityFireTime(int type,
                                                 int id,
                                                 boolean asc)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.