Interface CategoryConfigDao

    • Method Detail

      • getCategoryByLabel

        org.opennms.netmgt.config.categories.Category getCategoryByLabel​(String label)

        getCategoryByLabel

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

        Collection<org.opennms.netmgt.config.categories.Category> findAll()

        findAll

        Returns:
        a Collection object.