Class PageResponseMixIn<T>
- java.lang.Object
-
- de.digitalcollections.model.impl.paging.PageResponseImpl<T>
-
- de.digitalcollections.model.jackson.mixin.paging.PageResponseMixIn<T>
-
- All Implemented Interfaces:
de.digitalcollections.model.api.paging.PageResponse<T>,Iterable<T>
- Direct Known Subclasses:
SearchPageResponseMixIn
public abstract class PageResponseMixIn<T> extends de.digitalcollections.model.impl.paging.PageResponseImpl<T>
-
-
Constructor Summary
Constructors Constructor Description PageResponseMixIn()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<T>getContent()abstract intgetNumber()abstract intgetNumberOfElements()abstract intgetSize()abstract de.digitalcollections.model.api.paging.SortinggetSorting()abstract intgetTotalPages()abstract booleanisFirst()abstract booleanisLast()-
Methods inherited from class de.digitalcollections.model.impl.paging.PageResponseImpl
equals, getPageRequest, getTotalElements, hasContent, hashCode, hasNext, hasPrevious, iterator, nextPageRequest, previousPageRequest, setContent, setPageRequest, setTotalElements, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getNumber
public abstract int getNumber()
-
getNumberOfElements
public abstract int getNumberOfElements()
-
getSize
public abstract int getSize()
-
getSorting
public abstract de.digitalcollections.model.api.paging.Sorting getSorting()
-
getTotalPages
public abstract int getTotalPages()
-
isFirst
public abstract boolean isFirst()
-
-