org.opennms.web.svclayer.support
Class DefaultNodeListService
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultNodeListService
public DefaultNodeListService()
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.