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>
public class SapOmsOrderEntryContributor extends DefaultOrderEntryContributor
DefaultSapOmsOrderEntryContributor
-
-
Constructor Summary
Constructors Constructor Description SapOmsOrderEntryContributor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.util.Map<java.lang.String,java.lang.Object>>createRows(OrderModel order)java.util.Set<java.lang.String>getColumns()protected SapVendorServicegetSapVendorService()voidsetSapVendorService(SapVendorService sapVendorService)-
Methods inherited from class de.hybris.platform.sap.orderexchange.outbound.impl.DefaultOrderEntryContributor
determineItemShortText, getBatchIdAttributes, getProductConfigurationData, setBatchIdAttributes
-
-
-
-
Method Detail
-
getColumns
public java.util.Set<java.lang.String> getColumns()
- Specified by:
getColumnsin interfaceRawItemContributor<OrderModel>- Overrides:
getColumnsin classDefaultOrderEntryContributor- Returns:
- Columns to be included in the CSV string
-
createRows
public java.util.List<java.util.Map<java.lang.String,java.lang.Object>> createRows(OrderModel order)
- 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
protected SapVendorService getSapVendorService()
-
setSapVendorService
public void setSapVendorService(SapVendorService sapVendorService)
-
-