Uses of Class
de.hybris.platform.configurablebundleservices.model.ChangeProductPriceBundleRuleModel
-
Packages that use ChangeProductPriceBundleRuleModel Package Description de.hybris.platform.configurablebundlebackoffice.labelproviders de.hybris.platform.configurablebundlecockpits.services.label.impl de.hybris.platform.configurablebundleservices.bundle de.hybris.platform.configurablebundleservices.bundle.impl de.hybris.platform.configurablebundleservices.daos de.hybris.platform.configurablebundleservices.daos.impl de.hybris.platform.configurablebundleservices.model Contains generated models for each type of de.hybris.platform.configurablebundleservices.jalo package.de.hybris.platform.subscriptionservices.model Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package. -
-
Uses of ChangeProductPriceBundleRuleModel in de.hybris.platform.configurablebundlebackoffice.labelproviders
Methods in de.hybris.platform.configurablebundlebackoffice.labelproviders with parameters of type ChangeProductPriceBundleRuleModel Modifier and Type Method Description java.lang.StringChangeProductPriceBundleRuleLabelProvider. getLabel(ChangeProductPriceBundleRuleModel changeProductPriceBundleRule) -
Uses of ChangeProductPriceBundleRuleModel in de.hybris.platform.configurablebundlecockpits.services.label.impl
Methods in de.hybris.platform.configurablebundlecockpits.services.label.impl with parameters of type ChangeProductPriceBundleRuleModel Modifier and Type Method Description protected java.lang.StringChangeProductPriceBundleRuleLabelProvider. getItemLabel(ChangeProductPriceBundleRuleModel changeProductPriceRule) -
Uses of ChangeProductPriceBundleRuleModel in de.hybris.platform.configurablebundleservices.bundle
Methods in de.hybris.platform.configurablebundleservices.bundle that return ChangeProductPriceBundleRuleModel Modifier and Type Method Description ChangeProductPriceBundleRuleModelBundleRuleService. getChangePriceBundleRule(BundleTemplateModel targetComponent, ProductModel targetProduct, ProductModel conditionalProduct, CurrencyModel currency)Returns aChangeProductPriceBundleRuleModelvalid for the giventargetProduct.ChangeProductPriceBundleRuleModelBundleRuleService. getChangePriceBundleRuleForOrderEntry(AbstractOrderEntryModel orderEntryModel)Returns aChangeProductPriceBundleRuleModelvalid for the givenorderEntryModel.ChangeProductPriceBundleRuleModelBundleRuleService. getChangePriceBundleRuleWithLowestPrice(ProductModel targetProduct, CurrencyModel currency)Searches for the lowest priceChangeProductPriceBundleRuleModelof the giventargetProductin any bundle package -
Uses of ChangeProductPriceBundleRuleModel in de.hybris.platform.configurablebundleservices.bundle.impl
Methods in de.hybris.platform.configurablebundleservices.bundle.impl with parameters of type ChangeProductPriceBundleRuleModel Modifier and Type Method Description protected voidFindBundlePricingWithCurrentPriceFactoryStrategy. reduceOneTimePrice(SubscriptionPricePlanModel pricePlan, ChangeProductPriceBundleRuleModel priceRule, java.util.List<DiscountValue> discountValues, CurrencyModel currency, AbstractOrderEntryModel entry)The price logic for subscription product: discount are applied to one time charge.protected voidFindBundlePricingWithCurrentPriceFactoryStrategy. reduceRecurringPrice(ProductModel subscriptionProduct, ChangeProductPriceBundleRuleModel priceRule, java.util.List<DiscountValue> discountValues, AbstractOrderEntryModel entry, SubscriptionPricePlanModel pricePlan)hard coded price logic for subscription products: discounts are only applied to recurring prices -
Uses of ChangeProductPriceBundleRuleModel in de.hybris.platform.configurablebundleservices.daos
Methods in de.hybris.platform.configurablebundleservices.daos that return types with arguments of type ChangeProductPriceBundleRuleModel Modifier and Type Method Description java.util.List<ChangeProductPriceBundleRuleModel>ChangeProductPriceBundleRuleDao. findBundleRulesByTargetProductAndCurrency(ProductModel targetProduct, CurrencyModel currency)Find allChangeProductPriceBundleRuleModels that have the giventargetProductas target product.java.util.List<ChangeProductPriceBundleRuleModel>ChangeProductPriceBundleRuleDao. findBundleRulesByTargetProductAndTemplateAndCurrency(ProductModel targetProduct, BundleTemplateModel bundleTemplate, CurrencyModel currency)Find allChangeProductPriceBundleRuleModels that are assigned to the givenbundleTemplateand have the giventargetProductas target product. -
Uses of ChangeProductPriceBundleRuleModel in de.hybris.platform.configurablebundleservices.daos.impl
Methods in de.hybris.platform.configurablebundleservices.daos.impl that return types with arguments of type ChangeProductPriceBundleRuleModel Modifier and Type Method Description java.util.List<ChangeProductPriceBundleRuleModel>DefaultChangeProductPriceBundleRuleDao. findBundleRulesByProductAndRootTemplate(ProductModel product, BundleTemplateModel rootBundleTemplate)java.util.List<ChangeProductPriceBundleRuleModel>DefaultChangeProductPriceBundleRuleDao. findBundleRulesByTargetProductAndCurrency(ProductModel targetProduct, CurrencyModel currency)java.util.List<ChangeProductPriceBundleRuleModel>DefaultChangeProductPriceBundleRuleDao. findBundleRulesByTargetProductAndTemplateAndCurrency(ProductModel targetProduct, BundleTemplateModel bundleTemplate, CurrencyModel currency) -
Uses of ChangeProductPriceBundleRuleModel in de.hybris.platform.configurablebundleservices.model
Methods in de.hybris.platform.configurablebundleservices.model that return types with arguments of type ChangeProductPriceBundleRuleModel Modifier and Type Method Description java.util.Collection<ChangeProductPriceBundleRuleModel>BundleTemplateModel. getChangeProductPriceBundleRules()Generated method - Getter of theBundleTemplate.changeProductPriceBundleRulesattribute defined at extensionconfigurablebundleservices.Method parameters in de.hybris.platform.configurablebundleservices.model with type arguments of type ChangeProductPriceBundleRuleModel Modifier and Type Method Description voidBundleTemplateModel. setChangeProductPriceBundleRules(java.util.Collection<ChangeProductPriceBundleRuleModel> value)Generated method - Setter ofBundleTemplate.changeProductPriceBundleRulesattribute defined at extensionconfigurablebundleservices. -
Uses of ChangeProductPriceBundleRuleModel in de.hybris.platform.subscriptionservices.model
Methods in de.hybris.platform.subscriptionservices.model that return types with arguments of type ChangeProductPriceBundleRuleModel Modifier and Type Method Description java.util.Collection<ChangeProductPriceBundleRuleModel>BillingEventModel. getChangeProductPriceBundleRules()Generated method - Getter of theBillingEvent.changeProductPriceBundleRulesattribute defined at extensionsubscriptionbundleservices.Method parameters in de.hybris.platform.subscriptionservices.model with type arguments of type ChangeProductPriceBundleRuleModel Modifier and Type Method Description voidBillingEventModel. setChangeProductPriceBundleRules(java.util.Collection<ChangeProductPriceBundleRuleModel> value)Generated method - Setter ofBillingEvent.changeProductPriceBundleRulesattribute defined at extensionsubscriptionbundleservices.
-