Class PageableData

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    PaginationData

    @Deprecated(forRemoval=true)
    public class PageableData
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since version 6.5 use de.hybris.platform.core.servicelayer.data.PaginationData instead
    POJO representation of search query pagination.
    See Also:
    Serialized Form
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int getCurrentPage()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      int getPageSize()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getSort()
      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 setSort​(java.lang.String sort)
      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 Detail

      • PageableData

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

      • 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​(java.lang.String sort)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getSort

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