Class DefaultPaymentContributor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> createRows​(OrderModel order)  
      java.util.Map<java.lang.String,​java.lang.String> getBatchIdAttributes()  
      java.util.Set<java.lang.String> getColumns()  
      void setBatchIdAttributes​(java.util.Map<java.lang.String,​java.lang.String> batchIdAttributes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultPaymentContributor

        public DefaultPaymentContributor()
    • Method Detail

      • getBatchIdAttributes

        public java.util.Map<java.lang.String,​java.lang.String> getBatchIdAttributes()
      • setBatchIdAttributes

        public void setBatchIdAttributes​(java.util.Map<java.lang.String,​java.lang.String> batchIdAttributes)
      • createRows

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