Class SapOmsVendorContributor
java.lang.Object
de.hybris.platform.sap.orderexchange.outbound.impl.DefaultPartnerContributor
de.hybris.platform.sap.saporderexchangeoms.outbound.impl.SapOmsVendorContributor
- All Implemented Interfaces:
RawItemContributor<OrderModel>
- Direct Known Subclasses:
SapOmsB2BVendorContributor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRows(OrderModel order) protected voidenhanceWithVendorRows(OrderModel order, List<Map<String, Object>> result) protected SapVendorServicevoidsetSapVendorService(SapVendorService sapVendorService) Methods inherited from class de.hybris.platform.sap.orderexchange.outbound.impl.DefaultPartnerContributor
getB2CCustomerHelper, getBatchIdAttributes, getShipToAddressNumber, getSoldToAddressNumber, mapAddressData, setB2CCustomerHelper, setBatchIdAttributes
-
Field Details
-
VENDOR_CODE
- See Also:
-
-
Constructor Details
-
SapOmsVendorContributor
public SapOmsVendorContributor()
-
-
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
-
enhanceWithVendorRows
-
getSapVendorService
-
setSapVendorService
-