org.opennms.web.svclayer.dao
Interface CategoryConfigDao

All Known Implementing Classes:
DefaultCategoryConfigDao

public interface CategoryConfigDao

Author:
DJ Gregor, David Hustace, Jonathan Sartin

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

Method Detail

getCategoryByLabel

Category getCategoryByLabel(String label)

findAll

Collection<Category> findAll()


Copyright © 2009. All Rights Reserved.