org.opennms.web.svclayer.support
Class DefaultCategoryConfigService

java.lang.Object
  extended by org.opennms.web.svclayer.support.DefaultCategoryConfigService
All Implemented Interfaces:
CategoryConfigService

public class DefaultCategoryConfigService
extends Object
implements CategoryConfigService

Author:
Jonathan Sartin

Constructor Summary
DefaultCategoryConfigService()
           
 
Method Summary
 Collection<Category> getCategories()
           
 CategoryConfigDao getCategoryConfigDao()
           
 void setCategoryConfigDao(CategoryConfigDao categoryConfigDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCategoryConfigService

public DefaultCategoryConfigService()
Method Detail

getCategories

public Collection<Category> getCategories()
Specified by:
getCategories in interface CategoryConfigService

getCategoryConfigDao

public CategoryConfigDao getCategoryConfigDao()

setCategoryConfigDao

public void setCategoryConfigDao(CategoryConfigDao categoryConfigDao)


Copyright © 2009. All Rights Reserved.