Uses of Class
de.hybris.platform.promotions.model.ProductPromotionModel
Packages that use ProductPromotionModel
Package
Description
Contains generated models for each type of de.hybris.platform.acceleratorservices.jalo.promotions package.
Contains generated models for each type of de.hybris.platform.b2bacceleratorservices.jalo.promotions package.
Contains generated models for each type of de.hybris.platform.category.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.product package.
Contains generated models for each type of de.hybris.platform.promotions.jalo package.
-
Uses of ProductPromotionModel in de.hybris.platform.acceleratorservices.model.promotions
Modifier and TypeClassDescriptionclassGenerated model class for type AcceleratorProductBOGOFPromotion first defined at extension acceleratorservices.classGenerated model class for type AcceleratorProductMultiBuyPromotion first defined at extension acceleratorservices. -
Uses of ProductPromotionModel in de.hybris.platform.b2bacceleratorservices.model.promotions
Modifier and TypeClassDescriptionclassGenerated model class for type ProductPriceDiscountPromotionByPaymentType first defined at extension b2bacceleratorservices.classGenerated model class for type ProductThresholdPriceDiscountPromotion first defined at extension b2bacceleratorservices. -
Uses of ProductPromotionModel in de.hybris.platform.category.model
Methods in de.hybris.platform.category.model that return types with arguments of type ProductPromotionModelModifier and TypeMethodDescriptionCategoryModel.getPromotions()Generated method - Getter of theCategory.promotionsattribute defined at extensionpromotions.Method parameters in de.hybris.platform.category.model with type arguments of type ProductPromotionModelModifier and TypeMethodDescriptionvoidCategoryModel.setPromotions(Collection<ProductPromotionModel> value) Generated method - Setter ofCategory.promotionsattribute defined at extensionpromotions. -
Uses of ProductPromotionModel in de.hybris.platform.commercefacades.promotion.impl
Fields in de.hybris.platform.commercefacades.promotion.impl declared as ProductPromotionModelModifier and TypeFieldDescriptionprotected ProductPromotionModelDefaultCommercePromotionFacadeTest.productPromotionprotected ProductPromotionModelDefaultCommercePromotionFacadeTest.productPromotionForGroupFields in de.hybris.platform.commercefacades.promotion.impl with type parameters of type ProductPromotionModelModifier and TypeFieldDescriptionprotected List<ProductPromotionModel>DefaultCommercePromotionFacadeTest.productPromotionForGroupListprotected List<ProductPromotionModel>DefaultCommercePromotionFacadeTest.productPromotionList -
Uses of ProductPromotionModel in de.hybris.platform.commerceservices.promotion
Methods in de.hybris.platform.commerceservices.promotion that return types with arguments of type ProductPromotionModelModifier and TypeMethodDescriptionCommercePromotionService.getProductPromotions()Get the list ofProductPromotionModelinstancesCommercePromotionService.getProductPromotions(Collection<PromotionGroupModel> promotionGroups) Get list ofProductPromotionModelinstances that belong to one of givenPromotionGroupModel -
Uses of ProductPromotionModel in de.hybris.platform.commerceservices.promotion.dao
Methods in de.hybris.platform.commerceservices.promotion.dao that return types with arguments of type ProductPromotionModelModifier and TypeMethodDescriptionCommercePromotionDao.findProductPromotions()Find all product promotionsCommercePromotionDao.findProductPromotions(Collection<PromotionGroupModel> promotionGroups) Find all product promotions from promotion group -
Uses of ProductPromotionModel in de.hybris.platform.commerceservices.promotion.dao.impl
Methods in de.hybris.platform.commerceservices.promotion.dao.impl that return types with arguments of type ProductPromotionModelModifier and TypeMethodDescriptionDefaultCommercePromotionDao.findProductPromotions()DefaultCommercePromotionDao.findProductPromotions(Collection<PromotionGroupModel> promotionGroups) -
Uses of ProductPromotionModel in de.hybris.platform.commerceservices.promotion.impl
Fields in de.hybris.platform.commerceservices.promotion.impl declared as ProductPromotionModelModifier and TypeFieldDescriptionprotected ProductPromotionModelCommercePromotionServiceTest.productPromotionFields in de.hybris.platform.commerceservices.promotion.impl with type parameters of type ProductPromotionModelModifier and TypeFieldDescriptionprotected List<ProductPromotionModel>CommercePromotionServiceTest.productPromotionForGroupListprotected List<ProductPromotionModel>CommercePromotionServiceTest.productPromotionListMethods in de.hybris.platform.commerceservices.promotion.impl that return types with arguments of type ProductPromotionModelModifier and TypeMethodDescriptionDefaultCommercePromotionService.getProductPromotions()DefaultCommercePromotionService.getProductPromotions(Collection<PromotionGroupModel> promotionGroups) -
Uses of ProductPromotionModel in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl that return types with arguments of type ProductPromotionModelModifier and TypeMethodDescriptionprotected Collection<ProductPromotionModel>ProductPromotionAttributesValueResolver.loadData(IndexerBatchContext batchContext, Collection<IndexedProperty> indexedProperties, ProductModel model) Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type ProductPromotionModelModifier and TypeMethodDescriptionprotected ObjectProductPromotionAttributesValueResolver.getAttributeValue(IndexedProperty indexedProperty, IndexerBatchContext batchContext, ProductPromotionModel promotionModel, String attributeName) Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with type arguments of type ProductPromotionModelModifier and TypeMethodDescriptionprotected voidProductPromotionAttributesValueResolver.addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ProductModel model, AbstractValueResolver.ValueResolverContext<Collection<ProductPromotionModel>, Object> resolverContext) -
Uses of ProductPromotionModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type ProductPromotionModelModifier and TypeMethodDescriptionProductModel.getPromotions()Generated method - Getter of theProduct.promotionsattribute defined at extensionpromotions.Method parameters in de.hybris.platform.core.model.product with type arguments of type ProductPromotionModelModifier and TypeMethodDescriptionvoidProductModel.setPromotions(Collection<ProductPromotionModel> value) Generated method - Setter ofProduct.promotionsattribute defined at extensionpromotions. -
Uses of ProductPromotionModel in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl that return types with arguments of type ProductPromotionModelModifier and TypeMethodDescriptionDefaultPromotionEngineService.getProductPromotions(Collection<PromotionGroupModel> promotionGroups, ProductModel product) DefaultPromotionEngineService.getProductPromotions(Collection<PromotionGroupModel> promotionGroups, ProductModel product, boolean evaluateRestrictions, Date date) -
Uses of ProductPromotionModel in de.hybris.platform.promotions
Methods in de.hybris.platform.promotions that return types with arguments of type ProductPromotionModelModifier and TypeMethodDescriptionPromotionsService.getProductPromotions(Collection<PromotionGroupModel> promotionGroups, ProductModel product) Get the ordered list ofProductPromotioninstances that are related to theProductModelspecified.PromotionsService.getProductPromotions(Collection<PromotionGroupModel> promotionGroups, ProductModel product, boolean evaluateRestrictions, Date date) Get the ordered list ofProductPromotioninstances that are related to theProductModelspecified. -
Uses of ProductPromotionModel in de.hybris.platform.promotions.impl
Methods in de.hybris.platform.promotions.impl that return types with arguments of type ProductPromotionModelModifier and TypeMethodDescriptionDefaultPromotionsService.getProductPromotions(Collection<PromotionGroupModel> promotionGroups, ProductModel product) DefaultPromotionsService.getProductPromotions(Collection<PromotionGroupModel> promotionGroups, ProductModel product, boolean evaluateRestrictions, Date date) Methods in de.hybris.platform.promotions.impl with parameters of type ProductPromotionModelModifier and TypeMethodDescriptionprotected ProductPromotionAbstractPromotionsService.getPromotion(ProductPromotionModel promotion) -
Uses of ProductPromotionModel in de.hybris.platform.promotions.model
Subclasses of ProductPromotionModel in de.hybris.platform.promotions.modelModifier and TypeClassDescriptionclassGenerated model class for type ProductBOGOFPromotion first defined at extension promotions.classGenerated model class for type ProductBundlePromotion first defined at extension promotions.classGenerated model class for type ProductFixedPricePromotion first defined at extension promotions.classGenerated model class for type ProductMultiBuyPromotion first defined at extension promotions.classGenerated model class for type ProductOneToOnePerfectPartnerPromotion first defined at extension promotions.classGenerated model class for type ProductPercentageDiscountPromotion first defined at extension promotions.classGenerated model class for type ProductPerfectPartnerBundlePromotion first defined at extension promotions.classGenerated model class for type ProductPerfectPartnerPromotion first defined at extension promotions.classGenerated model class for type ProductSteppedMultiBuyPromotion first defined at extension promotions.