Interface CategoryMapper


public interface CategoryMapper
The Interface CategoryMapper.
Author:
Eduardo Macarron
  • Method Details

    • getCategoryList

      List<Category> getCategoryList()
      Gets the category list.
      Returns:
      the category list
    • getCategory

      Category getCategory(String categoryId)
      Get category.
      Parameters:
      categoryId - the category id
      Returns:
      the category