Package | Description |
---|---|
org.opennms.web.map | |
org.opennms.web.map.db | |
org.opennms.web.map.view |
Modifier and Type | Method and Description |
---|---|
protected static String |
ResponseAssembler.getLoadDefaultMapResponse(VMapInfo vmapinfo)
getLoadDefaultMapResponse
|
Modifier and Type | Method and Description |
---|---|
protected static String |
ResponseAssembler.getLoadMapsResponse(List<VMapInfo> vmapinfos)
getLoadMapsResponse
|
Modifier and Type | Method and Description |
---|---|
VMapInfo[] |
ManagerDefaultImpl.getAllMapMenus()
Get all defined maps.
|
abstract VMapInfo[] |
Manager.getAllMapMenus()
getAllMapMenus
|
VMapInfo[] |
DBManager.getAllMapMenus()
getAllMapMenus
|
VMapInfo |
ManagerDefaultImpl.getDefaultMapsMenu(String user)
get the default map for specified user in input
if exists null otherwise
|
VMapInfo |
ManagerDefaultImpl.getMapMenu(int mapId)
getMapMenu
|
abstract VMapInfo |
Manager.getMapMenu(int mapId)
getMapMenu
|
VMapInfo |
DBManager.getMapMenu(int mapId)
getMapMenu
|
abstract VMapInfo[] |
Manager.getMapsMenuByGroup(String group)
getMapsMenuByGroup
|
VMapInfo[] |
DBManager.getMapsMenuByGroup(String group)
getMapsMenuByGroup
|
VMapInfo[] |
ManagerDefaultImpl.getMapsMenuByName(String mapName)
Take the maps with name in input and return them in MapMenu[] form.
|
abstract VMapInfo[] |
Manager.getMapsMenuByName(String mapLabel)
getMapsMenuByName
|
VMapInfo[] |
DBManager.getMapsMenuByName(String mapLabel)
getMapsMenuByName
|
abstract VMapInfo[] |
Manager.getMapsMenuByOther()
getMapsMenuByOther
|
VMapInfo[] |
DBManager.getMapsMenuByOther()
getMapsMenuByOther
|
abstract VMapInfo[] |
Manager.getMapsMenuByOwner(String owner)
getMapsMenuByOwner
|
VMapInfo[] |
DBManager.getMapsMenuByOwner(String owner)
getMapsMenuByOwner
|
Modifier and Type | Method and Description |
---|---|
List<VMapInfo> |
ManagerDefaultImpl.getMapsMenuTreeByName(String mapName)
Take all the maps in the tree of maps considering the with name in
input as the root of the tree.
|
List<VMapInfo> |
ManagerDefaultImpl.getVisibleMapsMenu(String user)
gets all visible maps for user in input
|
Modifier and Type | Method and Description |
---|---|
VMapInfo |
Manager.getDefaultMapsMenu(String user)
get the default map for specified user in input
if exists null otherwise
|
Modifier and Type | Method and Description |
---|---|
List<VMapInfo> |
Manager.getVisibleMapsMenu(String user)
gets all visible maps for user in input
|
Copyright © 2015. All rights reserved.