Package grails.orm

Class PagedResultList

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List

    @Deprecated
    public class PagedResultList
    extends grails.gorm.PagedResultList
    Deprecated.
    Use PagedResultList instead.
    A result list for Criteria list calls, which is aware of the totalCount for the paged result.
    Since:
    1.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class grails.gorm.PagedResultList

        resultList, totalCount
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int getTotalCount()
      Deprecated.
       
      protected void initialize()
      Deprecated.
       
      void setTotalCount​(int totalCount)
      Deprecated.
       
      • Methods inherited from class grails.gorm.PagedResultList

        add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        replaceAll, sort, spliterator
    • Method Detail

      • initialize

        protected void initialize()
        Deprecated.
        Overrides:
        initialize in class grails.gorm.PagedResultList
      • getTotalCount

        public int getTotalCount()
        Deprecated.
        Overrides:
        getTotalCount in class grails.gorm.PagedResultList
      • setTotalCount

        public void setTotalCount​(int totalCount)
        Deprecated.