Uses of Class
de.hybris.platform.promotions.model.AbstractPromotionRestrictionModel
Packages that use AbstractPromotionRestrictionModel
Package
Description
Contains generated models for each type of de.hybris.platform.commerceservices.jalo.promotions package.
Contains generated models for each type of de.hybris.platform.promotions.jalo package.
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
-
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.commercefacades.promotion.converters.populator
Methods in de.hybris.platform.commercefacades.promotion.converters.populator that return types with arguments of type AbstractPromotionRestrictionModelMethods in de.hybris.platform.commercefacades.promotion.converters.populator with parameters of type AbstractPromotionRestrictionModelModifier and TypeMethodDescriptionvoidPromotionRestrictionPopulator.populate(AbstractPromotionRestrictionModel source, PromotionRestrictionData target) Method parameters in de.hybris.platform.commercefacades.promotion.converters.populator with type arguments of type AbstractPromotionRestrictionModelModifier and TypeMethodDescriptionprotected Collection<PromotionRestrictionData>PromotionExtendedPopulator.convertRestrictions(Collection<AbstractPromotionRestrictionModel> restrictions) voidPromotionExtendedPopulator.setPromotionRestrictionConverter(Converter<AbstractPromotionRestrictionModel, PromotionRestrictionData> promotionRestrictionConverter) -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.commerceservices.model.promotions
Subclasses of AbstractPromotionRestrictionModel in de.hybris.platform.commerceservices.model.promotionsModifier and TypeClassDescriptionclassGenerated model class for type PromotionOrderRestriction first defined at extension commerceservices. -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.commerceservices.promotion
Methods in de.hybris.platform.commerceservices.promotion that return types with arguments of type AbstractPromotionRestrictionModelModifier and TypeMethodDescriptionCommercePromotionRestrictionService.getPromotionRestrictions(AbstractPromotionModel promotion) Gets the list ofAbstractPromotionRestrictionModelforAbstractPromotionModel. -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.commerceservices.promotion.dao
Methods in de.hybris.platform.commerceservices.promotion.dao that return types with arguments of type AbstractPromotionRestrictionModelModifier and TypeMethodDescriptionCommercePromotionRestrictionDao.findPromotionRestriction(AbstractPromotionModel promotion) Finds all promotion restrictions of given promotion -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.commerceservices.promotion.dao.impl
Methods in de.hybris.platform.commerceservices.promotion.dao.impl that return types with arguments of type AbstractPromotionRestrictionModelModifier and TypeMethodDescriptionDefaultCommercePromotionRestrictionDao.findPromotionRestriction(AbstractPromotionModel promotion) -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.commerceservices.promotion.impl
Fields in de.hybris.platform.commerceservices.promotion.impl declared as AbstractPromotionRestrictionModelModifier and TypeFieldDescriptionprotected AbstractPromotionRestrictionModelDefaultCommercePromotionRestrictionServiceTest.abstractPromotionRestrictionModelFields in de.hybris.platform.commerceservices.promotion.impl with type parameters of type AbstractPromotionRestrictionModelModifier and TypeFieldDescriptionprotected List<AbstractPromotionRestrictionModel>DefaultCommercePromotionRestrictionServiceTest.abstractPromotionRestrictionListMethods in de.hybris.platform.commerceservices.promotion.impl that return types with arguments of type AbstractPromotionRestrictionModelModifier and TypeMethodDescriptionDefaultCommercePromotionRestrictionService.getPromotionRestrictions(AbstractPromotionModel promotion) -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl that return types with arguments of type AbstractPromotionRestrictionModelModifier and TypeMethodDescriptionDefaultPromotionEngineService.getRestrictions(AbstractPromotionModel promotion) -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.promotions
Methods in de.hybris.platform.promotions that return types with arguments of type AbstractPromotionRestrictionModelModifier and TypeMethodDescriptionPromotionsService.getRestrictions(AbstractPromotionModel promotion) Get the collection ofAbstractPromotionRestrictionModelinstances. -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.promotions.impl
Methods in de.hybris.platform.promotions.impl that return types with arguments of type AbstractPromotionRestrictionModelModifier and TypeMethodDescriptionDefaultPromotionsService.getRestrictions(AbstractPromotionModel promotion) -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.promotions.model
Subclasses of AbstractPromotionRestrictionModel in de.hybris.platform.promotions.modelModifier and TypeClassDescriptionclassGenerated model class for type PromotionProductRestriction first defined at extension promotions.classGenerated model class for type PromotionUserRestriction first defined at extension promotions.Methods in de.hybris.platform.promotions.model that return types with arguments of type AbstractPromotionRestrictionModelModifier and TypeMethodDescriptionAbstractPromotionModel.getRestrictions()Generated method - Getter of theAbstractPromotion.restrictionsattribute defined at extensionpromotions.Method parameters in de.hybris.platform.promotions.model with type arguments of type AbstractPromotionRestrictionModelModifier and TypeMethodDescriptionvoidAbstractPromotionModel.setRestrictions(Collection<AbstractPromotionRestrictionModel> value) Generated method - Setter ofAbstractPromotion.restrictionsattribute defined at extensionpromotions. -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.subscriptionservices.model
Modifier and TypeClassDescriptionclassGenerated model class for type PromotionBillingTimeRestriction first defined at extension subscriptionservices.