Uses of Class
org.broadleafcommerce.openadmin.server.domain.FetchPageRequest
Packages that use FetchPageRequest
Package
Description
-
Uses of FetchPageRequest in org.broadleafcommerce.openadmin.server.domain
Methods in org.broadleafcommerce.openadmin.server.domain that return FetchPageRequestModifier and TypeMethodDescriptionFetchPageRequest.withFirstId
(Long firstId) FetchPageRequest.withLastId
(Long lastId) FetchPageRequest.withLowerCount
(Integer lowerCount) FetchPageRequest.withMaxIndex
(Integer maxIndex) FetchPageRequest.withPageSize
(Integer pageSize) FetchPageRequest.withStartIndex
(Integer startIndex) FetchPageRequest.withUpperCount
(Integer upperCount) -
Uses of FetchPageRequest in org.broadleafcommerce.openadmin.server.service
Methods in org.broadleafcommerce.openadmin.server.service with parameters of type FetchPageRequestModifier and TypeMethodDescriptionAdminEntityService.getPagedRecordsForCollection
(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, FetchPageRequest fetchPageRequest, String idValueOverride, List<SectionCrumb> sectionCrumbs) The same as the other getRecordsForCollection method, except that this one expects allow the caller to explicitly set the id value that will be used in the fetch instead of delegating to#getContextSpecificRelationshipId()
.AdminEntityServiceImpl.getPagedRecordsForCollection
(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, FetchPageRequest fetchPageRequest, String idValueOverride, List<SectionCrumb> sectionCrumbs)