|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
org.opennms.netmgt.dao.hibernate.AbstractDaoHibernate<DataLinkInterface,Integer>
org.opennms.netmgt.dao.hibernate.DataLinkInterfaceDaoHibernate
public class DataLinkInterfaceDaoHibernate
| Field Summary |
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
DataLinkInterfaceDaoHibernate()
Constructor for DataLinkInterfaceDaoHibernate. |
|
| Method Summary | |
|---|---|
void |
deactivateIfOlderThan(Timestamp scanTime)
|
Collection<DataLinkInterface> |
findAll(Integer offset,
Integer limit)
findAll |
DataLinkInterface |
findById(Integer id)
findById |
Collection<DataLinkInterface> |
findByNodeId(Integer nodeId)
findByNodeId |
DataLinkInterface |
findByNodeIdAndIfIndex(Integer nodeId,
Integer ifIndex)
|
Collection<DataLinkInterface> |
findByNodeParentId(Integer nodeParentId)
findByNodeParentId |
void |
markDeletedIfNodeDeleted()
|
void |
setStatusForNode(Integer nodeid,
Character action)
|
void |
setStatusForNodeAndIfIndex(Integer nodeid,
Integer ifIndex,
Character action)
|
| Methods inherited from class org.opennms.netmgt.dao.hibernate.AbstractDaoHibernate |
|---|
bulkDelete, clear, countAll, countMatching, delete, deleteAll, evict, find, find, findAll, findMatching, findMatchingObjects, findObjects, findUnique, findUnique, findUnique, flush, get, initDao, initialize, load, lock, merge, queryInt, queryInt, save, saveOrUpdate, update |
| Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
|---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opennms.netmgt.dao.OnmsDao |
|---|
clear, countAll, countMatching, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update |
| Constructor Detail |
|---|
public DataLinkInterfaceDaoHibernate()
Constructor for DataLinkInterfaceDaoHibernate.
| Method Detail |
|---|
public Collection<DataLinkInterface> findAll(Integer offset,
Integer limit)
findAll
findAll in interface DataLinkInterfaceDaooffset - a Integer object.limit - a Integer object.
Collection object.public DataLinkInterface findById(Integer id)
findById
findById in interface DataLinkInterfaceDaoid - a Integer object.
DataLinkInterface object.public Collection<DataLinkInterface> findByNodeId(Integer nodeId)
findByNodeId
findByNodeId in interface DataLinkInterfaceDaonodeId - a Integer object.
Collection object.public Collection<DataLinkInterface> findByNodeParentId(Integer nodeParentId)
findByNodeParentId
findByNodeParentId in interface DataLinkInterfaceDaonodeParentId - a Integer object.
Collection object.
public DataLinkInterface findByNodeIdAndIfIndex(Integer nodeId,
Integer ifIndex)
findByNodeIdAndIfIndex in interface DataLinkInterfaceDaopublic void markDeletedIfNodeDeleted()
markDeletedIfNodeDeleted in interface DataLinkInterfaceDaopublic void deactivateIfOlderThan(Timestamp scanTime)
deactivateIfOlderThan in interface DataLinkInterfaceDao
public void setStatusForNode(Integer nodeid,
Character action)
setStatusForNode in interface DataLinkInterfaceDao
public void setStatusForNodeAndIfIndex(Integer nodeid,
Integer ifIndex,
Character action)
setStatusForNodeAndIfIndex in interface DataLinkInterfaceDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||