Class ListBuildResults

    • Constructor Detail

      • ListBuildResults

        public ListBuildResults()
    • Method Detail

      • getFilteredResultsList

        @NotNull
        public @NotNull List<ResultsSummary> getFilteredResultsList​(int firstResult,
                                                                    int maxResults)
        Description copied from interface: LazyPaginationAware
        Implementing actions should initialize and return up to maxResults items ranging from firstResult from the underlying list of uninitialized items
        Specified by:
        getFilteredResultsList in interface LazyPaginationAware
        Parameters:
        firstResult - index of first item
        maxResults - number of items to be returned
        Returns:
        range of initialized results from underlying full list of uninitialized items
      • getResultsCount

        public int getResultsCount()
        Description copied from interface: LazyPaginationAware
        Implementing actions should return a total number of items that are subject to pagination
        Specified by:
        getResultsCount in interface LazyPaginationAware
        Returns:
        number of items in the underlying list