public class DataLinkInterfaceDaoHibernate extends AbstractDaoHibernate<DataLinkInterface,Integer> implements DataLinkInterfaceDao
| Constructor and Description |
|---|
DataLinkInterfaceDaoHibernate()
Constructor for DataLinkInterfaceDaoHibernate.
|
bulkDelete, clear, countAll, countMatching, countMatching, delete, delete, deleteAll, find, find, findAll, findMatching, findMatching, findMatchingObjects, findObjects, findUnique, flush, get, initDao, initialize, load, lock, merge, queryInt, queryInt, save, saveOrUpdate, updatecheckDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountMatching, findMatchingclear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, updatepublic DataLinkInterfaceDaoHibernate()
Constructor for DataLinkInterfaceDaoHibernate.
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 Collection<DataLinkInterface> findByNodeIdAndIfIndex(Integer nodeId, Integer ifIndex)
findByNodeIdAndIfIndex in interface DataLinkInterfaceDaopublic Collection<DataLinkInterface> findByParentNodeIdAndIfIndex(Integer nodeParentId, Integer parentIfIndex)
findByParentNodeIdAndIfIndex in interface DataLinkInterfaceDaopublic void markDeletedIfNodeDeleted()
markDeletedIfNodeDeleted in interface DataLinkInterfaceDaopublic void deactivateIfOlderThan(Date scanTime, String source)
deactivateIfOlderThan in interface DataLinkInterfaceDaopublic void deleteIfOlderThan(Date scanTime, String source)
deleteIfOlderThan in interface DataLinkInterfaceDaopublic void setStatusForNode(Integer nodeid, OnmsArpInterface.StatusType action)
setStatusForNode in interface DataLinkInterfaceDaopublic void setStatusForNode(Integer nodeid, String source, OnmsArpInterface.StatusType action)
setStatusForNode in interface DataLinkInterfaceDaopublic void setStatusForNodeAndIfIndex(Integer nodeid, Integer ifIndex, OnmsArpInterface.StatusType action)
setStatusForNodeAndIfIndex in interface DataLinkInterfaceDaopublic void setStatusForNodeAndIfIndex(Integer nodeid, Integer ifIndex, String source, OnmsArpInterface.StatusType action)
setStatusForNodeAndIfIndex in interface DataLinkInterfaceDaoCopyright © 2015. All rights reserved.