Uses of Class
de.hybris.platform.ruleengineservices.rao.ProductRAO
-
-
Uses of ProductRAO in de.hybris.platform.droolsruleengineservices.commerce
Methods in de.hybris.platform.droolsruleengineservices.commerce that return ProductRAO Modifier and Type Method Description protected ProductRAO
DefaultRAOActionTest. createProduct(java.lang.String code)
Methods in de.hybris.platform.droolsruleengineservices.commerce with parameters of type ProductRAO Modifier and Type Method Description protected OrderEntryRAO
DefaultRAOActionTest. createOrderEntryRAO(java.lang.String basePrice, java.lang.String currencyIso, int quantity, int entryNumber, CartRAO cart, ProductRAO product)
-
Uses of ProductRAO in de.hybris.platform.ruleengineservices.calculation
Method parameters in de.hybris.platform.ruleengineservices.calculation with type arguments of type ProductRAO Modifier and Type Method Description java.math.BigDecimal
RuleEngineCalculationService. calculateSubTotals(CartRAO cartRao, java.util.Collection<ProductRAO> excludedProducts)
Runs cart calculation for cart not including the excluded products. -
Uses of ProductRAO in de.hybris.platform.ruleengineservices.calculation.impl
Methods in de.hybris.platform.ruleengineservices.calculation.impl that return types with arguments of type ProductRAO Modifier and Type Method Description protected Converter<ProductModel,ProductRAO>
DefaultRuleEngineCalculationService. getProductConverter()
Method parameters in de.hybris.platform.ruleengineservices.calculation.impl with type arguments of type ProductRAO Modifier and Type Method Description java.math.BigDecimal
DefaultRuleEngineCalculationService. calculateSubTotals(CartRAO cartRao, java.util.Collection<ProductRAO> excludedProducts)
void
DefaultRuleEngineCalculationService. setProductConverter(Converter<ProductModel,ProductRAO> productConverter)
-
Uses of ProductRAO in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator that return types with arguments of type ProductRAO Modifier and Type Method Description protected Converter<ProductModel,ProductRAO>
OrderEntryRaoPopulator. getProductConverter()
Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type ProductRAO Modifier and Type Method Description void
ProductRaoPopulator. populate(ProductModel source, ProductRAO target)
Method parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type ProductRAO Modifier and Type Method Description void
OrderEntryRaoPopulator. setProductConverter(Converter<ProductModel,ProductRAO> productConverter)
-
Uses of ProductRAO in de.hybris.platform.ruleengineservices.rao
Methods in de.hybris.platform.ruleengineservices.rao that return ProductRAO Modifier and Type Method Description ProductRAO
OrderEntryRAO. getProduct()
Methods in de.hybris.platform.ruleengineservices.rao with parameters of type ProductRAO Modifier and Type Method Description void
OrderEntryRAO. setProduct(ProductRAO product)
-
Uses of ProductRAO in de.hybris.platform.ruleengineservices.rao.providers.impl
Methods in de.hybris.platform.ruleengineservices.rao.providers.impl that return ProductRAO Modifier and Type Method Description protected ProductRAO
DefaultProductRAOProvider. createRAO(ProductModel modelFact)
Methods in de.hybris.platform.ruleengineservices.rao.providers.impl that return types with arguments of type ProductRAO Modifier and Type Method Description protected Converter<ProductModel,ProductRAO>
DefaultProductRAOProvider. getProductRaoConverter()
Method parameters in de.hybris.platform.ruleengineservices.rao.providers.impl with type arguments of type ProductRAO Modifier and Type Method Description void
DefaultProductRAOProvider. setProductRaoConverter(Converter<ProductModel,ProductRAO> productRaoConverter)
-
Uses of ProductRAO in de.hybris.platform.ruleengineservices.rao.util
Methods in de.hybris.platform.ruleengineservices.rao.util that return ProductRAO Modifier and Type Method Description ProductRAO
DefaultRaoService. createProduct()
ProductRAO
DefaultRaoService. createProduct(java.lang.String code)
ProductRAO
CartRAOBuilder. getLastProduct()
Methods in de.hybris.platform.ruleengineservices.rao.util with parameters of type ProductRAO Modifier and Type Method Description OrderEntryRAO
DefaultRaoService. addProduct(ProductRAO promotedProduct, int quantity, double basePrice, CartRAO cart)
CartRAOBuilder
CartRAOBuilder. addProductQuantity(ProductRAO product, int quantity, double price)
void
DefaultRaoService. addPromotedProduct(ProductRAO promotedProduct, int quantity, double basePrice, double promotionValue, CartRAO cart)
OrderEntryRAO
DefaultRaoService. createOrderEntry(AbstractOrderRAO order, ProductRAO product, double basePrice, int quantity, int entryNumber)
-
Uses of ProductRAO in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl that return ProductRAO Modifier and Type Method Description protected ProductRAO
RuleOrderPercentageDiscountExcludedProductsRAOAction. createProduct(java.lang.String code)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ProductRAO in de.hybris.platform.ruleengineservices.ruleengine.impl
Methods in de.hybris.platform.ruleengineservices.ruleengine.impl with parameters of type ProductRAO Modifier and Type Method Description CartRaoBuilder.CartRaoDraft
CartRaoBuilder.CartRaoDraft. addEntry(ProductRAO product, int quantity, java.math.BigDecimal basePrice)
-
Uses of ProductRAO in de.hybris.platform.sap.productconfig.rules.rao.populator
Methods in de.hybris.platform.sap.productconfig.rules.rao.populator that return ProductRAO Modifier and Type Method Description protected ProductRAO
ProductConfigCartRAOPopulator. populateProduct(ProductModel product, ProductRAO productRAO)
Methods in de.hybris.platform.sap.productconfig.rules.rao.populator with parameters of type ProductRAO Modifier and Type Method Description protected ProductRAO
ProductConfigCartRAOPopulator. populateProduct(ProductModel product, ProductRAO productRAO)
-