public class IsIsLinkDaoHibernate extends AbstractDaoHibernate<IsIsLink,Integer> implements IsIsLinkDao
IpInterfaceDaoHibernate class.
m_criteriaConverter
Constructor and Description |
---|
IsIsLinkDaoHibernate()
Constructor for IpInterfaceDaoHibernate.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteByNodeId(Integer nodeId) |
void |
deleteByNodeIdOlderThen(Integer nodeId,
Date now) |
List<IsIsLink> |
findByNodeId(Integer nodeId) |
IsIsLink |
get(Integer nodeId,
Integer isisCircIndex,
Integer isisISAdjIndex) |
IsIsLink |
get(OnmsNode node,
Integer isisCircIndex,
Integer isisISAdjIndex) |
List<IsisTopologyLink> |
getLinksForTopology()
Gets the ISIS links between nodes and returns a list of Object[],
with the following mapping:
[0] = distinct id for combining links can be ignored
[1] = link1 id
[2] = link1 nodeid
[3] = link1 isiscircifindex
[4] = link2 id
[5] = link2 nodeid
[6] = link2 isiscircifindex
|
bulkDelete, clear, countAll, countMatching, countMatching, delete, delete, deleteAll, find, find, findAll, findMatching, findMatching, findObjects, findUnique, flush, get, initDao, initialize, load, lock, merge, queryInt, queryInt, save, saveOrUpdate, update
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
public IsIsLinkDaoHibernate()
Constructor for IpInterfaceDaoHibernate.
public IsIsLink get(OnmsNode node, Integer isisCircIndex, Integer isisISAdjIndex)
get
in interface IsIsLinkDao
public IsIsLink get(Integer nodeId, Integer isisCircIndex, Integer isisISAdjIndex)
get
in interface IsIsLinkDao
public List<IsIsLink> findByNodeId(Integer nodeId)
findByNodeId
in interface IsIsLinkDao
public void deleteByNodeIdOlderThen(Integer nodeId, Date now)
deleteByNodeIdOlderThen
in interface IsIsLinkDao
public void deleteByNodeId(Integer nodeId)
deleteByNodeId
in interface IsIsLinkDao
public List<IsisTopologyLink> getLinksForTopology()
getLinksForTopology
in interface IsIsLinkDao
Copyright © 2017. All rights reserved.