Interface SnClassificationAttributeAssignmentModelDao
- All Superinterfaces:
GenericDao<ClassAttributeAssignmentModel>
- All Known Implementing Classes:
DefaultSnClassificationAttributeAssignmentModelDao
public interface SnClassificationAttributeAssignmentModelDao
extends GenericDao<ClassAttributeAssignmentModel>
The
ClassAttributeAssignmentModel DAO.-
Method Summary
Modifier and TypeMethodDescriptionfindClassAttributeAssignmentByClassAndAttribute(ClassificationClassModel classificationClass, ClassificationAttributeModel classificationAttribute) Finds the classification class attribute assignment for the given class and attribute.
-
Method Details
-
findClassAttributeAssignmentByClassAndAttribute
Optional<ClassAttributeAssignmentModel> findClassAttributeAssignmentByClassAndAttribute(ClassificationClassModel classificationClass, ClassificationAttributeModel classificationAttribute) Finds the classification class attribute assignment for the given class and attribute.- Parameters:
classificationClass- - the classification classclassificationAttribute- - the classification attribute- Returns:
- the classification class attribute assignment
-