Class PageableData
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.pagedata.PageableData
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PaginationData
@Deprecated(forRemoval=true) public class PageableData extends java.lang.Object implements java.io.Serializable
Deprecated, for removal: This API element is subject to removal in a future version.Since version 6.5 use de.hybris.platform.core.servicelayer.data.PaginationData insteadPOJO representation of search query pagination.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageableData()
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 int
getCurrentPage()
Deprecated, for removal: This API element is subject to removal in a future version.int
getPageSize()
Deprecated, for removal: This API element is subject to removal in a future version.java.lang.String
getSort()
Deprecated, for removal: This API element is subject to removal in a future version.void
setCurrentPage(int currentPage)
Deprecated, for removal: This API element is subject to removal in a future version.void
setPageSize(int pageSize)
Deprecated, for removal: This API element is subject to removal in a future version.void
setSort(java.lang.String sort)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
setPageSize
public void setPageSize(int pageSize)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPageSize
public int getPageSize()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setCurrentPage
public void setCurrentPage(int currentPage)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCurrentPage
public int getCurrentPage()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setSort
public void setSort(java.lang.String sort)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSort
public java.lang.String getSort()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-