public interface CategoryService
| Modifier and Type | Method and Description |
|---|---|
String |
createCategory(InforContext context,
Category category) |
String |
deleteCategory(InforContext context,
String categoryCode) |
Category |
readCategory(InforContext context,
String categoryCode) |
String |
updateCategory(InforContext context,
Category category) |
Category readCategory(InforContext context, String categoryCode) throws InforException
InforExceptionString updateCategory(InforContext context, Category category) throws InforException
InforExceptionString createCategory(InforContext context, Category category) throws InforException
InforExceptionString deleteCategory(InforContext context, String categoryCode) throws InforException
InforExceptionCopyright © 2023 CERN European Organization for Nuclear Research. All rights reserved.