org.hyperic.hq.appdef.server.session
Class AppSvcDependencyDAO
java.lang.Object
org.hyperic.hq.dao.HibernateDAO
org.hyperic.hq.appdef.server.session.AppSvcDependencyDAO
public class AppSvcDependencyDAO
- extends HibernateDAO
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 |
AppSvcDependencyDAO
public AppSvcDependencyDAO(DAOFactory f)
findById
public AppSvcDependency findById(java.lang.Integer id)
save
public void save(AppSvcDependency entity)
remove
public void remove(AppSvcDependency entity)
create
public AppSvcDependency create(AppService appSvc,
AppService depSvc)
findByDependentAndDependor
public AppSvcDependency findByDependentAndDependor(java.lang.Integer appsvcId,
java.lang.Integer depAppSvcId)
findByDependents
public java.util.Collection findByDependents(AppService entity)
findByApplication
public java.util.Collection findByApplication(java.lang.Integer appId)
findByAppAndService
public java.util.Collection findByAppAndService(java.lang.Integer appId,
java.lang.Integer serviceId)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.