class CategoryServiceImpl extends java.lang.Object implements CategoryService
Modifier and Type | Field and Description |
---|---|
private CategoryMapDao |
categoryMapDao |
Constructor and Description |
---|
CategoryServiceImpl(CategoryMapDao categoryMapDao) |
Modifier and Type | Method and Description |
---|---|
CategoriesInfoMap |
getCategories(Index index) |
private final CategoryMapDao categoryMapDao
@Inject public CategoryServiceImpl(CategoryMapDao categoryMapDao)
public CategoriesInfoMap getCategories(Index index)
getCategories
in interface CategoryService