Class ReportsConfiguration

java.lang.Object
de.hybris.platform.cockpit.components.editorarea.export.ReportsConfiguration

public class ReportsConfiguration extends Object
  • Field Details

  • Constructor Details

    • ReportsConfiguration

      public ReportsConfiguration()
  • Method Details

    • getReportsFileNamesMap

      public Map<String,String> getReportsFileNamesMap()
      Returns:
      map of all reports names and file names
    • getReportsParamNamesMap

      public Map<String,String> getReportsParamNamesMap()
      Returns:
      map of all reports names and their param names.
    • getMainReportName

      public String getMainReportName()
      Returns:
      main report name
    • getMainReportParamName

      public String getMainReportParamName()
      Returns:
      main report parameter name
    • getCustomSectionDSExp

      public String getCustomSectionDSExp()
    • getCustomSectionDSExpParamName

      public String getCustomSectionDSExpParamName()
    • getCustomRowDSExp

      public String getCustomRowDSExp()
    • getCustomRowDSExpParamName

      public String getCustomRowDSExpParamName()
    • getMainReportPreferencesTitle

      public String getMainReportPreferencesTitle()
    • getMainReportDsExp

      public String getMainReportDsExp()
    • getMainReportDsExpParamName

      public String getMainReportDsExpParamName()
    • getMainTitleReportParamName

      public String getMainTitleReportParamName()
    • getMainTitleReport

      public Object getMainTitleReport()
    • getLocalizedReportDSExp

      public String getLocalizedReportDSExp()
    • getLocalizedReportDsExpParamName

      public String getLocalizedReportDsExpParamName()