java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.search.pagedata.PageableWsDTO
de.hybris.platform.commercewebservicescommons.dto.search.pagedata.PaginationWsDTO
All Implemented Interfaces:
Serializable

@Deprecated(since="6.5", forRemoval=true) public class PaginationWsDTO extends PageableWsDTO
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 Details

    • PaginationWsDTO

      public PaginationWsDTO()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setTotalPages

      public void setTotalPages(Integer totalPages)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTotalPages

      public Integer getTotalPages()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTotalResults

      public void setTotalResults(Long totalResults)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTotalResults

      public Long getTotalResults()
      Deprecated, for removal: This API element is subject to removal in a future version.