Package org.opennms.web.svclayer
Interface NodeListService
-
- All Known Implementing Classes:
DefaultNodeListService
@Transactional(readOnly=true) public interface NodeListService
NodeListService interface.
- Author:
- Mathew Brozowski, David Hustace, DJ Gregor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeListModel
createNodeList(NodeListCommand command)
createNodeListNodeListModel
createNodeList(NodeListCommand command, boolean sanitizeLabels)
createNodeList
-
-
-
Method Detail
-
createNodeList
NodeListModel createNodeList(NodeListCommand command, boolean sanitizeLabels)
createNodeList
- Parameters:
command
- aorg.opennms.web.command.NodeListCommand
object.- Returns:
- a
NodeListModel
object.
-
createNodeList
NodeListModel createNodeList(NodeListCommand command)
createNodeList
- Parameters:
command
- aorg.opennms.web.command.NodeListCommand
object.- Returns:
- a
NodeListModel
object.
-
-