org.opennms.secret.dao.impl
Class NodeDaoSimple
java.lang.Object
org.opennms.secret.dao.impl.NodeDaoSimple
- All Implemented Interfaces:
- NodeDao
public class NodeDaoSimple
- extends Object
- implements NodeDao
- Author:
- david
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeDaoSimple
public NodeDaoSimple()
initialize
public void initialize(Object obj)
- Specified by:
initialize in interface NodeDao
getNode
public Node getNode(Long id)
- Specified by:
getNode in interface NodeDao
createNode
public void createNode(Node node)
- Specified by:
createNode in interface NodeDao
getInterfaceCollection
public Collection getInterfaceCollection(Node node)
- Specified by:
getInterfaceCollection in interface NodeDao
findAll
public Collection<Node> findAll()
- Specified by:
findAll in interface NodeDao
Copyright © 2009. All Rights Reserved.