org.opennms.secret.dao
Interface NodeDao

All Known Implementing Classes:
NodeDaoHibernate, NodeDaoSimple

public interface NodeDao


Method Summary
 void createNode(Node node)
           
 Collection<Node> findAll()
           
 Collection getInterfaceCollection(Node node)
           
 Node getNode(Long id)
           
 void initialize(Object obj)
           
 

Method Detail

initialize

void initialize(Object obj)

getNode

Node getNode(Long id)

createNode

void createNode(Node node)

getInterfaceCollection

Collection getInterfaceCollection(Node node)

findAll

Collection<Node> findAll()


Copyright © 2009. All Rights Reserved.