Class DefaultOneOrderOSINContactInfoListTypeHandler
java.lang.Object
de.hybris.platform.oneorderfacades.handlers.osin.impl.DefaultOneOrderOSINContactInfoListTypeHandler
- All Implemented Interfaces:
OneOrderOSINDataListsHandler
public class DefaultOneOrderOSINContactInfoListTypeHandler
extends Object
implements OneOrderOSINDataListsHandler
The One Order implementation of
OneOrderOSINDataListsHandler interface. This handler populates the contactInfoList
attribute in the datalist.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(OrderModel orderModel, DataListsType dataListsType) Gets the user from the orderModel and creates a ContactInfo list.
-
Constructor Details
-
DefaultOneOrderOSINContactInfoListTypeHandler
public DefaultOneOrderOSINContactInfoListTypeHandler()
-
-
Method Details
-
handle
Gets the user from the orderModel and creates a ContactInfo list.- Specified by:
handlein interfaceOneOrderOSINDataListsHandler- Parameters:
orderModel- the orderModeldataListsType- the dataListsType
-