Uses of Class
de.hybris.platform.commerceservices.model.promotions.PromotionOrderRestrictionModel
-
Packages that use PromotionOrderRestrictionModel Package Description de.hybris.platform.commercefacades.promotion.impl de.hybris.platform.commerceservices.promotion de.hybris.platform.commerceservices.promotion.dao de.hybris.platform.commerceservices.promotion.dao.impl de.hybris.platform.commerceservices.promotion.impl de.hybris.platform.core.model.order 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 PromotionOrderRestrictionModel Modifier and Type Field Description protected PromotionOrderRestrictionModelDefaultCommercePromotionRestrictionFacadeTest. promotionOrderRestrictionModel -
Uses of PromotionOrderRestrictionModel in de.hybris.platform.commerceservices.promotion
Methods in de.hybris.platform.commerceservices.promotion that return PromotionOrderRestrictionModel Modifier and Type Method Description PromotionOrderRestrictionModelCommercePromotionRestrictionService. getPromotionOrderRestriction(AbstractPromotionModel promotion)Gets thePromotionOrderRestrictionModelinstance forAbstractPromotionModelif exists.Methods in de.hybris.platform.commerceservices.promotion with parameters of type PromotionOrderRestrictionModel Modifier and Type Method Description voidCommercePromotionRestrictionService. 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 PromotionOrderRestrictionModel Modifier and Type Method Description java.util.List<PromotionOrderRestrictionModel>CommercePromotionRestrictionDao. 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 PromotionOrderRestrictionModel Modifier and Type Method Description java.util.List<PromotionOrderRestrictionModel>DefaultCommercePromotionRestrictionDao. findPromotionOrderRestriction(AbstractPromotionModel promotion) -
Uses of PromotionOrderRestrictionModel in de.hybris.platform.commerceservices.promotion.impl
Fields in de.hybris.platform.commerceservices.promotion.impl declared as PromotionOrderRestrictionModel Modifier and Type Field Description protected PromotionOrderRestrictionModelDefaultCommercePromotionRestrictionServiceTest. promotionOrderRestrictionModelprotected PromotionOrderRestrictionModelDefaultCommercePromotionRestrictionServiceTest. promotionOrderRestrictionModelImplFields in de.hybris.platform.commerceservices.promotion.impl with type parameters of type PromotionOrderRestrictionModel Modifier and Type Field Description protected java.util.List<PromotionOrderRestrictionModel>DefaultCommercePromotionRestrictionServiceTest. promotionOrderRestrictionListMethods in de.hybris.platform.commerceservices.promotion.impl that return PromotionOrderRestrictionModel Modifier and Type Method Description PromotionOrderRestrictionModelDefaultCommercePromotionRestrictionService. getPromotionOrderRestriction(AbstractPromotionModel promotion)Methods in de.hybris.platform.commerceservices.promotion.impl with parameters of type PromotionOrderRestrictionModel Modifier and Type Method Description voidDefaultCommercePromotionRestrictionService. 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 PromotionOrderRestrictionModel Modifier and Type Method Description java.util.Collection<PromotionOrderRestrictionModel>AbstractOrderModel. getPromotionOrderRestrictions()Generated method - Getter of theAbstractOrder.promotionOrderRestrictionsattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.core.model.order with type arguments of type PromotionOrderRestrictionModel Modifier and Type Method Description voidAbstractOrderModel. setPromotionOrderRestrictions(java.util.Collection<PromotionOrderRestrictionModel> value)Generated method - Setter ofAbstractOrder.promotionOrderRestrictionsattribute defined at extensioncommerceservices.
-