Package org.opennms.web.svclayer
Interface CategoryConfigService
-
- All Known Implementing Classes:
DefaultCategoryConfigService
public interface CategoryConfigServiceCategoryConfigService interface.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- Jonathan Sartin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Category>getCategories()getCategoriesList<String>getCategoriesList()getCategoriesList
-
-
-
Method Detail
-
getCategories
Collection<Category> getCategories()
getCategories
- Returns:
- a
Collectionobject.
-
-