Uses of Class
org.opennms.netmgt.graph.GraphContainerEntity
-
Packages that use GraphContainerEntity Package Description org.opennms.netmgt.graph.dao.api org.opennms.netmgt.graph.dao.hibernate org.opennms.netmgt.graph.persistence.mapper -
-
Uses of GraphContainerEntity in org.opennms.netmgt.graph.dao.api
Methods in org.opennms.netmgt.graph.dao.api that return GraphContainerEntity Modifier and Type Method Description GraphContainerEntity
GraphContainerDao. findContainerById(java.lang.String containerId)
Returns the GraphContainerEntity identified by the containerId.GraphContainerEntity
GraphContainerDao. findContainerInfoById(java.lang.String containerId)
Returns the GraphContainerEntity, but only populating the properties.Methods in org.opennms.netmgt.graph.dao.api with parameters of type GraphContainerEntity Modifier and Type Method Description void
GraphContainerDao. save(GraphContainerEntity graphContainerEntity)
Saves or Updates the entity.void
GraphContainerDao. update(GraphContainerEntity graphContainerEntity)
Updates the given entity -
Uses of GraphContainerEntity in org.opennms.netmgt.graph.dao.hibernate
Methods in org.opennms.netmgt.graph.dao.hibernate that return GraphContainerEntity Modifier and Type Method Description GraphContainerEntity
GraphContainerDaoImpl. findContainerById(java.lang.String containerId)
GraphContainerEntity
GraphContainerDaoImpl. findContainerInfoById(java.lang.String containerId)
Methods in org.opennms.netmgt.graph.dao.hibernate with parameters of type GraphContainerEntity Modifier and Type Method Description void
GraphContainerDaoImpl. save(GraphContainerEntity graphContainerEntity)
void
GraphContainerDaoImpl. update(GraphContainerEntity graphContainerEntity)
-
Uses of GraphContainerEntity in org.opennms.netmgt.graph.persistence.mapper
Methods in org.opennms.netmgt.graph.persistence.mapper that return GraphContainerEntity Modifier and Type Method Description GraphContainerEntity
GenericToEntityMapper. toEntity(GenericGraphContainer genericGraphContainer)
Methods in org.opennms.netmgt.graph.persistence.mapper with parameters of type GraphContainerEntity Modifier and Type Method Description GenericGraphContainer
EntityToGenericMapper. fromEntity(GraphContainerEntity entity)
-