Class DefaultReturnOrderPartnerContributor

    • Constructor Detail

      • DefaultReturnOrderPartnerContributor

        public DefaultReturnOrderPartnerContributor()
    • Method Detail

      • createRows

        public java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> createRows​(ReturnRequestModel model)
        Specified by:
        createRows in interface RawItemContributor<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

        public java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> createSoldtoPartyRows​(OrderModel order)
      • setB2CCustomerHelper

        public void setB2CCustomerHelper​(B2CCustomerHelper b2cCustomerHelper)