Class ExportHelperService
java.lang.Object
ch.tocco.nice2.reporting.impl.action.export.ExportHelperService
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionExportHelperService
(L10N l10N, FormModel formModel, DataModel dataModel, TimezoneResolverService timezoneResolverService, EntityExportService entityExportService, DocumentFormatService documentFormatService, OutputCenterService outputCenterService, TextResources textResources, org.slf4j.Logger logger) -
Method Summary
Modifier and TypeMethodDescriptionvoid
evaluatePath
(Path path, EntityModel entityModel, StringBuilder sb) @Nullable String
evaluatePath
(String path, EntityModel entityModel) loadColumnsForExport
(String entityModelName) startExport
(QueryDefinition queryDefinition, List<ExportActionConfig.SelectedPath> selectedPaths, String entityName, boolean printFieldNames, String formatString, String filename, boolean archive)
-
Constructor Details
-
ExportHelperService
public ExportHelperService(L10N l10N, FormModel formModel, DataModel dataModel, TimezoneResolverService timezoneResolverService, EntityExportService entityExportService, DocumentFormatService documentFormatService, OutputCenterService outputCenterService, TextResources textResources, org.slf4j.Logger logger)
-
-
Method Details
-
loadColumnsForExport
-
startExport
public Entity startExport(QueryDefinition queryDefinition, List<ExportActionConfig.SelectedPath> selectedPaths, String entityName, boolean printFieldNames, String formatString, String filename, boolean archive) throws IOException - Throws:
IOException
-
evaluatePath
-
evaluatePath
-