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 SummaryFieldsModifier and TypeFieldDescriptionprotected List<AllEntitiesLoader>protected GridExportProperties
- 
Constructor SummaryConstructorsConstructorDescriptionAllEntitiesLoaderFactory(GridExportProperties gridExportProperties, List<AllEntitiesLoader> allEntitiesLoaders) 
- 
Method SummaryModifier and TypeMethodDescriptionReturn appropriateAllEntitiesLoadercomponent with accordance toGridExportProperties.getExportAllPaginationStrategy()
- 
Field Details- 
gridExportProperties
- 
allEntitiesLoaders
 
- 
- 
Constructor Details- 
AllEntitiesLoaderFactorypublic AllEntitiesLoaderFactory(GridExportProperties gridExportProperties, List<AllEntitiesLoader> allEntitiesLoaders) 
 
- 
- 
Method Details- 
getEntitiesLoaderReturn appropriateAllEntitiesLoadercomponent with accordance toGridExportProperties.getExportAllPaginationStrategy()
 
-