Class DefaultSnClassAttributeAssignmentModelDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<ClassAttributeAssignmentModel>
-
- de.hybris.platform.commerceservices.search.searchservices.dao.impl.DefaultSnClassAttributeAssignmentModelDao
-
- All Implemented Interfaces:
SnClassAttributeAssignmentModelDao,GenericDao<ClassAttributeAssignmentModel>
public class DefaultSnClassAttributeAssignmentModelDao extends DefaultGenericDao<ClassAttributeAssignmentModel> implements SnClassAttributeAssignmentModelDao
Default implementation ofSnClassAttributeAssignmentModelDao.
-
-
Constructor Summary
Constructors Constructor Description DefaultSnClassAttributeAssignmentModelDao()
-
Method Summary
All Methods Instance Methods Concrete 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.-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
-
-
-
Method Detail
-
findClassAttributeAssignmentByClassAndAttribute
public java.util.Optional<ClassAttributeAssignmentModel> findClassAttributeAssignmentByClassAndAttribute(ClassificationClassModel classificationClass, ClassificationAttributeModel classificationAttribute)
Description copied from interface:SnClassAttributeAssignmentModelDaoFinds the classification class attribute assignment for the given class and attribute.- Specified by:
findClassAttributeAssignmentByClassAndAttributein interfaceSnClassAttributeAssignmentModelDao- Parameters:
classificationClass- - the classification classclassificationAttribute- - the classification attribute- Returns:
- the classification class attribute assignment
-
-