Interface CommercePromotionRestrictionDao
- All Superinterfaces:
Dao
- All Known Implementing Classes:
DefaultCommercePromotionRestrictionDao
Dao for
AbstractPromotionRestrictionModel access.- Spring Bean ID:
- commercePromotionRestrictionDao
-
Method Summary
Modifier and TypeMethodDescriptionFinds all order promotion restrictions of given promotionfindPromotionRestriction(AbstractPromotionModel promotion) Finds all promotion restrictions of given promotion
-
Method Details
-
findPromotionRestriction
Finds all promotion restrictions of given promotion- Parameters:
promotion- promotion model- Returns:
- list of
AbstractPromotionRestrictionModel
-
findPromotionOrderRestriction
List<PromotionOrderRestrictionModel> findPromotionOrderRestriction(AbstractPromotionModel promotion) Finds all order promotion restrictions of given promotion- Parameters:
promotion- promotion model- Returns:
- list of
PromotionOrderRestrictionModel
-