Class PageableWsDTO

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

    @Deprecated(since="6.5",
                forRemoval=true)
    public class PageableWsDTO
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PageableWsDTO()
      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
      java.lang.Integer getCurrentPage()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.Integer 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​(java.lang.Integer currentPage)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setPageSize​(java.lang.Integer 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

      • PageableWsDTO

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

      • setPageSize

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

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

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

        public java.lang.Integer 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.