Class OrderViewOrderItemFareGroupListHandler
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.handlers.impl.OrderViewOrderItemFareGroupListHandler
- All Implemented Interfaces:
OrderViewOrderItemHandler
- Direct Known Subclasses:
PROSOrderViewOrderItemFareGroupListHandler
public abstract class OrderViewOrderItemFareGroupListHandler
extends Object
implements OrderViewOrderItemHandler
Abstract implementation of
OrderViewOrderItemHandler-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidhandle(AbstractOrderEntryModel orderEntryModel, OrderItemType orderItemType) handle method to populate fields in the order item field for the order view response.
-
Constructor Details
-
OrderViewOrderItemFareGroupListHandler
public OrderViewOrderItemFareGroupListHandler()
-
-
Method Details
-
handle
public abstract void handle(AbstractOrderEntryModel orderEntryModel, OrderItemType orderItemType) throws NDCException Description copied from interface:OrderViewOrderItemHandlerhandle method to populate fields in the order item field for the order view response.- Specified by:
handlein interfaceOrderViewOrderItemHandler- Throws:
NDCException
-