Interface CategoryConfigDao

    • Method Detail

      • getCategoryByLabel

        Category getCategoryByLabel​(java.lang.String label)

        getCategoryByLabel

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

        java.util.Collection<Category> findAll()

        findAll

        Returns:
        a Collection object.