Class SapCpiOaaPartnerContributor
java.lang.Object
de.hybris.platform.sap.orderexchange.outbound.impl.DefaultPartnerContributor
com.sap.hybris.sapcpioaaorderintegration.outbound.impl.SapCpiOaaPartnerContributor
- All Implemented Interfaces:
RawItemContributor<OrderModel>
Builds the Row map for the CSV files for the Partner in an Order
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckSapVendor(OrderModel order, List<Map<String, Object>> result) createRows(OrderModel order) Methods inherited from class de.hybris.platform.sap.orderexchange.outbound.impl.DefaultPartnerContributor
getB2CCustomerHelper, getBatchIdAttributes, getShipToAddressNumber, getSoldToAddressNumber, mapAddressData, setB2CCustomerHelper, setBatchIdAttributes
-
Constructor Details
-
SapCpiOaaPartnerContributor
public SapCpiOaaPartnerContributor()
-
-
Method Details
-
getColumns
- Specified by:
getColumnsin interfaceRawItemContributor<OrderModel>- Overrides:
getColumnsin classDefaultPartnerContributor- Returns:
- Columns to be included in the CSV string
-
createRows
- Specified by:
createRowsin interfaceRawItemContributor<OrderModel>- Overrides:
createRowsin classDefaultPartnerContributor- 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
-
checkSapVendor
-