public class ClassificationSystemServiceImpl extends Object implements ClassificationSystemService
| Constructor and Description |
|---|
ClassificationSystemServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
CatalogService |
getCatalogService() |
List<ClassificationAttributeModel> |
getClassificationAttributes(ClassificationClassModel model)
Gets the classification attributes.
|
List<ClassificationClassModel> |
getClassificationRootCategories(ClassificationSystemVersionModel classificationSystemVersionModel)
Gets the classification root categories.
|
List<ClassificationClassModel> |
getClassificationSubcategories(ClassificationClassModel category)
Gets the classification subcategories.
|
List<ClassificationSystemModel> |
getClassificationSystems()
Gets the classification systems.
|
List<ClassificationSystemVersionModel> |
getClassificationSystemVersions(ClassificationSystemModel classificationSystemModel)
Gets the classification system versions.
|
void |
setCatalogService(CatalogService catalogService) |
public CatalogService getCatalogService()
public List<ClassificationAttributeModel> getClassificationAttributes(ClassificationClassModel model)
ClassificationSystemServicegetClassificationAttributes in interface ClassificationSystemServicemodel - the modelpublic List<ClassificationClassModel> getClassificationRootCategories(ClassificationSystemVersionModel classificationSystemVersionModel)
ClassificationSystemServicegetClassificationRootCategories in interface ClassificationSystemServiceclassificationSystemVersionModel - the classification system version modelpublic List<ClassificationClassModel> getClassificationSubcategories(ClassificationClassModel category)
ClassificationSystemServicegetClassificationSubcategories in interface ClassificationSystemServicecategory - the categorypublic List<ClassificationSystemModel> getClassificationSystems()
ClassificationSystemServicegetClassificationSystems in interface ClassificationSystemServicepublic List<ClassificationSystemVersionModel> getClassificationSystemVersions(ClassificationSystemModel classificationSystemModel)
ClassificationSystemServicegetClassificationSystemVersions in interface ClassificationSystemServiceclassificationSystemModel - the classification system modelpublic void setCatalogService(CatalogService catalogService)
catalogService - the catalogService to setCopyright © 2017 SAP SE. All Rights Reserved.