Package grails.orm
Class PagedResultList
java.lang.Object
grails.gorm.PagedResultList
grails.orm.PagedResultList
- All Implemented Interfaces:
Serializable,Iterable,Collection,List
Deprecated.
A result list for Criteria list calls, which is aware of the totalCount for
the paged result.
- Since:
- 1.0
- See Also:
-
Field Summary
Fields inherited from class grails.gorm.PagedResultList
resultList, totalCount -
Constructor Summary
ConstructorsConstructorDescriptionPagedResultList(GrailsHibernateTemplate template, HibernateQuery query) Deprecated.PagedResultList(GrailsHibernateTemplate template, org.hibernate.Criteria crit) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.protected voidDeprecated.voidsetTotalCount(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, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
replaceAll, sort, spliterator
-
Constructor Details
-
PagedResultList
Deprecated. -
PagedResultList
Deprecated.
-
-
Method Details
-
initialize
protected void initialize()Deprecated.- Overrides:
initializein classgrails.gorm.PagedResultList
-
getTotalCount
public int getTotalCount()Deprecated.- Overrides:
getTotalCountin classgrails.gorm.PagedResultList
-
setTotalCount
public void setTotalCount(int totalCount) Deprecated.
-
PagedResultListinstead.