Interface SnClassificationAttributeAssignmentModelDao
-
- All Superinterfaces:
GenericDao<ClassAttributeAssignmentModel>
- All Known Implementing Classes:
DefaultSnClassificationAttributeAssignmentModelDao
public interface SnClassificationAttributeAssignmentModelDao extends GenericDao<ClassAttributeAssignmentModel>
TheClassAttributeAssignmentModelDAO.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<ClassAttributeAssignmentModel>findClassAttributeAssignmentByClassAndAttribute(ClassificationClassModel classificationClass, ClassificationAttributeModel classificationAttribute)Finds the classification class attribute assignment for the given class and attribute.
-
-
-
Method Detail
-
findClassAttributeAssignmentByClassAndAttribute
java.util.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
-
-