Class AllEntitiesLoaderFactory
java.lang.Object
io.jmix.gridexportflowui.exporter.entitiesloader.AllEntitiesLoaderFactory
Gives access to the all entities loader with current pagination strategy
set in application.properties
GridExportProperties.getExportAllPaginationStrategy()
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<AllEntitiesLoader>
protected GridExportProperties
-
Constructor Summary
ConstructorDescriptionAllEntitiesLoaderFactory
(GridExportProperties gridExportProperties, List<AllEntitiesLoader> allEntitiesLoaders) -
Method Summary
Modifier and TypeMethodDescriptionReturn appropriateAllEntitiesLoader
component with accordance toGridExportProperties.getExportAllPaginationStrategy()
-
Field Details
-
gridExportProperties
-
allEntitiesLoaders
-
-
Constructor Details
-
AllEntitiesLoaderFactory
public AllEntitiesLoaderFactory(GridExportProperties gridExportProperties, List<AllEntitiesLoader> allEntitiesLoaders)
-
-
Method Details
-
getEntitiesLoader
Return appropriateAllEntitiesLoader
component with accordance toGridExportProperties.getExportAllPaginationStrategy()
-