Class AbstractCarOrderHistoryBaseExtractor
java.lang.Object
de.hybris.platform.sap.sapcarintegration.services.impl.AbstractCarOrderHistoryBaseExtractor
- Direct Known Subclasses:
DefaultCarOrderHistoryExtractorService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PriceDatacreateBasePrice(PriceData entryTotalPrice, BigDecimal quantity) protected PriceDatacreateBasePriceWithTax(PriceData entryTotalPrice, PriceData entryTotalTax, BigDecimal quantity) protected PriceDataprotected PriceDatacreatePrice(BigDecimal price, String currency) utility method to create a priceprotected PriceDatacreatePriceWithTax(BigDecimal price, BigDecimal taxAmount, String currency)
-
Constructor Details
-
AbstractCarOrderHistoryBaseExtractor
public AbstractCarOrderHistoryBaseExtractor()
-
-
Method Details
-
createPrice
-
createPrice
utility method to create a price- Parameters:
amount-currency-- Returns:
-
createPriceWithTax
-
createBasePrice
-
createBasePriceWithTax
protected PriceData createBasePriceWithTax(PriceData entryTotalPrice, PriceData entryTotalTax, BigDecimal quantity)
-