Package | Description |
---|---|
org.opennms.netmgt.accesspointmonitor.rest | |
org.opennms.netmgt.dao | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
OnmsAccessPoint |
AccessPointRestService.getOutage(String accessPointId)
getAccessPoint
|
Modifier and Type | Method and Description |
---|---|
OnmsAccessPoint |
AccessPointDao.findByPhysAddr(String physaddr)
findByPhysAddr
|
Modifier and Type | Method and Description |
---|---|
OnmsAccessPoint |
AccessPointDaoHibernate.findByPhysAddr(String physaddr)
findByPhysAddr
|
Modifier and Type | Method and Description |
---|---|
List<OnmsAccessPoint> |
OnmsAccessPointCollection.getAccessPoints()
getAccessPoints
|
Modifier and Type | Method and Description |
---|---|
int |
OnmsAccessPoint.compareTo(OnmsAccessPoint o)
compareTo
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsAccessPointCollection.setAccessPoints(List<OnmsAccessPoint> accesspoints)
setAccessPoints
|
Constructor and Description |
---|
OnmsAccessPointCollection(Collection<? extends OnmsAccessPoint> c)
Constructor for OnmsAccessPointCollection.
|
Copyright © 2015. All Rights Reserved.