org.opennms.secret.service.impl
Class NodeServiceImpl
java.lang.Object
org.opennms.secret.service.impl.NodeServiceImpl
- All Implemented Interfaces:
- NodeService
public class NodeServiceImpl
- extends Object
- implements NodeService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeServiceImpl
public NodeServiceImpl()
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.