Uses of Class
de.hybris.platform.commerceservices.model.promotions.PromotionOrderRestrictionModel
Packages that use PromotionOrderRestrictionModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
-
Uses of PromotionOrderRestrictionModel in de.hybris.platform.commercefacades.promotion.impl
Fields in de.hybris.platform.commercefacades.promotion.impl declared as PromotionOrderRestrictionModelModifier and TypeFieldDescriptionprotected PromotionOrderRestrictionModelDefaultCommercePromotionRestrictionFacadeTest.promotionOrderRestrictionModel -
Uses of PromotionOrderRestrictionModel in de.hybris.platform.commerceservices.promotion
Methods in de.hybris.platform.commerceservices.promotion that return PromotionOrderRestrictionModelModifier and TypeMethodDescriptionCommercePromotionRestrictionService.getPromotionOrderRestriction(AbstractPromotionModel promotion) Gets thePromotionOrderRestrictionModelinstance forAbstractPromotionModelif exists.Methods in de.hybris.platform.commerceservices.promotion with parameters of type PromotionOrderRestrictionModelModifier and TypeMethodDescriptionvoidCommercePromotionRestrictionService.addOrderToRestriction(PromotionOrderRestrictionModel restriction, AbstractOrderModel order) Adds unique order toPromotionOrderRestrictionModelvoidCommercePromotionRestrictionService.removeOrderFromRestriction(PromotionOrderRestrictionModel restriction, AbstractOrderModel order) Removes order fromPromotionOrderRestrictionModel -
Uses of PromotionOrderRestrictionModel in de.hybris.platform.commerceservices.promotion.dao
Methods in de.hybris.platform.commerceservices.promotion.dao that return types with arguments of type PromotionOrderRestrictionModelModifier and TypeMethodDescriptionCommercePromotionRestrictionDao.findPromotionOrderRestriction(AbstractPromotionModel promotion) Finds all order promotion restrictions of given promotion -
Uses of PromotionOrderRestrictionModel in de.hybris.platform.commerceservices.promotion.dao.impl
Methods in de.hybris.platform.commerceservices.promotion.dao.impl that return types with arguments of type PromotionOrderRestrictionModelModifier and TypeMethodDescriptionDefaultCommercePromotionRestrictionDao.findPromotionOrderRestriction(AbstractPromotionModel promotion) -
Uses of PromotionOrderRestrictionModel in de.hybris.platform.commerceservices.promotion.impl
Fields in de.hybris.platform.commerceservices.promotion.impl declared as PromotionOrderRestrictionModelModifier and TypeFieldDescriptionprotected PromotionOrderRestrictionModelDefaultCommercePromotionRestrictionServiceTest.promotionOrderRestrictionModelprotected PromotionOrderRestrictionModelDefaultCommercePromotionRestrictionServiceTest.promotionOrderRestrictionModelImplFields in de.hybris.platform.commerceservices.promotion.impl with type parameters of type PromotionOrderRestrictionModelModifier and TypeFieldDescriptionprotected List<PromotionOrderRestrictionModel>DefaultCommercePromotionRestrictionServiceTest.promotionOrderRestrictionListMethods in de.hybris.platform.commerceservices.promotion.impl that return PromotionOrderRestrictionModelModifier and TypeMethodDescriptionDefaultCommercePromotionRestrictionService.getPromotionOrderRestriction(AbstractPromotionModel promotion) Methods in de.hybris.platform.commerceservices.promotion.impl with parameters of type PromotionOrderRestrictionModelModifier and TypeMethodDescriptionvoidDefaultCommercePromotionRestrictionService.addOrderToRestriction(PromotionOrderRestrictionModel restriction, AbstractOrderModel order) protected booleanDefaultCommercePromotionRestrictionService.isOrderInRestriction(PromotionOrderRestrictionModel restriction, AbstractOrderModel order) voidDefaultCommercePromotionRestrictionService.removeOrderFromRestriction(PromotionOrderRestrictionModel restriction, AbstractOrderModel order) -
Uses of PromotionOrderRestrictionModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type PromotionOrderRestrictionModelModifier and TypeMethodDescriptionAbstractOrderModel.getPromotionOrderRestrictions()Generated method - Getter of theAbstractOrder.promotionOrderRestrictionsattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.core.model.order with type arguments of type PromotionOrderRestrictionModelModifier and TypeMethodDescriptionvoidAbstractOrderModel.setPromotionOrderRestrictions(Collection<PromotionOrderRestrictionModel> value) Generated method - Setter ofAbstractOrder.promotionOrderRestrictionsattribute defined at extensioncommerceservices.