org.opennms.web.svclayer.dao.support
Class DefaultCategoryConfigDao

java.lang.Object
  extended by org.opennms.web.svclayer.dao.support.DefaultCategoryConfigDao
All Implemented Interfaces:
CategoryConfigDao

public class DefaultCategoryConfigDao
extends Object
implements CategoryConfigDao

Author:
Mathew Brozowski, Jason Ayers

Constructor Summary
DefaultCategoryConfigDao()
           
 
Method Summary
 Collection<Category> findAll()
           
 Category getCategoryByLabel(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCategoryConfigDao

public DefaultCategoryConfigDao()
Method Detail

getCategoryByLabel

public Category getCategoryByLabel(String label)
Specified by:
getCategoryByLabel in interface CategoryConfigDao

findAll

public Collection<Category> findAll()
Specified by:
findAll in interface CategoryConfigDao


Copyright © 2009. All Rights Reserved.