Class DefaultQuoteEntryContributor

    • Constructor Detail

      • DefaultQuoteEntryContributor

        public DefaultQuoteEntryContributor()
    • Method Detail

      • createRows

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

        protected java.lang.String determineItemShortText​(AbstractOrderEntryModel item,
                                                          java.lang.String language)