Interface IXlsExportService

  • All Known Implementing Classes:
    XlsExportService

    public interface IXlsExportService
    • Method Detail

      • getExportFilteredCasesFile

        java.io.File getExportFilteredCasesFile​(FilteredCasesRequest request,
                                                LoggedUser user,
                                                java.util.Locale locale)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getExportFilteredCasesFile

        java.io.File getExportFilteredCasesFile​(java.util.List<CaseSearchRequest> requests,
                                                java.lang.Boolean isIntersection,
                                                java.util.List<ExportedField> selectedField,
                                                LoggedUser user,
                                                java.util.Locale locale)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception