Class PageableWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.search.pagedata.PageableWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PaginationWsDTO
@Deprecated(since="6.5", forRemoval=true) public class PageableWsDTO extends java.lang.Object implements java.io.SerializableDeprecated, for removal: This API element is subject to removal in a future version.Use de.hybris.platform.webservicescommons.dto.PaginationWsDTO insteadRepresentation of a search query pagination- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageableWsDTO()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.IntegergetCurrentPage()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.IntegergetPageSize()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetSort()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCurrentPage(java.lang.Integer currentPage)Deprecated, for removal: This API element is subject to removal in a future version.voidsetPageSize(java.lang.Integer pageSize)Deprecated, for removal: This API element is subject to removal in a future version.voidsetSort(java.lang.String sort)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
setPageSize
public void setPageSize(java.lang.Integer pageSize)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPageSize
public java.lang.Integer getPageSize()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setCurrentPage
public void setCurrentPage(java.lang.Integer currentPage)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCurrentPage
public java.lang.Integer 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.
-
-