Class SearchPageData<RESULT>
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.pagedata.SearchPageData<RESULT>
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FacetSearchPageData,StoreFinderSearchPageData
@Deprecated(forRemoval=true) public class SearchPageData<RESULT> extends java.lang.Object implements java.io.SerializableDeprecated, for removal: This API element is subject to removal in a future version.Since version 6.5 use de.hybris.platform.core.servicelayer.data.SearchPageDatainstead POJO that includes all necessary data for creating proper result in refine search.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchPageData()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetDateRange()Deprecated, for removal: This API element is subject to removal in a future version.PaginationDatagetPagination()Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<RESULT>getResults()Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<SortData>getSorts()Deprecated, for removal: This API element is subject to removal in a future version.voidsetDateRange(java.lang.String dateRange)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(java.util.List<RESULT> results)Deprecated, for removal: This API element is subject to removal in a future version.voidsetSorts(java.util.List<SortData> sorts)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
setResults
public void setResults(java.util.List<RESULT> results)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getResults
public java.util.List<RESULT> getResults()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setSorts
public void setSorts(java.util.List<SortData> sorts)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSorts
public java.util.List<SortData> getSorts()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setPagination
public void setPagination(PaginationData pagination)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPagination
public PaginationData getPagination()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setDateRange
public void setDateRange(java.lang.String dateRange)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getDateRange
public java.lang.String getDateRange()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-