org.opennms.secret.dao.impl
Class NodeDaoSimple

java.lang.Object
  extended by org.opennms.secret.dao.impl.NodeDaoSimple
All Implemented Interfaces:
NodeDao

public class NodeDaoSimple
extends Object
implements NodeDao

Author:
david

Constructor Summary
NodeDaoSimple()
           
 
Method Summary
 void createNode(Node node)
           
 Collection<Node> findAll()
           
 Collection getInterfaceCollection(Node node)
           
 Node getNode(Long id)
           
 void initialize(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeDaoSimple

public NodeDaoSimple()
Method Detail

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.