Package | Description |
---|---|
org.opennms.web.map.db | |
org.opennms.web.map.view |
Modifier and Type | Method and Description |
---|---|
abstract DbMap[] |
Manager.getAllMaps()
getAllMaps
|
DbMap[] |
DBManager.getAllMaps()
getAllMaps
|
abstract DbMap[] |
Manager.getContainerMaps(int id,
String type)
getContainerMaps
|
DbMap[] |
DBManager.getContainerMaps(int id,
String type)
getContainerMaps
|
abstract DbMap |
Manager.getMap(int id)
getMap
|
DbMap |
DBManager.getMap(int id)
getMap
|
abstract DbMap[] |
Manager.getMaps(String mapname,
String maptype)
getMaps
|
DbMap[] |
DBManager.getMaps(String mapname,
String maptype)
getMaps
|
abstract DbMap[] |
Manager.getMapsByName(String mapLabel)
getMapsByName
|
DbMap[] |
DBManager.getMapsByName(String mapLabel)
getMapsByName
|
abstract DbMap[] |
Manager.getMapsLike(String mapLabel)
getMapsLike
|
DbMap[] |
DBManager.getMapsLike(String mapLabel)
getMapsLike
|
Modifier and Type | Method and Description |
---|---|
abstract int |
Manager.saveMap(DbMap m,
Collection<DbElement> e)
saveMap
|
int |
DBManager.saveMap(DbMap m,
Collection<DbElement> e)
saveMap
|
Modifier and Type | Class and Description |
---|---|
class |
VMap
VMap class.
|
Copyright © 2015. All rights reserved.