Class OrderViewOrderItemPriceTypeHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.order.handlers.impl.OrderViewOrderItemPriceTypeHandler
- All Implemented Interfaces:
OrderViewOrderItemHandler
The Order View Item Type implementation of
OrderViewOrderItemHandler interface. This handler populates the price type
in the order item type attribute.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TaxTypecreateTaxType(Map.Entry<String, Double> tax, String currency) Creates a taxType.voidhandle(AbstractOrderEntryModel orderEntryModel, OrderItemType orderItemType) Handler which populates the price type in the order item type attribute.
-
Constructor Details
-
OrderViewOrderItemPriceTypeHandler
public OrderViewOrderItemPriceTypeHandler()
-
-
Method Details
-
handle
Handler which populates the price type in the order item type attribute.- Specified by:
handlein interfaceOrderViewOrderItemHandler- Parameters:
orderEntryModel- the orderEntryModelorderItemType- the orderItemType
-
createTaxType
Creates a taxType.- Parameters:
tax- the taxcurrency- the currency- Returns:
- the taxType
-