Class DefaultOrderEntryContributor
java.lang.Object
de.hybris.platform.sap.orderexchange.outbound.impl.DefaultOrderEntryContributor
- All Implemented Interfaces:
RawItemContributor<OrderModel>
- Direct Known Subclasses:
SapOmsOrderEntryContributor
Builds the Row map for the CSV files for the Order Entry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRows(OrderModel order) protected StringdetermineItemShortText(AbstractOrderEntryModel item, String language) protected StringvoidsetBatchIdAttributes(Map<String, String> batchIdAttributes)
-
Constructor Details
-
DefaultOrderEntryContributor
public DefaultOrderEntryContributor()
-
-
Method Details
-
getBatchIdAttributes
-
setBatchIdAttributes
-
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
-
getProductConfigurationData
-
determineItemShortText
-