Class PageableWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.search.pagedata.PageableWsDTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PaginationWsDTO
@Deprecated(since="6.5",
forRemoval=true)
public class PageableWsDTO
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Use de.hybris.platform.webservicescommons.dto.PaginationWsDTO instead
Representation of a 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 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.getSort()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCurrentPage(Integer currentPage) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPageSize(Integer 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
-
PageableWsDTO
public PageableWsDTO()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setPageSize
Deprecated, for removal: This API element is subject to removal in a future version. -
getPageSize
Deprecated, for removal: This API element is subject to removal in a future version. -
setCurrentPage
Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-