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