Uses of Class
org.omnifaces.persistence.model.dto.Page
-
Packages that use Page Package Description org.omnifaces.persistence.model.dto org.omnifaces.persistence.service -
-
Uses of Page in org.omnifaces.persistence.model.dto
Fields in org.omnifaces.persistence.model.dto declared as Page Modifier and Type Field Description static PagePage. ALLstatic PagePage. ONEMethods in org.omnifaces.persistence.model.dto that return Page Modifier and Type Method Description PagePage. all()Returns a clone of the current page which returns all results matching the current ordering, required criteria and optional criteria.PagePage.Builder. build()Build the page.static PagePage. of(int offset, int limit)Use this if you want a page of given offset and limit. -
Uses of Page in org.omnifaces.persistence.service
Methods in org.omnifaces.persistence.service with parameters of type Page Modifier and Type Method Description org.omnifaces.utils.collection.PartialResultList<E>BaseEntityService. getPage(Page page, boolean count)Returns a partial result list based on givenPage.protected <T extends E>
org.omnifaces.utils.collection.PartialResultList<T>BaseEntityService. getPage(Page page, boolean count, boolean cacheable, Class<T> resultType, BaseEntityService.MappedQueryBuilder<T> queryBuilder)Returns a partial result list based on givenPage, entity type andBaseEntityService.QueryBuilderwith the option whether to cache the results or not.protected org.omnifaces.utils.collection.PartialResultList<E>BaseEntityService. getPage(Page page, boolean count, boolean cacheable, String... fetchFields)Returns a partial result list based on givenPagewith the option whether to cache the results or not.protected org.omnifaces.utils.collection.PartialResultList<E>BaseEntityService. getPage(Page page, boolean count, boolean cacheable, BaseEntityService.QueryBuilder<E> queryBuilder)Returns a partial result list based on givenPage, entity type andBaseEntityService.QueryBuilderwith the option whether to cache the results or not.protected <T extends E>
org.omnifaces.utils.collection.PartialResultList<T>BaseEntityService. getPage(Page page, boolean count, Class<T> resultType, BaseEntityService.MappedQueryBuilder<T> mappedQueryBuilder)Returns a partial result list based on givenPage, result type andBaseEntityService.MappedQueryBuilder.protected org.omnifaces.utils.collection.PartialResultList<E>BaseEntityService. getPage(Page page, boolean count, String... fetchFields)Returns a partial result list based on givenPageand fetch fields.protected org.omnifaces.utils.collection.PartialResultList<E>BaseEntityService. getPage(Page page, boolean count, BaseEntityService.QueryBuilder<E> queryBuilder)Returns a partial result list based on givenPageandBaseEntityService.QueryBuilder.
-