Class PaginationWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.search.pagedata.PageableWsDTO
de.hybris.platform.commercewebservicescommons.dto.search.pagedata.PaginationWsDTO
- All Implemented Interfaces:
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 results 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.voidsetTotalPages(Integer totalPages) Deprecated, for removal: This API element is subject to removal in a future version.voidsetTotalResults(Long totalResults) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.commercewebservicescommons.dto.search.pagedata.PageableWsDTO
getCurrentPage, getPageSize, getSort, setCurrentPage, setPageSize, setSort
-
Constructor Details
-
PaginationWsDTO
public PaginationWsDTO()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setTotalPages
Deprecated, for removal: This API element is subject to removal in a future version. -
getTotalPages
Deprecated, for removal: This API element is subject to removal in a future version. -
setTotalResults
Deprecated, for removal: This API element is subject to removal in a future version. -
getTotalResults
Deprecated, for removal: This API element is subject to removal in a future version.
-