Class DefaultReturnOrderPartnerContributor
java.lang.Object
com.sap.hybris.returnsexchange.outbound.impl.DefaultReturnOrderPartnerContributor
- All Implemented Interfaces:
RawItemContributor<ReturnRequestModel>
- Direct Known Subclasses:
DefaultB2BReturnOrderPartnerContributor
public class DefaultReturnOrderPartnerContributor
extends Object
implements RawItemContributor<ReturnRequestModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRows(ReturnRequestModel model) createSoldtoPartyRows(OrderModel order) voidsetB2CCustomerHelper(B2CCustomerHelper b2cCustomerHelper)
-
Constructor Details
-
DefaultReturnOrderPartnerContributor
public DefaultReturnOrderPartnerContributor()
-
-
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
-
createSoldtoPartyRows
-
getB2CCustomerHelper
-
setB2CCustomerHelper
-