| Package | Description |
|---|---|
| org.opennms.netmgt.dao.api | |
| org.opennms.netmgt.dao.hibernate | |
| org.opennms.netmgt.dao.mock | |
| org.opennms.netmgt.linkd |
| Modifier and Type | Method and Description |
|---|---|
OnmsAtInterface |
AtInterfaceDao.findByNodeAndAddress(Integer nodeId,
InetAddress ipAddress,
String macAddress) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OnmsAtInterface> |
AtInterfaceDao.findByMacAddress(String macAddress) |
Collection<OnmsAtInterface> |
AtInterfaceDao.getAtInterfaceForAddress(InetAddress address)
Get the
OnmsAtInterface that goes with a given address and
node. |
| Modifier and Type | Method and Description |
|---|---|
OnmsAtInterface |
AtInterfaceDaoHibernate.findByNodeAndAddress(Integer nodeId,
InetAddress ipAddress,
String macAddress) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OnmsAtInterface> |
AtInterfaceDaoHibernate.findByMacAddress(String macAddress) |
Collection<OnmsAtInterface> |
AtInterfaceDaoHibernate.getAtInterfaceForAddress(InetAddress address) |
| Modifier and Type | Method and Description |
|---|---|
OnmsAtInterface |
MockAtInterfaceDao.findByNodeAndAddress(Integer nodeId,
InetAddress ipAddress,
String macAddress) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OnmsAtInterface> |
MockAtInterfaceDao.findByMacAddress(String macAddress) |
Collection<OnmsAtInterface> |
MockAtInterfaceDao.getAtInterfaceForAddress(InetAddress address) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MockAtInterfaceDao.generateId(OnmsAtInterface entity) |
protected Integer |
MockAtInterfaceDao.getId(OnmsAtInterface entity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HibernateEventWriter.saveAtInterface(OnmsAtInterface saveMe) |
protected abstract void |
AbstractQueryManager.saveAtInterface(OnmsAtInterface saveMe) |
Copyright © 2015. All rights reserved.