Uses of Class
de.hybris.platform.promotions.model.AbstractPromotionRestrictionModel
-
Packages that use AbstractPromotionRestrictionModel Package Description de.hybris.platform.commercefacades.promotion.converters.populator de.hybris.platform.commerceservices.model.promotions Contains generated models for each type of de.hybris.platform.commerceservices.jalo.promotions package.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.promotionengineservices.promotionengine.impl de.hybris.platform.promotions de.hybris.platform.promotions.impl de.hybris.platform.promotions.model Contains generated models for each type of de.hybris.platform.promotions.jalo package.de.hybris.platform.subscriptionservices.model 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 AbstractPromotionRestrictionModel Modifier and Type Method Description protected Converter<AbstractPromotionRestrictionModel,PromotionRestrictionData>PromotionExtendedPopulator. getPromotionRestrictionConverter()Methods in de.hybris.platform.commercefacades.promotion.converters.populator with parameters of type AbstractPromotionRestrictionModel Modifier and Type Method Description voidPromotionRestrictionPopulator. populate(AbstractPromotionRestrictionModel source, PromotionRestrictionData target)Method parameters in de.hybris.platform.commercefacades.promotion.converters.populator with type arguments of type AbstractPromotionRestrictionModel Modifier and Type Method Description protected java.util.Collection<PromotionRestrictionData>PromotionExtendedPopulator. convertRestrictions(java.util.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.promotions Modifier and Type Class Description classPromotionOrderRestrictionModelGenerated 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 AbstractPromotionRestrictionModel Modifier and Type Method Description java.util.List<AbstractPromotionRestrictionModel>CommercePromotionRestrictionService. 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 AbstractPromotionRestrictionModel Modifier and Type Method Description java.util.List<AbstractPromotionRestrictionModel>CommercePromotionRestrictionDao. 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 AbstractPromotionRestrictionModel Modifier and Type Method Description java.util.List<AbstractPromotionRestrictionModel>DefaultCommercePromotionRestrictionDao. findPromotionRestriction(AbstractPromotionModel promotion) -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.commerceservices.promotion.impl
Fields in de.hybris.platform.commerceservices.promotion.impl declared as AbstractPromotionRestrictionModel Modifier and Type Field Description protected AbstractPromotionRestrictionModelDefaultCommercePromotionRestrictionServiceTest. abstractPromotionRestrictionModelFields in de.hybris.platform.commerceservices.promotion.impl with type parameters of type AbstractPromotionRestrictionModel Modifier and Type Field Description protected java.util.List<AbstractPromotionRestrictionModel>DefaultCommercePromotionRestrictionServiceTest. abstractPromotionRestrictionListMethods in de.hybris.platform.commerceservices.promotion.impl that return types with arguments of type AbstractPromotionRestrictionModel Modifier and Type Method Description java.util.List<AbstractPromotionRestrictionModel>DefaultCommercePromotionRestrictionService. 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 AbstractPromotionRestrictionModel Modifier and Type Method Description java.util.Collection<AbstractPromotionRestrictionModel>DefaultPromotionEngineService. getRestrictions(AbstractPromotionModel promotion) -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.promotions
Methods in de.hybris.platform.promotions that return types with arguments of type AbstractPromotionRestrictionModel Modifier and Type Method Description java.util.Collection<AbstractPromotionRestrictionModel>PromotionsService. 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 AbstractPromotionRestrictionModel Modifier and Type Method Description java.util.Collection<AbstractPromotionRestrictionModel>DefaultPromotionsService. getRestrictions(AbstractPromotionModel promotion) -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.promotions.model
Subclasses of AbstractPromotionRestrictionModel in de.hybris.platform.promotions.model Modifier and Type Class Description classPromotionProductRestrictionModelGenerated model class for type PromotionProductRestriction first defined at extension promotions.classPromotionUserRestrictionModelGenerated model class for type PromotionUserRestriction first defined at extension promotions.Methods in de.hybris.platform.promotions.model that return types with arguments of type AbstractPromotionRestrictionModel Modifier and Type Method Description java.util.Collection<AbstractPromotionRestrictionModel>AbstractPromotionModel. getRestrictions()Generated method - Getter of theAbstractPromotion.restrictionsattribute defined at extensionpromotions.Method parameters in de.hybris.platform.promotions.model with type arguments of type AbstractPromotionRestrictionModel Modifier and Type Method Description voidAbstractPromotionModel. setRestrictions(java.util.Collection<AbstractPromotionRestrictionModel> value)Generated method - Setter ofAbstractPromotion.restrictionsattribute defined at extensionpromotions. -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.subscriptionservices.model
Subclasses of AbstractPromotionRestrictionModel in de.hybris.platform.subscriptionservices.model Modifier and Type Class Description classPromotionBillingTimeRestrictionModelGenerated model class for type PromotionBillingTimeRestriction first defined at extension subscriptionservices.
-