org.hyperic.hq.appdef.server.session
Class ServiceTypeDAO
java.lang.Object
org.hyperic.hq.dao.HibernateDAO
org.hyperic.hq.appdef.server.session.ServiceTypeDAO
public class ServiceTypeDAO
- 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 |
ServiceTypeDAO
public ServiceTypeDAO(DAOFactory f)
findById
public ServiceType findById(java.lang.Integer id)
findByName
public ServiceType findByName(java.lang.String name)
findByPlugin
public java.util.Collection findByPlugin(java.lang.String plugin)
findByServerType_orderName
public java.util.Collection findByServerType_orderName(int serverType,
boolean asc)
findVirtualServiceTypesByPlatform
public java.util.Collection findVirtualServiceTypesByPlatform(int platformId)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.