|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.dao.support.PropertiesGraphDao
public class PropertiesGraphDao
PropertiesGraphDao class.
| Field Summary | |
|---|---|
static String |
DEFAULT_GRAPH_LIST_KEY
Constant DEFAULT_GRAPH_LIST_KEY="reports" |
| Constructor Summary | |
|---|---|
PropertiesGraphDao()
Constructor for PropertiesGraphDao. |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
AdhocGraphType |
findAdhocByName(String name)
findAdhocByName |
PrefabGraphType |
findByName(String name)
findByName |
Map<String,org.springframework.core.io.Resource> |
getAdhocConfigs()
getAdhocConfigs |
List<PrefabGraph> |
getAllPrefabGraphs()
getAllPrefabGraphs |
Map<String,org.springframework.core.io.Resource> |
getPrefabConfigs()
getPrefabConfigs |
PrefabGraph |
getPrefabGraph(String name)
getPrefabGraph |
PrefabGraph[] |
getPrefabGraphsForResource(OnmsResource resource)
getPrefabGraphsForResource |
void |
loadAdhocProperties(String type,
InputStream in)
loadAdhocProperties |
void |
loadAdhocProperties(String type,
org.springframework.core.io.Resource resource)
loadAdhocProperties |
void |
loadProperties(String type,
InputStream in)
loadProperties |
void |
loadProperties(String type,
org.springframework.core.io.Resource resource)
loadProperties |
void |
setAdhocConfigs(Map<String,org.springframework.core.io.Resource> adhocConfigs)
setAdhocConfigs |
void |
setPrefabConfigs(Map<String,org.springframework.core.io.Resource> prefabConfigs)
setPrefabConfigs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_GRAPH_LIST_KEY
DEFAULT_GRAPH_LIST_KEY="reports"
| Constructor Detail |
|---|
public PropertiesGraphDao()
Constructor for PropertiesGraphDao.
| Method Detail |
|---|
public PrefabGraphType findByName(String name)
findByName
findByName in interface GraphDaoname - a String object.
PrefabGraphType object.public AdhocGraphType findAdhocByName(String name)
findAdhocByName
findAdhocByName in interface GraphDaoname - a String object.
AdhocGraphType object.
public void loadProperties(String type,
org.springframework.core.io.Resource resource)
throws IOException
loadProperties
type - a String object.resource - a Resource object.
IOException - if any.
public void loadProperties(String type,
InputStream in)
throws IOException
loadProperties
type - a String object.in - a InputStream object.
IOException - if any.
public void loadAdhocProperties(String type,
org.springframework.core.io.Resource resource)
throws IOException
loadAdhocProperties
type - a String object.resource - a Resource object.
IOException - if any.
public void loadAdhocProperties(String type,
InputStream in)
throws IOException
loadAdhocProperties
type - a String object.in - a InputStream object.
IOException - if any.public List<PrefabGraph> getAllPrefabGraphs()
getAllPrefabGraphs
getAllPrefabGraphs in interface GraphDaoList object.public PrefabGraph getPrefabGraph(String name)
getPrefabGraph
getPrefabGraph in interface GraphDaoname - a String object.
PrefabGraph object.public PrefabGraph[] getPrefabGraphsForResource(OnmsResource resource)
getPrefabGraphsForResource
getPrefabGraphsForResource in interface GraphDaoresource - a OnmsResource object.
PrefabGraph objects.
public void afterPropertiesSet()
throws IOException
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanIOException - if any.public Map<String,org.springframework.core.io.Resource> getAdhocConfigs()
getAdhocConfigs
Map object.public void setAdhocConfigs(Map<String,org.springframework.core.io.Resource> adhocConfigs)
setAdhocConfigs
adhocConfigs - a Map object.public Map<String,org.springframework.core.io.Resource> getPrefabConfigs()
getPrefabConfigs
Map object.public void setPrefabConfigs(Map<String,org.springframework.core.io.Resource> prefabConfigs)
setPrefabConfigs
prefabConfigs - a Map object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||