Interface TmaFacetSearchPaginationFacade

All Superinterfaces:
TmaPaginationFacade
All Known Implementing Classes:
FacetSearchTmaPaginationFacade

public interface TmaFacetSearchPaginationFacade extends TmaPaginationFacade
Facade handling operations for pagination when the input models are obtained from FacetSearchPageData.
Since:
1907
  • 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 FacetSearchPageData
      offset - 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