Class SearchPage<T>
java.lang.Object
com.liferay.portal.vulcan.pagination.Page<T>
com.liferay.portal.search.rest.pagination.SearchPage<T>
public class SearchPage<T>
extends com.liferay.portal.vulcan.pagination.Page<T>
-
Method Summary
Methods inherited from class com.liferay.portal.vulcan.pagination.Page
fetchFirstItem, getActions, getFacets, getItems, getLastPage, getPage, getPageSize, getTotalCount, hasNext, hasPrevious, of, of, of, of, of
-
Method Details
-
of
public static <T> SearchPage<T> of(Map<String, Map<String, String>> actions, Object aggregations, Object searchFacets, Collection<T> items, com.liferay.portal.vulcan.pagination.Pagination pagination, long totalCount) -
getAggregations
-
getSearchFacets
-
toString
- Overrides:
toString
in classcom.liferay.portal.vulcan.pagination.Page<T>
-