Class DefaultPrecedingDocContributor
java.lang.Object
com.sap.hybris.returnsexchange.outbound.impl.DefaultPrecedingDocContributor
- All Implemented Interfaces:
RawItemContributor<ReturnRequestModel>
public class DefaultPrecedingDocContributor
extends Object
implements RawItemContributor<ReturnRequestModel>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultPrecedingDocContributor
public DefaultPrecedingDocContributor()
-
-
Method Details
-
getColumns
- Specified by:
getColumnsin interfaceRawItemContributor<ReturnRequestModel>- Returns:
- Columns to be included in the CSV string
-
createRows
- Specified by:
createRowsin interfaceRawItemContributor<ReturnRequestModel>- Parameters:
model- 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
-