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

DefaultCategoryConfigDao class.

Since:
1.8.1
Version:
$Id: $
Author:
Mathew Brozowski, Jason Ayers, Mathew Brozowski, Jason Ayers

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

Constructor Detail

DefaultCategoryConfigDao

public DefaultCategoryConfigDao()

Constructor for DefaultCategoryConfigDao.

Method Detail

getCategoryByLabel

public Category getCategoryByLabel(String label)

getCategoryByLabel

Specified by:
getCategoryByLabel in interface CategoryConfigDao
Parameters:
label - a String object.
Returns:
a Category object.

findAll

public Collection<Category> findAll()

findAll

Specified by:
findAll in interface CategoryConfigDao
Returns:
a Collection object.


Copyright © 2011. All Rights Reserved.