Class SapOmsOrderContributor
java.lang.Object
de.hybris.platform.sap.orderexchange.outbound.impl.DefaultOrderContributor
de.hybris.platform.sap.saporderexchangeoms.outbound.impl.SapOmsOrderContributor
- All Implemented Interfaces:
RawItemContributor<OrderModel>
Builds the Row map for the CSV files for the OMS Order with multiple back-ends
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.sap.orderexchange.outbound.impl.DefaultOrderContributor
getBatchIdAttributes, setBatchIdAttributes
-
Constructor Details
-
SapOmsOrderContributor
public SapOmsOrderContributor()
-
-
Method Details
-
getColumns
- Specified by:
getColumnsin interfaceRawItemContributor<OrderModel>- Overrides:
getColumnsin classDefaultOrderContributor- Returns:
- Columns to be included in the CSV string
-
createRows
- Specified by:
createRowsin interfaceRawItemContributor<OrderModel>- Overrides:
createRowsin classDefaultOrderContributor- Parameters:
order- The item model from which parts of the CSV string shall be created- Returns:
- Name / value pairs. The names must correspond to the column names as returned in
RawItemContributor.getColumns(). Each list entry corresponds to one line of the CSV string
-