org.opennms.web.svclayer.support
Class DefaultNodeListService

java.lang.Object
  extended by org.opennms.web.svclayer.support.DefaultNodeListService
All Implemented Interfaces:
NodeListService, org.springframework.beans.factory.InitializingBean

public class DefaultNodeListService
extends Object
implements NodeListService, org.springframework.beans.factory.InitializingBean

Author:
DJ Gregor, Bill Ayres

Nested Class Summary
static class DefaultNodeListService.ArpInterfaceComparator
           
static class DefaultNodeListService.IpInterfaceComparator
           
 
Constructor Summary
DefaultNodeListService()
           
 
Method Summary
 void afterPropertiesSet()
           
 NodeListModel createNodeList(NodeListCommand command)
           
 CategoryDao getCategoryDao()
           
 NodeDao getNodeDao()
           
 SiteStatusViewConfigDao getSiteStatusViewConfigDao()
           
 void setCategoryDao(CategoryDao categoryDao)
           
 void setNodeDao(NodeDao nodeDao)
           
 void setSiteStatusViewConfigDao(SiteStatusViewConfigDao siteStatusViewConfigDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNodeListService

public DefaultNodeListService()
Method Detail

createNodeList

public NodeListModel createNodeList(NodeListCommand command)
Specified by:
createNodeList in interface NodeListService

getCategoryDao

public CategoryDao getCategoryDao()

setCategoryDao

public void setCategoryDao(CategoryDao categoryDao)

getNodeDao

public NodeDao getNodeDao()

setNodeDao

public void setNodeDao(NodeDao nodeDao)

getSiteStatusViewConfigDao

public SiteStatusViewConfigDao getSiteStatusViewConfigDao()

setSiteStatusViewConfigDao

public void setSiteStatusViewConfigDao(SiteStatusViewConfigDao siteStatusViewConfigDao)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception


Copyright © 2009. All Rights Reserved.