Uses of Class
de.hybris.platform.jalo.order.price.JaloPriceFactoryException
-
-
Uses of JaloPriceFactoryException in de.hybris.basecommerce.jalo
Methods in de.hybris.basecommerce.jalo that throw JaloPriceFactoryException Modifier and Type Method Description voidBasecommerceTest. testMultiAddressCalculation()Scenario: 1
testProduct0 -> deliveryModeCode1( delivery cost:= 4.2 )
testProduct1 -> deliveryModeCode1( delivery cost:= 4.2 )
==> package no.1 ( delivery cost:= 4.2 )
testProduct2 -> deliveryModeCode3( delivery cost:= 3.8 )
==> package no.2 ( delivery cost:= 3.8 )
usage of DefaultMultiAddressDeliveryCostsStrategy -> total sum of delivery costs: 8.0
Scenario: 2
usage of DefaultDeliveryCostsStrategy -> total sum of delivery costs: 0.0
Scenario: 3
testProduct0 -> deliveryModeCode1( delivery cost:= 4.2 )
testProduct1 -> deliveryModeCode1( delivery cost:= 4.2 )
==> package no.1 ( delivery cost:= 4.2 )
testProduct2 -> deliveryMode is null -> fallback to delivery mode of order( delivery cost:= 0.0 )
==> package no.2 ( delivery cost:= 0.0 )
usage of DefaultMultiAddressDeliveryCostsStrategy -> total sum of delivery costs: 4.2
Scenario: 4
testProduct0 -> deliveryAddress is null -> fallback to delivery address of order -> additional package
==> package no.1 ( delivery cost:= 4.2 )
==> package no.2 ( delivery cost:= 4.2 )
==> package no.3 ( delivery cost:= 0.0 )
usage of DefaultMultiAddressDeliveryCostsStrategy -> total sum of delivery costs: 8.4 -
Uses of JaloPriceFactoryException in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo that throw JaloPriceFactoryException Modifier and Type Method Description protected PriceValueMultiAddressInMemoryCart. findDeliveryCosts() -
Uses of JaloPriceFactoryException in de.hybris.platform.commercefacades.voucher.impl
Methods in de.hybris.platform.commercefacades.voucher.impl that throw JaloPriceFactoryException Modifier and Type Method Description voidDefaultVoucherFacadeTest. testApplyRestrictedVoucherFail()voidDefaultVoucherFacadeTest. testApplyVoucher()voidDefaultVoucherFacadeTest. testApplyVoucherFail()voidDefaultVoucherFacadeTest. testApplyVoucherWhenTotalPriceExceeded()voidDefaultVoucherFacadeTest. testReleaseVoucher() -
Uses of JaloPriceFactoryException in de.hybris.platform.commerceservices.order.hook.impl
Methods in de.hybris.platform.commerceservices.order.hook.impl that throw JaloPriceFactoryException Modifier and Type Method Description voidDefaultVoucherRedeemableCartValidationMethodHookTest. shouldAfterValidateCartCatchNonApplicableVoucher()voidDefaultVoucherRedeemableCartValidationMethodHookTest. shouldAfterValidateCartCatchNonReservableVoucher()voidDefaultVoucherRedeemableCartValidationMethodHookTest. shouldAfterValidateCartFailureHandleVouchersRedemption()voidDefaultVoucherRedeemableCartValidationMethodHookTest. shouldAfterValidateCartHandleCartWithNoAppliedVouchers()voidDefaultVoucherRedeemableCartValidationMethodHookTest. shouldAfterValidateCartHandleCartWithNullVoucherList()voidDefaultVoucherRedeemableCartValidationMethodHookTest. shouldAfterValidateCartHandleValidVoucher() -
Uses of JaloPriceFactoryException in de.hybris.platform.europe1.jalo
Subclasses of JaloPriceFactoryException in de.hybris.platform.europe1.jalo Modifier and Type Class Description classJaloRowConsistencyCheckExceptionA special pricefactory exception for the Europe1 extension.Methods in de.hybris.platform.europe1.jalo that throw JaloPriceFactoryException Modifier and Type Method Description voidEurope1PriceFactory. checkAllDiscountRows()Deprecated.since agesvoidEurope1PriceFactory. checkAllDiscountRows(SessionContext ctx)Deprecated.since agesvoidEurope1PriceFactory. checkAllGlobalDiscountRows()Deprecated.since agesvoidEurope1PriceFactory. checkAllGlobalDiscountRows(SessionContext ctx)Deprecated.since agesvoidEurope1PriceFactory. checkAllPriceRows()Deprecated.since agesvoidEurope1PriceFactory. checkAllPriceRows(SessionContext ctx)Deprecated.since agesvoidEurope1PriceFactory. checkAllTaxRows()Deprecated.since agesvoidEurope1PriceFactory. checkAllTaxRows(SessionContext ctx)Deprecated.since agesDiscountRowEurope1PriceFactory. createDiscountRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)Creates a new DiscountRow.DiscountRowEurope1PriceFactory. createDiscountRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)Same as createDiscountRow(Product,String,User,String,Currency,boolean,double,DateRange,Discount)} but for a specific SessionContext.GlobalDiscountRowEurope1PriceFactory. createGlobalDiscountRow(SessionContext ctx, User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)Same as createGlobalDiscountRow(User,String,Currency,boolean,double,DateRange,Discount)} but for a specific SessionContext.GlobalDiscountRowEurope1PriceFactory. createGlobalDiscountRow(User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)Creates a new global DiscountRow.PriceRowEurope1PriceFactory. createPriceRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price)Creates a new PriceRow.PriceRowEurope1PriceFactory. createPriceRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price, EnumerationValue channel)Overloaded method to support Channel dimension to PriceRow.PriceRowEurope1PriceFactory. createPriceRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price)Same asEurope1PriceFactory.createPriceRow(Product, EnumerationValue, User, EnumerationValue, long, Currency, Unit, int, boolean, DateRange, double)but with specific SessionContext.PriceRowEurope1PriceFactory. createPriceRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price, EnumerationValue channel)Same asEurope1PriceFactory.createPriceRow(Product, EnumerationValue, User, EnumerationValue, long, Currency, Unit, int, boolean, DateRange, double, EnumerationValue)but with specific SessionContext.TaxRowEurope1PriceFactory. createTaxRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Tax tax)Deprecated.since ages - please useEurope1PriceFactory.createTaxRow(Product, EnumerationValue, User, EnumerationValue, Tax, DateRange, Double)to specify all values ( here DateRange and Value are set tonull)TaxRowEurope1PriceFactory. createTaxRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Tax tax, DateRange dateRange, java.lang.Double value)Creates a new TaxRow.TaxRowEurope1PriceFactory. createTaxRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Tax tax, DateRange dateRange, java.lang.Double value)Same as createTaxRow(Product,String,User,String,Tax,boolean)} but for a specific SessionContext.ProductPriceInformationsEurope1PriceFactory. getAllPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)PriceValueCustomPriceFactoryTest.TinyPriceFactory. getBasePrice(AbstractOrderEntry entry)PriceValueEurope1PriceFactory. getBasePrice(AbstractOrderEntry entry)protected java.util.ListEurope1PriceFactory. getDiscountInformations(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, Currency curr, java.util.Date date)java.util.ListEurope1PriceFactory. getDiscountValues(AbstractOrder order)java.util.ListEurope1PriceFactory. getDiscountValues(AbstractOrderEntry entry)protected EnumerationValueEurope1PriceFactory. getEnumFromGroups(User user, java.lang.String attribute)protected java.util.ListEurope1PriceFactory. getPriceInformations(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, Currency curr, boolean net, java.util.Date date, java.util.Collection taxValues)java.util.ListEurope1PriceFactory. getProductDiscountInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)java.util.ListEurope1PriceFactory. getProductPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)java.util.ListEurope1PriceFactory. getProductTaxInformations(SessionContext ctx, Product product, java.util.Date date)protected java.util.ListEurope1PriceFactory. getTaxInformations(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, java.util.Date date)java.util.CollectionEurope1PriceFactory. getTaxValues(AbstractOrderEntry entry)protected EnumerationValueEurope1PriceFactory. getUDG(SessionContext ctx, AbstractOrder order)protected EnumerationValueEurope1PriceFactory. getUDG(SessionContext ctx, AbstractOrderEntry entry)EnumerationValueEurope1PriceFactory. getUDG(SessionContext ctx, User user)protected EnumerationValueEurope1PriceFactory. getUPG(SessionContext ctx, AbstractOrder order)protected EnumerationValueEurope1PriceFactory. getUPG(SessionContext ctx, AbstractOrderEntry entry)EnumerationValueEurope1PriceFactory. getUPG(SessionContext ctx, User user)protected EnumerationValueEurope1PriceFactory. getUTG(SessionContext ctx, AbstractOrder order)protected EnumerationValueEurope1PriceFactory. getUTG(SessionContext ctx, AbstractOrderEntry entry)EnumerationValueEurope1PriceFactory. getUTG(SessionContext ctx, User user)java.util.ListEurope1PriceFactory. matchDiscountRows(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, Currency curr, java.util.Date date, int maxCount)PriceRowEurope1PriceFactory. matchPriceRowForPrice(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, long qtd, Unit unit, Currency currency, java.util.Date date, boolean net, boolean giveAwayMode)matches price rows by product or product group, user or user group, min quantity, currency and daterange.java.util.List<PriceRow>Europe1PriceFactory. matchPriceRowsForInfo(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, Currency currency, java.util.Date date, boolean net)java.util.ListEurope1PriceFactory. matchTaxRows(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, java.util.Date date, int maxCount)voidPriceRow. setMinQuantity(long minQtd)Sets the minimal quantity of products for which this rule applies for the first time.If more than one rule matches and have the same value, the one with the greatest quantity is chosen.voidPriceRow. setMinQuantity(SessionContext ctx, long minQtd)Same asPriceRow.setMinQuantity(long)but with specific SessionContext.voidCatalogSynchronizationTest. testDuplicatedTaxRowEntries()voidOrderManagerAndEurope1Test. testTaxCaching() -
Uses of JaloPriceFactoryException in de.hybris.platform.europe1.jalo.synchronization
Methods in de.hybris.platform.europe1.jalo.synchronization that throw JaloPriceFactoryException Modifier and Type Method Description voidNewSyncPartOfRemovalTest. setUp()voidNewSyncPartOfRemovalTest. testPartOfRemovalSyncJaloMode() -
Uses of JaloPriceFactoryException in de.hybris.platform.europe1.persistence
Methods in de.hybris.platform.europe1.persistence that throw JaloPriceFactoryException Modifier and Type Method Description voidPriceRowTest. testDifferentPricesForDifferentUser()voidPriceRowTest. testDifferentPricesForDifferentUser2() -
Uses of JaloPriceFactoryException in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that throw JaloPriceFactoryException Modifier and Type Method Description voidAbstractOrder. calculate()Deprecated.since ages - Use CalculationService.calculate(de.hybris.platform.core.model.order.AbstractOrderModel) instead.voidAbstractOrder. calculate(java.util.Date date)Deprecated.since ages - Use CalculationService#calculate(de.hybris.platform.core.model.order.AbstractOrderModel, Date)voidAbstractOrderEntry. calculate()Deprecated.since ages - Use CalculationService.calculate(de.hybris.platform.core.model.order.AbstractOrderEntryModel) intsead.protected voidAbstractOrder. calculateEntries()callsAbstractOrderEntry.calculate()on all entries of this order and sets this orders subtotal to the sum of the entry totals.voidAbstractOrder. calculateTotals(boolean recalculate)Deprecated.since ages - Use CalculationService#calculateTotals(de.hybris.platform.core.model.order.AbstractOrderModel, boolean) insteadprotected voidAbstractOrder. calculateTotals(boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)calculates all totals.protected PriceValueAbstractOrder. findDeliveryCosts()Called duringAbstractOrder.calculate(),AbstractOrder.calculate(Date),AbstractOrder.recalculate()andAbstractOrder.recalculate(Date)to fetch and set the delivery cost for this order.protected java.util.ListAbstractOrderEntry. findDiscounts()Ffinds tax values for this entry.protected java.util.ListAbstractOrder. findGlobalDiscounts()Called duringAbstractOrder.calculate(),AbstractOrder.calculate(Date),AbstractOrder.recalculate()andAbstractOrder.recalculate(Date)to fetch and set global discount values for this order.protected PriceValueAbstractOrder. findPaymentCosts()called duringAbstractOrder.calculate(),AbstractOrder.calculate(Date),AbstractOrder.recalculate()andAbstractOrder.recalculate(Date)to fetch and set the payment costs for this order.protected PriceValueAbstractOrderEntry. findPrice()Finds a price for this entry.protected java.util.CollectionAbstractOrderEntry. findTaxes()Finds tax values for this entry.voidAbstractOrder. recalculate()Deprecated.since ages - Use CalculationService#recalculate(de.hybris.platform.core.model.order.AbstractOrderModel) instead.voidAbstractOrder. recalculate(java.util.Date date)Deprecated.since ages - Use CalculationService#recalculate(de.hybris.platform.core.model.order.AbstractOrderModel, java.util.Date) instead.voidAbstractOrderEntry. recalculate()Deprecated.since ages - Use CalculationService.recalculate(de.hybris.platform.core.model.order.AbstractOrderEntryModel) instead.protected voidAbstractOrder. recalculateEntries()callsAbstractOrderEntry.recalculate()on all entries of this order and sets this orders subtotal to the sum of the entry totals.protected voidAbstractOrder. resetAdditionalCosts(java.util.Collection<TaxValue> relativeTaxValues)protected java.util.MapAbstractOrder. resetAllValues()fetches all prices, taxes, discount, payment and delivery costs and sets these fields.protected voidAbstractOrderEntry. resetAllValues()This tries to get base price, taxes and discounts and sets these values including converting the base price if necessary. -
Uses of JaloPriceFactoryException in de.hybris.platform.jalo.order.price
Methods in de.hybris.platform.jalo.order.price that throw JaloPriceFactoryException Modifier and Type Method Description ProductPriceInformationsAbstractPriceFactory. getAllPriceInformations(Product product, java.util.Date date, boolean net)Deprecated.since ages - please useAbstractPriceFactory.getAllPriceInformations(SessionContext, Product, Date, boolean)insteadProductPriceInformationsAbstractPriceFactory. getAllPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)Calculates a product price quote containing all applicable prices, discounts and taxes for the given product and net/gross state.ProductPriceInformationsDummyPriceFactoryImpl. getAllPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)ProductPriceInformationsPriceFactory. getAllPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)Deprecated.Please use {@link de.hybris.platform.product.PriceService.getAllPriceInformation(PriceCriteria)} when the 'pdt.calculation.mode' is set to the 'sl' value.abstract PriceValueAbstractPriceFactory. getBasePrice(AbstractOrderEntry entry)override to define the base price of an order entryPriceValueDummyPriceFactory. getBasePrice(AbstractOrderEntry entry)PriceValueDummyPriceFactoryImpl. getBasePrice(AbstractOrderEntry entry)PriceValuePriceFactory. getBasePrice(AbstractOrderEntry entry)Deprecated.Please use {@link de.hybris.platform.order.strategies.calculation.FindPriceStrategy.findBasePrice(AbstractOrderEntryModel)} when the 'pdt.calculation.mode' is set to the 'sl' value.java.util.ListAbstractPriceFactory. getDiscountValues(AbstractOrder order)override to define (global) discounts for an order.java.util.ListAbstractPriceFactory. getDiscountValues(AbstractOrderEntry entry)override to define discount values for an order entry.java.util.ListDummyPriceFactoryImpl. getDiscountValues(AbstractOrder order)java.util.ListDummyPriceFactoryImpl. getDiscountValues(AbstractOrderEntry entry)java.util.ListPriceFactory. getDiscountValues(AbstractOrder order)Deprecated.Please use {@link de.hybris.platform.order.strategies.calculation.FindDiscountValuesStrategy.findDiscountValues(AbstractOrderModel)} when the 'pdt.calculation.mode' is set to the 'sl' value.java.util.ListPriceFactory. getDiscountValues(AbstractOrderEntry entry)Deprecated.Please use {@link de.hybris.platform.order.strategies.calculation.FindDiscountValuesStrategy.findDiscountValues(AbstractOrderEntryModel)} when the 'pdt.calculation.mode' is set to the 'sl' value.java.util.ListAbstractPriceFactory. getProductDiscountInformations(Product product, java.util.Date date, boolean net)Deprecated.since ages - please useAbstractPriceFactory.getProductDiscountInformations(SessionContext, Product, Date, boolean)insteadabstract java.util.ListAbstractPriceFactory. getProductDiscountInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)override this to show all discounts which may apply to the given productjava.util.ListDummyPriceFactory. getProductDiscountInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)java.util.ListDummyPriceFactoryImpl. getProductDiscountInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)java.util.ListPriceFactory. getProductDiscountInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)Deprecated.Please use {@link de.hybris.platform.order.DiscountService.getDiscountInformation(BaseCriteria)} when the 'pdt.calculation.mode' is set to the 'sl' value.java.util.ListAbstractPriceFactory. getProductPriceInformations(Product product, java.util.Date date, boolean net)Deprecated.since ages - please useAbstractPriceFactory.getProductPriceInformations(SessionContext, Product, Date, boolean)insteadabstract java.util.ListAbstractPriceFactory. getProductPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)Override this to show all prices available for the given productjava.util.ListDummyPriceFactory. getProductPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)java.util.ListDummyPriceFactoryImpl. getProductPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)java.util.ListPriceFactory. getProductPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)Deprecated.Please use {@link de.hybris.platform.product.PriceService.getPriceInformations(PriceCriteria)} when the 'pdt.calculation.mode' is set to the 'sl' value.java.util.ListAbstractPriceFactory. getProductTaxInformations(Product product, java.util.Date date)Deprecated.since ages - please useAbstractPriceFactory.getProductTaxInformations(SessionContext, Product, Date)insteadabstract java.util.ListAbstractPriceFactory. getProductTaxInformations(SessionContext ctx, Product product, java.util.Date date)override this to show all taxes which apply to the given productjava.util.ListDummyPriceFactory. getProductTaxInformations(SessionContext ctx, Product product, java.util.Date date)java.util.ListDummyPriceFactoryImpl. getProductTaxInformations(SessionContext ctx, Product product, java.util.Date date)java.util.ListPriceFactory. getProductTaxInformations(SessionContext ctx, Product product, java.util.Date date)Deprecated.Please use {@link de.hybris.platform.order.TaxService.getTaxInformation(BaseCriteria)} when the 'pdt.calculation.mode' is set to the 'sl' value.java.util.CollectionAbstractPriceFactory. getTaxValues(AbstractOrderEntry entry)override to define tax values for an order entry.java.util.CollectionDummyPriceFactoryImpl. getTaxValues(AbstractOrderEntry entry)java.util.CollectionPriceFactory. getTaxValues(AbstractOrderEntry entry)Deprecated.Please use {@link de.hybris.platform.order.strategies.calculation.FindTaxValuesStrategy.findTaxValues(AbstractOrderEntryModel)} when the 'pdt.calculation.mode' is set to the 'sl' value. -
Uses of JaloPriceFactoryException in de.hybris.platform.jalo.product
Methods in de.hybris.platform.jalo.product that throw JaloPriceFactoryException Modifier and Type Method Description ProductPriceInformationsProduct. getAllPriceInformations(boolean net)Deprecated.Please use {@link de.hybris.platform.product.PriceService.getAllPriceInformation(PriceCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.ProductPriceInformationsProduct. getAllPriceInformations(SessionContext ctx, boolean net)Deprecated.Please use {@link de.hybris.platform.product.PriceService.getAllPriceInformation(PriceCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.ProductPriceInformationsProduct. getAllPriceInformations(SessionContext ctx, java.util.Date forDate, boolean net)Deprecated.Please use {@link de.hybris.platform.product.PriceService.getAllPriceInformation(PriceCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.ProductPriceInformationsProduct. getAllPriceInformations(java.util.Date forDate, boolean net)Deprecated.Please use {@link de.hybris.platform.product.PriceService.getAllPriceInformation(PriceCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.ListProduct. getDiscountInformations(boolean net)Deprecated.Please use {@link de.hybris.platform.order.DiscountService.getDiscountInformations(BaseCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.ListProduct. getDiscountInformations(SessionContext ctx, boolean net)Deprecated.Please use {@link de.hybris.platform.order.DiscountService.getDiscountInformations(BaseCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.ListProduct. getDiscountInformations(SessionContext ctx, java.util.Date forDate, boolean net)Deprecated.Please use {@link de.hybris.platform.order.DiscountService.getDiscountInformations(BaseCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.ListProduct. getDiscountInformations(java.util.Date forDate, boolean net)Deprecated.Please use {@link de.hybris.platform.order.DiscountService.getDiscountInformations(BaseCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.ListProduct. getPriceInformations(boolean net)Deprecated.Please use {@link de.hybris.platform.product.PriceService.getPriceInformationsForProduct(ProductModel)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.ListProduct. getPriceInformations(SessionContext ctx, boolean net)Deprecated.Please use {@link de.hybris.platform.product.PriceService.getPriceInformations(PriceCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.ListProduct. getPriceInformations(SessionContext ctx, java.util.Date forDate, boolean net)Deprecated.Please use {@link de.hybris.platform.product.PriceService.getPriceInformations(PriceCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.ListProduct. getPriceInformations(java.util.Date forDate, boolean net)Deprecated.Please use {@link de.hybris.platform.product.PriceService.getPriceInformations(PriceCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.ListProduct. getTaxInformations()Deprecated.Please use {@link de.hybris.platform.order.TaxService.getTaxInformations(BaseCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.ListProduct. getTaxInformations(SessionContext ctx)Deprecated.Please use {@link de.hybris.platform.order.TaxService.getTaxInformations(BaseCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.ListProduct. getTaxInformations(SessionContext ctx, java.util.Date forDate)Deprecated.Please use {@link de.hybris.platform.order.TaxService.getTaxInformations(BaseCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.ListProduct. getTaxInformations(java.util.Date forDate)Deprecated.Please use {@link de.hybris.platform.order.TaxService.getTaxInformations(BaseCriteria)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy. -
Uses of JaloPriceFactoryException in de.hybris.platform.order
Methods in de.hybris.platform.order that throw JaloPriceFactoryException Modifier and Type Method Description voidSyncDiscountRowsTest. checkDiscountRowAssignedByUserAndProductGroupsIsVisibleViaPriceFactoryAfterSynchronization()ProductPriceInformationsTestPriceFactory. getAllPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)PriceValueTestPriceFactory. getBasePrice(AbstractOrderEntry entry)java.util.ListTestPriceFactory. getDiscountValues(AbstractOrder order)java.util.ListTestPriceFactory. getDiscountValues(AbstractOrderEntry entry)java.util.ListTestPriceFactory. getProductDiscountInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)java.util.ListTestPriceFactory. getProductPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)java.util.ListTestPriceFactory. getProductTaxInformations(SessionContext ctx, Product product, java.util.Date date)java.util.CollectionTestPriceFactory. getTaxValues(AbstractOrderEntry entry)protected voidInMemoryCartTest. testCalculation(InMemoryCart cart, Currency curr, Unit unit)voidUntaxedEntriesCalculationTest. testGrossMixedTaxEntries()Test gross mixed tax for different entries: creates 2 taxes: 10% and 20%, creates 2 product tax group with 10% and 20% as well, add product01 (110 Euro gross) including 10% tax ==> 100(net) + 10(tax) = 110 Euro, add product02 (240 Euro gross) including 20% tax ==> 200(net) + 40(tax) = 240 Euro, add product03 (300 Euro gross) with NO tax ==> 300(net) = 300 Euro, delivery cost is 10 Euro gross, checks that the sub total (gross) is 650,(110 + 240 + 300) checks that 10% tax has value 10.29 and 20% tax has value 41.14.voidUntaxedEntriesCalculationTest. testGrossNormalTaxEntries()voidUntaxedEntriesCalculationTest. testNetMixedTaxEntries()Test net mixed tax for different entries: creates 2 taxes: 10% and 20%, creates 2 product tax group with 10% and 20% as well, add product41 (110 Euro net) with extra 10% tax ==> 110(net) + 11(tax) = 121 Euro, add product42 (240 Euro net) with extra 20% tax ==> 240(net) + 44(tax) = 288 Euro, add product43 (300 Euro net) with NO tax ==> 300(net) = 300 Euro, delivery cost is 10 Euro net, checks that the sub total (net) is 650,(110 + 240 + 300) checks that 10% tax has value 10.31 and 20% tax has value 49.37.voidUntaxedEntriesCalculationTest. testNetNormalTaxEntries()protected voidInMemoryCartTest. testOrderCreation(InMemoryCart cart) -
Uses of JaloPriceFactoryException in de.hybris.platform.order.strategies.calculation.impl.internal
Methods in de.hybris.platform.order.strategies.calculation.impl.internal that throw JaloPriceFactoryException Modifier and Type Method Description ProductPriceInformationsPriceFactorySwitcher. getAllPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)PriceValuePriceFactorySwitcher. getBasePrice(AbstractOrderEntry entry)java.util.List<DiscountValue>PriceFactorySwitcher. getDiscountValues(AbstractOrder order)java.util.List<DiscountValue>PriceFactorySwitcher. getDiscountValues(AbstractOrderEntry entry)java.util.List<DiscountInformation>PriceFactorySwitcher. getProductDiscountInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)java.util.List<PriceInformation>PriceFactorySwitcher. getProductPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)java.util.List<TaxInformation>PriceFactorySwitcher. getProductTaxInformations(SessionContext ctx, Product product, java.util.Date date)java.util.Collection<TaxValue>PriceFactorySwitcher. getTaxValues(AbstractOrderEntry entry) -
Uses of JaloPriceFactoryException in de.hybris.platform.order.strategies.calculation.pdt.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.impl that throw JaloPriceFactoryException Modifier and Type Method Description voidPDTEnumGroupsHelperTest. getPtgFromProduct()voidPDTEnumGroupsHelperTest. getUdgFromUser()voidPDTEnumGroupsHelperTest. getUtgFromUser()voidFindTaxValuesStrategySLOnlyWithCacheTest. testTaxCaching() -
Uses of JaloPriceFactoryException in de.hybris.platform.persistence.order
Methods in de.hybris.platform.persistence.order that throw JaloPriceFactoryException Modifier and Type Method Description protected PriceValueTestOrder. findDeliveryCosts()protected java.util.ListTestOrderEntry. findDiscounts()protected java.util.ListTestOrder. findGlobalDiscounts()protected PriceValueTestOrder. findPaymentCosts()protected PriceValueTestOrderEntry. findPrice()protected java.util.CollectionTestOrderEntry. findTaxes() -
Uses of JaloPriceFactoryException in de.hybris.platform.promotions
Methods in de.hybris.platform.promotions that throw JaloPriceFactoryException Modifier and Type Method Description voidPromotionWithVoucherTest. testPromotionWithProductRestrictionVoucher()Tests promotion with voucher that has product restriction.voidPromotionWithVoucherTest. testPromotionWithVoucher()Puts two products in the cart, applies one 10% product promotion, and redeems 1.voidPromotionWithVoucherTest. testUnsavedCartEntryVsJaloCalculate() -
Uses of JaloPriceFactoryException in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that throw JaloPriceFactoryException Modifier and Type Method Description voidPromotionGroupTest. testFirstPromotionGroup()voidPromotionGroupTest. testSecondPromotionGroup() -
Uses of JaloPriceFactoryException in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that throw JaloPriceFactoryException Modifier and Type Method Description voidFindPricingForConfigurableProductsStrategyTest. setup() -
Uses of JaloPriceFactoryException in de.hybris.platform.sap.sappricing.jalo
Methods in de.hybris.platform.sap.sappricing.jalo that throw JaloPriceFactoryException Modifier and Type Method Description ProductPriceInformationsSappricingManager. getAllPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)PriceValueSappricingManager. getBasePrice(AbstractOrderEntry entry)java.util.ListSappricingManager. getDiscountValues(AbstractOrder order)java.util.ListSappricingManager. getDiscountValues(AbstractOrderEntry entry)java.util.ListSappricingManager. getProductDiscountInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)java.util.ListSappricingManager. getProductPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net)java.util.ListSappricingManager. getProductTaxInformations(SessionContext ctx, Product product, java.util.Date date)java.util.CollectionSappricingManager. getTaxValues(AbstractOrderEntry entry) -
Uses of JaloPriceFactoryException in de.hybris.platform.subscriptionservices.jalo
Methods in de.hybris.platform.subscriptionservices.jalo that throw JaloPriceFactoryException Modifier and Type Method Description PriceRowExtendedCatalogAwareEurope1PriceFactory. getPriceRow(AbstractOrderEntry entry)PriceRowExtendedCatalogAwareEurope1PriceFactory. getPriceRow(Product product)PriceRowExtendedPriceFactory. getPriceRow(AbstractOrderEntry entry)PriceRowExtendedPriceFactory. getPriceRow(Product product) -
Uses of JaloPriceFactoryException in de.hybris.platform.test
Methods in de.hybris.platform.test that throw JaloPriceFactoryException Modifier and Type Method Description voidAbstractOrderCalculationTest. testCalculation()voidOrderTest. testDoubleRoundingError()voidMixedTaxCalculationTest. testMixedTaxedEntriesGross()voidAbstractOrderCalculationTest. testTransaction() -
Uses of JaloPriceFactoryException in de.hybris.platform.voucher
Methods in de.hybris.platform.voucher that throw JaloPriceFactoryException Modifier and Type Method Description booleanVoucherModelService. redeem(VoucherModel voucher, java.lang.String voucherCode, CartModel cart)WARNING!
If some methods for checking voucher availability are called before this method, all these methods have to be in one synchronize block! Suggested synchronization object is cart.booleanVoucherService. redeemVoucher(java.lang.String voucherCode, CartModel cart)voidVoucherModelService. release(VoucherModel voucher, java.lang.String voucherCode, CartModel cart)voidVoucherService. releaseVoucher(java.lang.String voucherCode, CartModel cart)Releases the voucher for the cartvoidNewCustomerRestrictionTest. testNewCustomerRestrictionVoucher()Tests the voucher with new user restriction(VOU-171): adds a product to cart, and redeems the voucher which is applicable, creates an order from this cart, creates a new cart, and adds 2 products to it, the voucher is not applicable any more for the current user. -
Uses of JaloPriceFactoryException in de.hybris.platform.voucher.impl
Methods in de.hybris.platform.voucher.impl that throw JaloPriceFactoryException Modifier and Type Method Description booleanDefaultVoucherModelService. redeem(VoucherModel voucher, java.lang.String voucherCode, CartModel cart)booleanDefaultVoucherService. redeemVoucher(java.lang.String voucherCode, CartModel cart)voidDefaultVoucherModelService. release(VoucherModel voucher, java.lang.String voucherCode, CartModel cart)voidDefaultVoucherService. releaseVoucher(java.lang.String voucherCode, CartModel cart) -
Uses of JaloPriceFactoryException in de.hybris.platform.voucher.jalo
Methods in de.hybris.platform.voucher.jalo that throw JaloPriceFactoryException Modifier and Type Method Description booleanVoucher. redeem(java.lang.String aVoucherCode, Cart aCart)booleanVoucherManager. redeemVoucher(java.lang.String aVoucherCode, Cart aCart)voidVoucher. release(java.lang.String aVoucherCode, Cart aCart)voidVoucherManager. releaseVoucher(java.lang.String aVoucherCode, Cart aCart)voidVoucherDeliveryCostBug_PLA_10914_JaloTest. testJaloBehaviour()voidPromotionVoucherTest. testPromotionVoucherRestriction()Creates 3 carts, and tries to redeem the same vouchervoidVoucherTest. testVoucherTransfer()
-