Class CategoryServiceImpl
java.lang.Object
ch.cern.eam.wshub.core.services.equipment.impl.CategoryServiceImpl
- All Implemented Interfaces:
CategoryService
-
Constructor Summary
ConstructorsConstructorDescriptionCategoryServiceImpl(Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamws) -
Method Summary
Modifier and TypeMethodDescriptioncreateCategory(EAMContext context, Category category) deleteCategory(EAMContext context, String categoryCode) readCategory(EAMContext context, String categoryCode) updateCategory(EAMContext context, Category category)
-
Constructor Details
-
CategoryServiceImpl
-
-
Method Details
-
readCategory
- Specified by:
readCategoryin interfaceCategoryService- Throws:
EAMException
-
updateCategory
- Specified by:
updateCategoryin interfaceCategoryService- Throws:
EAMException
-
createCategory
- Specified by:
createCategoryin interfaceCategoryService- Throws:
EAMException
-
deleteCategory
- Specified by:
deleteCategoryin interfaceCategoryService- Throws:
EAMException
-