Interface ClassificationSystemService
- All Known Implementing Classes:
ClassificationSystemServiceImpl
public interface ClassificationSystemService
The Interface ClassificationSystemService.
-
Method Summary
Modifier and TypeMethodDescriptionGets the classification attributes.getClassificationRootCategories(ClassificationSystemVersionModel classificationSystemVersionModel) Gets the classification root categories.Gets the classification subcategories.Gets the classification systems.getClassificationSystemVersions(ClassificationSystemModel classificationSystemModel) Gets the classification system versions.
-
Method Details
-
getClassificationSystems
List<ClassificationSystemModel> getClassificationSystems()Gets the classification systems.- Returns:
- the classification systems
-
getClassificationSystemVersions
List<ClassificationSystemVersionModel> getClassificationSystemVersions(ClassificationSystemModel classificationSystemModel) Gets the classification system versions.- Parameters:
classificationSystemModel- the classification system model- Returns:
- the classification system versions
-
getClassificationRootCategories
List<ClassificationClassModel> getClassificationRootCategories(ClassificationSystemVersionModel classificationSystemVersionModel) Gets the classification root categories.- Parameters:
classificationSystemVersionModel- the classification system version model- Returns:
- the classification root categories
-
getClassificationSubcategories
Gets the classification subcategories.- Parameters:
category- the category- Returns:
- the classification subcategories
-
getClassificationAttributes
Gets the classification attributes.- Parameters:
model- the model- Returns:
- the classification attributes
-