Package org.opennms.web.svclayer.dao
Interface CategoryConfigDao
-
- All Known Implementing Classes:
DefaultCategoryConfigDao
public interface CategoryConfigDaoCategoryConfigDao interface.
- Author:
- DJ Gregor, David Hustace, Jonathan Sartin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<org.opennms.netmgt.config.categories.Category>findAll()findAllorg.opennms.netmgt.config.categories.CategorygetCategoryByLabel(String label)getCategoryByLabel
-
-
-
Method Detail
-
getCategoryByLabel
org.opennms.netmgt.config.categories.Category getCategoryByLabel(String label)
getCategoryByLabel
- Parameters:
label- aStringobject.- Returns:
- a
Categoryobject.
-
findAll
Collection<org.opennms.netmgt.config.categories.Category> findAll()
findAll
- Returns:
- a
Collectionobject.
-
-