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
FieldsModifier and TypeFieldDescriptionprotected List<AllEntitiesLoader>protected GridExportProperties -
Constructor Summary
ConstructorsConstructorDescriptionAllEntitiesLoaderFactory(GridExportProperties gridExportProperties, List<AllEntitiesLoader> allEntitiesLoaders) -
Method Summary
Modifier and TypeMethodDescriptionReturn appropriateAllEntitiesLoadercomponent with accordance toGridExportProperties.getExportAllPaginationStrategy()
-
Field Details
-
gridExportProperties
-
allEntitiesLoaders
-
-
Constructor Details
-
AllEntitiesLoaderFactory
public AllEntitiesLoaderFactory(GridExportProperties gridExportProperties, List<AllEntitiesLoader> allEntitiesLoaders)
-
-
Method Details
-
getEntitiesLoader
Return appropriateAllEntitiesLoadercomponent with accordance toGridExportProperties.getExportAllPaginationStrategy()
-