Package | Description |
---|---|
org.broadleafcommerce.openadmin.server.domain | |
org.broadleafcommerce.openadmin.server.service |
Modifier and Type | Method and Description |
---|---|
FetchPageRequest |
FetchPageRequest.withFirstId(Long firstId) |
FetchPageRequest |
FetchPageRequest.withLastId(Long lastId) |
FetchPageRequest |
FetchPageRequest.withLowerCount(Integer lowerCount) |
FetchPageRequest |
FetchPageRequest.withMaxIndex(Integer maxIndex) |
FetchPageRequest |
FetchPageRequest.withPageSize(Integer pageSize) |
FetchPageRequest |
FetchPageRequest.withStartIndex(Integer startIndex) |
FetchPageRequest |
FetchPageRequest.withUpperCount(Integer upperCount) |
Modifier and Type | Method and Description |
---|---|
PersistenceResponse |
AdminEntityServiceImpl.getPagedRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
FetchPageRequest fetchPageRequest,
String idValueOverride,
List<SectionCrumb> sectionCrumbs) |
PersistenceResponse |
AdminEntityService.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() . |
Copyright © 2019. All rights reserved.