Class SearchPageData<RESULT>
java.lang.Object
de.hybris.platform.commerceservices.search.pagedata.SearchPageData<RESULT>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FacetSearchPageData,StoreFinderSearchPageData
@Deprecated(since="6.5",
forRemoval=true)
public class SearchPageData<RESULT>
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
use de.hybris.platform.core.servicelayer.data.SearchPageData instead
POJO that includes all necessary data for creating proper result in refine search.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getSorts()Deprecated, for removal: This API element is subject to removal in a future version.voidsetPagination(PaginationData pagination) Deprecated, for removal: This API element is subject to removal in a future version.voidsetResults(List<RESULT> results) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SearchPageData
public SearchPageData()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setResults
Deprecated, for removal: This API element is subject to removal in a future version. -
getResults
Deprecated, for removal: This API element is subject to removal in a future version. -
setSorts
Deprecated, for removal: This API element is subject to removal in a future version. -
getSorts
Deprecated, for removal: This API element is subject to removal in a future version. -
setPagination
Deprecated, for removal: This API element is subject to removal in a future version. -
getPagination
Deprecated, for removal: This API element is subject to removal in a future version.
-