public class StpInterfaceDaoHibernate extends AbstractDaoHibernate<OnmsStpInterface,Integer> implements StpInterfaceDao
| Constructor and Description |
|---|
StpInterfaceDaoHibernate() |
| Modifier and Type | Method and Description |
|---|---|
void |
deactivateForNodeIdIfOlderThan(int nodeid,
Date scanTime) |
void |
deleteForNodeIdIfOlderThan(int nodeid,
Date scanTime) |
OnmsStpInterface |
findByNodeAndVlan(Integer nodeId,
Integer bridgePort,
Integer vlan) |
void |
markDeletedIfNodeDeleted() |
void |
setStatusForNode(Integer nodeid,
OnmsArpInterface.StatusType action) |
void |
setStatusForNodeAndIfIndex(Integer nodeid,
Integer ifIndex,
OnmsArpInterface.StatusType action) |
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 void markDeletedIfNodeDeleted()
markDeletedIfNodeDeleted in interface StpInterfaceDaopublic void deactivateForNodeIdIfOlderThan(int nodeid,
Date scanTime)
deactivateForNodeIdIfOlderThan in interface StpInterfaceDaopublic void deleteForNodeIdIfOlderThan(int nodeid,
Date scanTime)
deleteForNodeIdIfOlderThan in interface StpInterfaceDaopublic void setStatusForNode(Integer nodeid, OnmsArpInterface.StatusType action)
setStatusForNode in interface StpInterfaceDaopublic void setStatusForNodeAndIfIndex(Integer nodeid, Integer ifIndex, OnmsArpInterface.StatusType action)
setStatusForNodeAndIfIndex in interface StpInterfaceDaopublic OnmsStpInterface findByNodeAndVlan(Integer nodeId, Integer bridgePort, Integer vlan)
findByNodeAndVlan in interface StpInterfaceDaoCopyright © 2015. All rights reserved.