Package | Description |
---|---|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.dao.mock | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.provision.adapters.link |
Modifier and Type | Method and Description |
---|---|
OnmsLinkState |
LinkStateDao.findByDataLinkInterfaceId(Integer interfaceId)
findByDataLinkInterfaceId
|
OnmsLinkState |
LinkStateDao.findById(Integer id)
findById
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsLinkState> |
LinkStateDao.findAll(Integer offset,
Integer limit)
findAll
|
Collection<OnmsLinkState> |
LinkStateDao.findByNodeId(Integer nodeId)
findByNodeId
|
Collection<OnmsLinkState> |
LinkStateDao.findByNodeParentId(Integer nodeParentId)
findByNodeParentId
|
Modifier and Type | Method and Description |
---|---|
OnmsLinkState |
LinkStateDaoHibernate.findByDataLinkInterfaceId(Integer interfaceId)
findByDataLinkInterfaceId
|
OnmsLinkState |
LinkStateDaoHibernate.findById(Integer id)
findById
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsLinkState> |
LinkStateDaoHibernate.findAll(Integer offset,
Integer limit)
findAll
|
Collection<OnmsLinkState> |
LinkStateDaoHibernate.findByNodeId(Integer nodeId)
findByNodeId
|
Collection<OnmsLinkState> |
LinkStateDaoHibernate.findByNodeParentId(Integer nodeParentId)
findByNodeParentId
|
Modifier and Type | Method and Description |
---|---|
OnmsLinkState |
MockLinkStateDao.findByDataLinkInterfaceId(Integer interfaceId) |
OnmsLinkState |
MockLinkStateDao.findById(Integer id) |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsLinkState> |
MockLinkStateDao.findAll(Integer offset,
Integer limit) |
Collection<OnmsLinkState> |
MockLinkStateDao.findByNodeId(Integer nodeId) |
Collection<OnmsLinkState> |
MockLinkStateDao.findByNodeParentId(Integer nodeParentId) |
Modifier and Type | Method and Description |
---|---|
protected void |
MockLinkStateDao.generateId(OnmsLinkState outage) |
protected Integer |
MockLinkStateDao.getId(OnmsLinkState outage) |
Modifier and Type | Method and Description |
---|---|
int |
OnmsLinkState.compareTo(OnmsLinkState o)
compareTo
|
Modifier and Type | Method and Description |
---|---|
OnmsLinkState |
NodeLinkService.getLinkStateForInterface(DataLinkInterface dataLinkInterface)
getLinkStateForInterface
|
OnmsLinkState |
DefaultNodeLinkService.getLinkStateForInterface(DataLinkInterface dataLinkInterface)
getLinkStateForInterface
|
Modifier and Type | Method and Description |
---|---|
void |
NodeLinkService.saveLinkState(OnmsLinkState state)
saveLinkState
|
void |
DefaultNodeLinkService.saveLinkState(OnmsLinkState state)
saveLinkState
|
Copyright © 2015. All rights reserved.