Uses of Interface
com.ocs.dynamo.ui.composite.export.ExportService
-
Packages that use ExportService Package Description com.ocs.dynamo.ui.composite.export com.ocs.dynamo.ui.composite.export.impl -
-
Uses of ExportService in com.ocs.dynamo.ui.composite.export
Methods in com.ocs.dynamo.ui.composite.export that return ExportService Modifier and Type Method Description ExportServiceBaseExportDialog. getExportService()Constructors in com.ocs.dynamo.ui.composite.export with parameters of type ExportService Constructor Description BaseExportDialog(ExportService exportService, EntityModel<T> entityModel, ExportMode exportMode)ConstructorExportDialog(ExportService exportService, EntityModel<T> entityModel, ExportMode exportMode, com.vaadin.flow.function.SerializablePredicate<T> predicate, List<com.vaadin.flow.data.provider.SortOrder<?>> sortOrders, Supplier<CustomXlsStyleGenerator<ID,T>> customGenerator, FetchJoinInformation... joins)ConstructorFixedExportDialog(ExportService exportService, EntityModel<T> entityModel, ExportMode exportMode, Supplier<CustomXlsStyleGenerator<ID,T>> customGenerator, Supplier<List<T>> itemsSupplier)ConstructorPivotedExportDialog(ExportService exportService, EntityModel<T> entityModel, com.vaadin.flow.function.SerializablePredicate<T> predicate, List<com.vaadin.flow.data.provider.SortOrder<?>> sortOrders, Supplier<CustomXlsStyleGenerator<ID,T>> customGenerator, PivotParameters pivotParameters, FetchJoinInformation... joins)Constructor -
Uses of ExportService in com.ocs.dynamo.ui.composite.export.impl
Classes in com.ocs.dynamo.ui.composite.export.impl that implement ExportService Modifier and Type Class Description classExportServiceImplImplementation of the export service
-