Class EmptyCannedQueryResults<R>

    • Constructor Detail

      • EmptyCannedQueryResults

        public EmptyCannedQueryResults​(CannedQuery<R> query)
    • Method Detail

      • getPagedResultCount

        public int getPagedResultCount()
        Description copied from interface: CannedQueryResults
        Get the total number of results available within the pages of this result. The count excludes results chopped out by the paging process i.e. it is only the count of results physically obtainable through this instance.
        Specified by:
        getPagedResultCount in interface CannedQueryResults<R>
        Returns:
        number of results available in the pages