org.opennms.secret.service.impl
Class NodeServiceImpl

java.lang.Object
  extended by org.opennms.secret.service.impl.NodeServiceImpl
All Implemented Interfaces:
NodeService

public class NodeServiceImpl
extends Object
implements NodeService


Constructor Summary
NodeServiceImpl()
           
 
Method Summary
 Set<Node> findAll()
           
 Set<Node> findWithMatchingLabel(String searchKey)
           
 Node getNodeById(Long id)
           
 void setNodeDao(NodeDao nodeDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeServiceImpl

public NodeServiceImpl()
Method Detail

getNodeById

public Node getNodeById(Long id)
Specified by:
getNodeById in interface NodeService

setNodeDao

public void setNodeDao(NodeDao nodeDao)

findAll

public Set<Node> findAll()
Specified by:
findAll in interface NodeService

findWithMatchingLabel

public Set<Node> findWithMatchingLabel(String searchKey)
Specified by:
findWithMatchingLabel in interface NodeService


Copyright © 2009. All Rights Reserved.