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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, 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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setCurrentPage(Integer currentPage)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setPageSize(Integer pageSize)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PageableWsDTO

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

    • setPageSize

      public void setPageSize(Integer pageSize)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPageSize

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

      public void setCurrentPage(Integer currentPage)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCurrentPage

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

      public void setSort(String sort)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSort

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