Class SearchPageData<RESULT>
java.lang.Object
de.hybris.platform.core.servicelayer.data.SearchPageData<RESULT>
- All Implemented Interfaces:
Serializable
POJO that includes all necessary data for making a paginated and sorted search and returning response from that request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSorts()voidsetPagination(PaginationData pagination) voidsetResults(List<RESULT> results) void
-
Constructor Details
-
SearchPageData
public SearchPageData()
-
-
Method Details
-
setResults
-
getResults
-
setSorts
-
getSorts
-
setPagination
-
getPagination
-