Class DefaultGraphRepository
- java.lang.Object
- 
- org.opennms.netmgt.graph.persistence.DefaultGraphRepository
 
- 
- All Implemented Interfaces:
- GraphRepository
 
 public class DefaultGraphRepository extends java.lang.Object implements GraphRepository 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultGraphRepository(SessionUtils sessionUtils, GraphContainerDao graphContainerDao)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteContainer(java.lang.String containerId)GenericGraphContainerfindContainerById(java.lang.String containerId)GraphContainerInfofindContainerInfoById(java.lang.String containerId)voidsave(ImmutableGraphContainer graphContainer)voidsave(GraphContainerInfo containerInfo)
 
- 
- 
- 
Constructor Detail- 
DefaultGraphRepositorypublic DefaultGraphRepository(SessionUtils sessionUtils, GraphContainerDao graphContainerDao) 
 
- 
 - 
Method Detail- 
findContainerByIdpublic GenericGraphContainer findContainerById(java.lang.String containerId) - Specified by:
- findContainerByIdin interface- GraphRepository
 
 - 
findContainerInfoByIdpublic GraphContainerInfo findContainerInfoById(java.lang.String containerId) - Specified by:
- findContainerInfoByIdin interface- GraphRepository
 
 - 
deleteContainerpublic void deleteContainer(java.lang.String containerId) - Specified by:
- deleteContainerin interface- GraphRepository
 
 - 
savepublic void save(ImmutableGraphContainer graphContainer) - Specified by:
- savein interface- GraphRepository
 
 - 
savepublic void save(GraphContainerInfo containerInfo) - Specified by:
- savein interface- GraphRepository
 
 
- 
 
-