Uses of Class
fr.gouv.vitam.ihmdemo.common.pagination.PaginationHelper
-
Packages that use PaginationHelper Package Description fr.gouv.vitam.ihmdemo.appserver Provides the web server application and configuration for the IHM Demo module and the rest resource it usesfr.gouv.vitam.ihmdemo.common.pagination Provides IHM Demo Pagination Common classesfr.gouv.vitam.ihmrecette.appserver Provides the web server application and configuration for the IHM Recette module and the rest resource it uses -
-
Uses of PaginationHelper in fr.gouv.vitam.ihmdemo.appserver
Constructors in fr.gouv.vitam.ihmdemo.appserver with parameters of type PaginationHelper Constructor Description WebApplicationResource(java.util.Set<java.lang.String> permissions, WebApplicationConfig webApplicationConfig, IngestExternalClientFactory ingestExternalClientFactory, AdminExternalClientFactory adminExternalClientFactory, UserInterfaceTransactionManager userInterfaceTransactionManager, DslQueryHelper dslQueryHelper, PaginationHelper paginationHelper)
-
Uses of PaginationHelper in fr.gouv.vitam.ihmdemo.common.pagination
Methods in fr.gouv.vitam.ihmdemo.common.pagination that return PaginationHelper Modifier and Type Method Description static PaginationHelper
PaginationHelper. getInstance()
-
Uses of PaginationHelper in fr.gouv.vitam.ihmrecette.appserver
Constructors in fr.gouv.vitam.ihmrecette.appserver with parameters of type PaginationHelper Constructor Description WebApplicationResource(WebApplicationConfig webApplicationConfigonfig, UserInterfaceTransactionManager userInterfaceTransactionManager, PaginationHelper paginationHelper, DslQueryHelper dslQueryHelper, StorageService storageService)
Constructor
-