Interface CategoryService
- All Known Implementing Classes:
CategoryServiceImpl
public interface CategoryService
-
Method Summary
Modifier and TypeMethodDescriptioncreateCategory(EAMContext context, Category category) deleteCategory(EAMContext context, String categoryCode) readCategory(EAMContext context, String categoryCode) updateCategory(EAMContext context, Category category)
-
Method Details
-
readCategory
- Throws:
EAMException
-
updateCategory
- Throws:
EAMException
-
createCategory
- Throws:
EAMException
-
deleteCategory
- Throws:
EAMException
-