Package de.hybris.platform.jalo.order.price
-
Interface Summary Interface Description PDTInformation The Interface for representing Price, Discount and Tax information.PriceFactory Deprecated. PriceFactory methods are deprecated to use 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. -
Class Summary Class Description AbstractPriceFactory The PriceFactory base class.Discount The discount class.DiscountInformation The info row object which describes a possible discount.DummyPriceFactory DummyPriceFactoryImpl will be renamed to 'DefaultPriceFactory' asap!GeneratedDiscount Generated class for typeDiscount
.GeneratedTax Generated class for typeTax
.PriceInformation The info row object which describes a possible price.ProductPriceInformations The price information object of the hybris platform.QualifiedPricingInfo All pricing information rows are somehow qualified so this class defines a general interface for them.Tax The hybris platform tax item.TaxInformation The info object which describes a tax that has to be applied to a price. -
Exception Summary Exception Description JaloPriceFactoryException A general exception used by pricefactory extensions if an (expected) error occurs during price calculation or requesting price informations.