Class OrderViewDataListsPriceClassListHandler
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.handlers.impl.OrderViewDataListsPriceClassListHandler
- All Implemented Interfaces:
OrderViewDataListsListHandler
- Direct Known Subclasses:
PROSOrderViewDataListsPriceClassListHandler
public abstract class OrderViewDataListsPriceClassListHandler
extends Object
implements OrderViewDataListsListHandler
Abstract implementation of
OrderViewDataListsListHandler-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidhandle(OrderModel orderModel, DataListsType dataListsType) Handle method to populate fields in the data list field for the order view response.
-
Constructor Details
-
OrderViewDataListsPriceClassListHandler
public OrderViewDataListsPriceClassListHandler()
-
-
Method Details
-
handle
Description copied from interface:OrderViewDataListsListHandlerHandle method to populate fields in the data list field for the order view response.- Specified by:
handlein interfaceOrderViewDataListsListHandler- Parameters:
orderModel- the orderModeldataListsType- the dataListsType- Throws:
NDCException
-