Class DefaultQuoteCommentContributor

    • Constructor Detail

      • DefaultQuoteCommentContributor

        public DefaultQuoteCommentContributor()
    • Method Detail

      • createRows

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

        protected void addCommentData​(java.util.List<CommentModel> comments,
                                      java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> result,
                                      QuoteModel quoteModel)
      • setQuoteService

        public void setQuoteService​(QuoteService quoteService)