Class SapCpiOaaOrderContributor
java.lang.Object
com.sap.hybris.sapcpioaaorderintegration.outbound.impl.SapCpiOaaOrderContributor
- All Implemented Interfaces:
RawItemContributor<OrderModel>
Adds ROCC OAA specific Fields to Order for Order Replication
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SapCpiOaaOrderContributor
public SapCpiOaaOrderContributor()
-
-
Method Details
-
getColumns
- Specified by:
getColumnsin interfaceRawItemContributor<OrderModel>- Returns:
- Columns to be included in the CSV string
-
createRows
- Specified by:
createRowsin interfaceRawItemContributor<OrderModel>- 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
-