Interface CmsListMetadata.I_CsvItemFormatter

Enclosing class:
CmsListMetadata

public static interface CmsListMetadata.I_CsvItemFormatter
Interface used for formatting list data in text form.

  • Method Summary

    Modifier and Type
    Method
    Description
    Generates the CSV header.
    Generates a CSV line.
  • Method Details

    • csvHeader

      Generates the CSV header.
      Returns:
      the CSV header line
    • csvItem

      Generates a CSV line.
      Parameters:
      item - the list item to format
      Returns:
      the formatted text line for the list item