org.opennms.netmgt.dao
Interface GraphDao

All Known Implementing Classes:
PropertiesGraphDao

public interface GraphDao

GraphDao interface.


Method Summary
 AdhocGraphType findAdhocGraphTypeByName(String name)
          findAdhocByName
 PrefabGraphType findPrefabGraphTypeByName(String name)
          findByName
 List<PrefabGraph> getAllPrefabGraphs()
          getAllPrefabGraphs
 PrefabGraph getPrefabGraph(String name)
          getPrefabGraph
 PrefabGraph[] getPrefabGraphsForResource(OnmsResource resource)
          getPrefabGraphsForResource
 

Method Detail

findPrefabGraphTypeByName

PrefabGraphType findPrefabGraphTypeByName(String name)

findByName

Parameters:
name - a String object.
Returns:
a PrefabGraphType object.

findAdhocGraphTypeByName

AdhocGraphType findAdhocGraphTypeByName(String name)

findAdhocByName

Parameters:
name - a String object.
Returns:
a AdhocGraphType object.

getAllPrefabGraphs

List<PrefabGraph> getAllPrefabGraphs()

getAllPrefabGraphs

Returns:
a List object.

getPrefabGraph

PrefabGraph getPrefabGraph(String name)

getPrefabGraph

Parameters:
name - a String object.
Returns:
a PrefabGraph object.

getPrefabGraphsForResource

PrefabGraph[] getPrefabGraphsForResource(OnmsResource resource)

getPrefabGraphsForResource

Parameters:
resource - a OnmsResource object.
Returns:
an array of PrefabGraph objects.


Copyright © 2011. All Rights Reserved.