Class PageableData
java.lang.Object
de.hybris.platform.commerceservices.search.pagedata.PageableData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PaginationData
@Deprecated(since="6.5",
forRemoval=true)
public class PageableData
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.PaginationData instead
POJO representation of search query pagination.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.getSort()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCurrentPage(int currentPage) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPageSize(int pageSize) 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
-
PageableData
public PageableData()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
Deprecated, for removal: This API element is subject to removal in a future version. -
getSort
Deprecated, for removal: This API element is subject to removal in a future version.
-