Interface TmaFacetSearchPaginationFacade
- All Superinterfaces:
TmaPaginationFacade
- All Known Implementing Classes:
FacetSearchTmaPaginationFacade
Facade handling operations for pagination when the input models are obtained from FacetSearchPageData.
- Since:
- 1907
-
Method Summary
Modifier and TypeMethodDescription<S> List<S>getItemsFromPagesWithOffsetAndLimit(List<FacetSearchPageData<SearchStateData, S>> sourceResults, Integer offset, Integer limit) Creates and returns list of limit number of items starting from the offsetth memberMethods inherited from interface de.hybris.platform.b2ctelcofacades.pagination.TmaPaginationFacade
addPaginationHeadersToResponse, checkLimit, checkOffset, filterListByOffsetAndLimit, getTotalNumberOfPages
-
Method Details
-
getItemsFromPagesWithOffsetAndLimit
<S> List<S> getItemsFromPagesWithOffsetAndLimit(List<FacetSearchPageData<SearchStateData, S>> sourceResults, Integer offset, Integer limit) Creates and returns list of limit number of items starting from the offsetth member- Parameters:
sourceResults- List of search results as FacetSearchPageDataoffset- The nth item from which limit number of Product Offerings will be sent (starts from 0)limit- The number of items- Returns:
- List of limit number of items
-