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 ProductRAODefaultRAOActionTest. createProduct(java.lang.String code)Methods in de.hybris.platform.droolsruleengineservices.commerce with parameters of type ProductRAO Modifier and Type Method Description protected OrderEntryRAODefaultRAOActionTest. 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.BigDecimalRuleEngineCalculationService. 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.BigDecimalDefaultRuleEngineCalculationService. calculateSubTotals(CartRAO cartRao, java.util.Collection<ProductRAO> excludedProducts)voidDefaultRuleEngineCalculationService. 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 voidProductRaoPopulator. 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 voidOrderEntryRaoPopulator. 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 ProductRAOOrderEntryRAO. getProduct()Methods in de.hybris.platform.ruleengineservices.rao with parameters of type ProductRAO Modifier and Type Method Description voidOrderEntryRAO. 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 ProductRAODefaultProductRAOProvider. 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 voidDefaultProductRAOProvider. 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 ProductRAODefaultRaoService. createProduct()ProductRAODefaultRaoService. createProduct(java.lang.String code)ProductRAOCartRAOBuilder. getLastProduct()Methods in de.hybris.platform.ruleengineservices.rao.util with parameters of type ProductRAO Modifier and Type Method Description OrderEntryRAODefaultRaoService. addProduct(ProductRAO promotedProduct, int quantity, double basePrice, CartRAO cart)CartRAOBuilderCartRAOBuilder. addProductQuantity(ProductRAO product, int quantity, double price)voidDefaultRaoService. addPromotedProduct(ProductRAO promotedProduct, int quantity, double basePrice, double promotionValue, CartRAO cart)OrderEntryRAODefaultRaoService. 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 ProductRAORuleOrderPercentageDiscountExcludedProductsRAOAction. 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.CartRaoDraftCartRaoBuilder.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 ProductRAOProductConfigCartRAOPopulator. 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 ProductRAOProductConfigCartRAOPopulator. populateProduct(ProductModel product, ProductRAO productRAO)
-