org.opennms.web.svclayer.dao
Interface CategoryConfigDao

All Known Implementing Classes:
DefaultCategoryConfigDao

public interface CategoryConfigDao

CategoryConfigDao interface.

Since:
1.8.1
Version:
$Id: $
Author:
DJ Gregor, David Hustace, Jonathan Sartin, DJ Gregor, David Hustace, Jonathan Sartin, DJ Gregor, David Hustace, Jonathan Sartin

Method Summary
 Collection<Category> findAll()
          findAll
 Category getCategoryByLabel(String label)
          getCategoryByLabel
 

Method Detail

getCategoryByLabel

Category getCategoryByLabel(String label)

getCategoryByLabel

Parameters:
label - a String object.
Returns:
a Category object.

findAll

Collection<Category> findAll()

findAll

Returns:
a Collection object.


Copyright © 2011. All Rights Reserved.