public interface BridgeMacLinkDao extends OnmsDao<BridgeMacLink,Integer>
BridgeMacLinkDao interface.
Modifier and Type | Method and Description |
---|---|
void |
deleteByNodeIdOlderThen(Integer nodeiId,
Date now) |
List<BridgeMacLink> |
findByMacAddress(String mac) |
List<BridgeMacLink> |
findByNodeId(Integer id) |
List<BridgeMacTopologyLink> |
getAllBridgeLinksToIpAddrToNodes() |
BridgeMacLink |
getByNodeIdBridgePortMac(Integer id,
Integer port,
String mac) |
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
List<BridgeMacLink> findByNodeId(Integer id)
BridgeMacLink getByNodeIdBridgePortMac(Integer id, Integer port, String mac)
List<BridgeMacLink> findByMacAddress(String mac)
List<BridgeMacTopologyLink> getAllBridgeLinksToIpAddrToNodes()
Copyright © 2015. All rights reserved.