Class DefaultOneOrderOSINPayloadAttributesHandler
java.lang.Object
de.hybris.platform.oneorderfacades.handlers.osin.impl.DefaultOneOrderOSINPayloadAttributesHandler
- All Implemented Interfaces:
OneOrderOSINHandler
public class DefaultOneOrderOSINPayloadAttributesHandler
extends Object
implements OneOrderOSINHandler
The One Order implementation of
OneOrderOSINHandler interface. This handler populates the Payload
Attributes attribute in Order Sales Information Notification message.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(OrderModel orderModel, IATAOrderSalesInformationNotifRQ orderSalesInformationNotifRQ) Handler which populates the Payload Attributes attribute in Order Sales Information Notification message.
-
Constructor Details
-
DefaultOneOrderOSINPayloadAttributesHandler
public DefaultOneOrderOSINPayloadAttributesHandler()
-
-
Method Details
-
handle
public void handle(OrderModel orderModel, IATAOrderSalesInformationNotifRQ orderSalesInformationNotifRQ) Handler which populates the Payload Attributes attribute in Order Sales Information Notification message.- Specified by:
handlein interfaceOneOrderOSINHandler- Parameters:
orderModel- the order modelorderSalesInformationNotifRQ- the orderSalesInformationNotifRQ
-