@Deprecated public abstract class FacetedPageImpl<T> extends org.springframework.data.domain.PageImpl<T> implements org.springframework.data.elasticsearch.core.FacetedPage<T>
| Constructor and Description |
|---|
FacetedPageImpl(List<T> content)
Deprecated.
|
FacetedPageImpl(List<T> content,
org.springframework.data.domain.Pageable pageable,
long total)
Deprecated.
|
FacetedPageImpl(List<T> content,
org.springframework.data.domain.Pageable pageable,
long total,
List<org.springframework.data.elasticsearch.core.facet.FacetResult> facets)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected <S> List<S> |
getConvertedContent(org.springframework.core.convert.converter.Converter<? super T,? extends S> arg0) |
org.springframework.data.elasticsearch.core.facet.FacetResult |
getFacet(String name)
Deprecated.
|
List<org.springframework.data.elasticsearch.core.facet.FacetResult> |
getFacets()
Deprecated.
|
boolean |
hasFacets()
Deprecated.
|
equals, getTotalElements, getTotalPages, hashCode, hasNext, isLast, map, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTotalElements, getTotalPages, mapgetContent, getNumber, getNumberOfElements, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, nextPageable, previousPageableforEach, iterator, spliteratorpublic FacetedPageImpl(List<T> content, org.springframework.data.domain.Pageable pageable, long total)
public boolean hasFacets()
hasFacets in interface org.springframework.data.elasticsearch.core.FacetedPage<T>public List<org.springframework.data.elasticsearch.core.facet.FacetResult> getFacets()
getFacets in interface org.springframework.data.elasticsearch.core.FacetedPage<T>public org.springframework.data.elasticsearch.core.facet.FacetResult getFacet(String name)
getFacet in interface org.springframework.data.elasticsearch.core.FacetedPage<T>protected <S> List<S> getConvertedContent(org.springframework.core.convert.converter.Converter<? super T,? extends S> arg0)
Copyright © 2017. All Rights Reserved.