Class SapOmsOrderEntryContributor
java.lang.Object
de.hybris.platform.sap.orderexchange.outbound.impl.DefaultOrderEntryContributor
de.hybris.platform.sap.saporderexchangeoms.outbound.impl.SapOmsOrderEntryContributor
- All Implemented Interfaces:
RawItemContributor<OrderModel>
DefaultSapOmsOrderEntryContributor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRows(OrderModel order) protected SapVendorServicevoidsetSapVendorService(SapVendorService sapVendorService) Methods inherited from class de.hybris.platform.sap.orderexchange.outbound.impl.DefaultOrderEntryContributor
determineItemShortText, getBatchIdAttributes, getProductConfigurationData, setBatchIdAttributes
-
Constructor Details
-
SapOmsOrderEntryContributor
public SapOmsOrderEntryContributor()
-
-
Method Details
-
getColumns
- Specified by:
getColumnsin interfaceRawItemContributor<OrderModel>- Overrides:
getColumnsin classDefaultOrderEntryContributor- Returns:
- Columns to be included in the CSV string
-
createRows
- Specified by:
createRowsin interfaceRawItemContributor<OrderModel>- Overrides:
createRowsin classDefaultOrderEntryContributor- 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
-
getSapVendorService
-
setSapVendorService
-