Interface RawItemContributor<T extends AbstractItemModel>

    • Method Detail

      • getColumns

        java.util.Set<java.lang.String> getColumns()
        Returns:
        Columns to be included in the CSV string
      • createRows

        java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> createRows​(T model)
        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 getColumns(). Each list entry corresponds to one line of the CSV string