Package | Description |
---|---|
org.opennms.netmgt.dao | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.web.rest |
Modifier and Type | Method and Description |
---|---|
OnmsMap |
OnmsMapDao.findMapById(int id)
findMapById
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMap> |
OnmsMapDao.findAll(Integer offset,
Integer limit)
findAll
|
Collection<OnmsMap> |
OnmsMapDao.findAutoAndSaveMaps()
findAutoAndSaveMaps
|
Collection<OnmsMap> |
OnmsMapDao.findAutoMaps()
findAutoMaps
|
Collection<OnmsMap> |
OnmsMapDao.findMapsByGroup(String group)
findMapsByGroup
|
Collection<OnmsMap> |
OnmsMapDao.findMapsByName(String mapLabel)
findMapsByName
|
Collection<OnmsMap> |
OnmsMapDao.findMapsByNameAndType(String mapName,
String mapType)
findMapsByNameAndType
|
Collection<OnmsMap> |
OnmsMapDao.findMapsByOwner(String owner)
findMapsByOwner
|
Collection<OnmsMap> |
OnmsMapDao.findMapsByType(String mapType)
findMapsByType
|
Collection<OnmsMap> |
OnmsMapDao.findMapsLike(String mapLabel)
findMapsLike
|
Collection<OnmsMap> |
OnmsMapDao.findSaveMaps()
findSaveMaps
|
Collection<OnmsMap> |
OnmsMapDao.findUserMaps()
findUserMaps
|
Collection<OnmsMap> |
OnmsMapDao.findVisibleMapsByGroup(String group)
findVisibleMapsByGroup
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsMapElementDao.deleteElementsByMapId(OnmsMap map)
deleteElementsByMapId
|
OnmsMapElement |
OnmsMapElementDao.findElement(int elementId,
String type,
OnmsMap map)
findElement
|
Collection<OnmsMapElement> |
OnmsMapElementDao.findElementsByMapId(OnmsMap map)
findElementsByMapId
|
Modifier and Type | Method and Description |
---|---|
OnmsMap |
OnmsMapDaoHibernate.findMapById(int id)
findMapById
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMap> |
OnmsMapDaoHibernate.findAll(Integer offset,
Integer limit)
findAll
|
Collection<OnmsMap> |
OnmsMapDaoHibernate.findAutoAndSaveMaps()
findAutoAndSaveMaps
|
Collection<OnmsMap> |
OnmsMapDaoHibernate.findAutoMaps()
findAutoMaps
|
Collection<OnmsMap> |
OnmsMapDaoHibernate.findMapsByGroup(String group)
findMapsByGroup
|
Collection<OnmsMap> |
OnmsMapDaoHibernate.findMapsByName(String mapLabel)
findMapsByName
|
Collection<OnmsMap> |
OnmsMapDaoHibernate.findMapsByNameAndType(String mapName,
String mapType)
findMapsByNameAndType
|
Collection<OnmsMap> |
OnmsMapDaoHibernate.findMapsByOwner(String owner)
findMapsByOwner
|
Collection<OnmsMap> |
OnmsMapDaoHibernate.findMapsByType(String mapType)
findMapsByType
|
Collection<OnmsMap> |
OnmsMapDaoHibernate.findMapsLike(String mapLabel)
findMapsLike
|
Collection<OnmsMap> |
OnmsMapDaoHibernate.findSaveMaps()
findSaveMaps
|
Collection<OnmsMap> |
OnmsMapDaoHibernate.findUserMaps()
findUserMaps
|
Collection<OnmsMap> |
OnmsMapDaoHibernate.findVisibleMapsByGroup(String group)
findVisibleMapsByGroup
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsMapElementDaoHibernate.deleteElementsByMapId(OnmsMap map)
deleteElementsByMapId
|
OnmsMapElement |
OnmsMapElementDaoHibernate.findElement(int elementId,
String type,
OnmsMap map)
findElement
|
Collection<OnmsMapElement> |
OnmsMapElementDaoHibernate.findElementsByMapId(OnmsMap map)
findElementsByMapId
|
Modifier and Type | Method and Description |
---|---|
OnmsMap |
OnmsMapElement.getMap()
Getter for the field
map . |
Modifier and Type | Method and Description |
---|---|
List<OnmsMap> |
OnmsMapList.getMaps()
getMaps
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsMapElement.setMap(OnmsMap map)
Setter for the field
map . |
Modifier and Type | Method and Description |
---|---|
void |
OnmsMapList.setMaps(List<OnmsMap> maps)
setMaps
|
Constructor and Description |
---|
OnmsMapElement(OnmsMap map,
int elementId,
String type,
String label,
String iconName,
int x,
int y)
Constructor for OnmsMapElement.
|
OnmsMapElement(OnmsMap map,
int elementId,
String type,
String label,
String iconName,
int x,
int y,
int id)
Constructor for OnmsMapElement.
|
Constructor and Description |
---|
OnmsMapList(Collection<? extends OnmsMap> c)
Constructor for OnmsMapList.
|
Modifier and Type | Method and Description |
---|---|
OnmsMap |
OnmsMapRestService.getMap(int mapId)
getMap
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
OnmsMapRestService.addMap(OnmsMap map)
addMap
|
Copyright © 2015. All Rights Reserved.