Class AbstractCarOrderHistoryBaseExtractor
- java.lang.Object
-
- de.hybris.platform.sap.sapcarintegration.services.impl.AbstractCarOrderHistoryBaseExtractor
-
- Direct Known Subclasses:
DefaultCarOrderHistoryExtractorService
public abstract class AbstractCarOrderHistoryBaseExtractor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractCarOrderHistoryBaseExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PriceDatacreateBasePrice(PriceData entryTotalPrice, java.math.BigDecimal quantity)protected PriceDatacreateBasePriceWithTax(PriceData entryTotalPrice, PriceData entryTotalTax, java.math.BigDecimal quantity)protected PriceDatacreatePrice()protected PriceDatacreatePrice(java.math.BigDecimal price, java.lang.String currency)utility method to create a priceprotected PriceDatacreatePriceWithTax(java.math.BigDecimal price, java.math.BigDecimal taxAmount, java.lang.String currency)
-
-
-
Method Detail
-
createPrice
protected PriceData createPrice()
-
createPrice
protected PriceData createPrice(java.math.BigDecimal price, java.lang.String currency)
utility method to create a price- Parameters:
amount-currency-- Returns:
-
createPriceWithTax
protected PriceData createPriceWithTax(java.math.BigDecimal price, java.math.BigDecimal taxAmount, java.lang.String currency)
-
createBasePrice
protected PriceData createBasePrice(PriceData entryTotalPrice, java.math.BigDecimal quantity)
-
-