java.lang.Object
de.hybris.platform.commerceservices.search.pagedata.PageableData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PaginationData

@Deprecated(since="6.5", forRemoval=true) public class PageableData extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
use de.hybris.platform.core.servicelayer.data.PaginationData instead
POJO representation of 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
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    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(int currentPage)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setPageSize(int 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

    • PageableData

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

    • setPageSize

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

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

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

      public int 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.