Class ExportActionConfig

java.lang.Object
ch.tocco.nice2.reporting.api.action.export.ExportActionConfig

public class ExportActionConfig extends Object
  • Constructor Details

  • Method Details

    • getEntityModel

      public EntityModel getEntityModel()
    • getSelectedPaths

      public List<ExportActionConfig.SelectedPath> getSelectedPaths()
      Returns:
      the paths that should be exported
    • isOptimizeForImport

      public boolean isOptimizeForImport()
      Returns:
      true if the output should be formatted in a way that's compatible with the import
    • getTimeZone

      public org.joda.time.DateTimeZone getTimeZone()
    • getIndexRegistry

      public ExportActionConfig.IndexRegistry getIndexRegistry()