Class PaginationWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(forRemoval=true)
    public class PaginationWsDTO
    extends PageableWsDTO
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since version 6.5 use de.hybris.platform.webservicescommons.dto.PaginationWsDTO instead
    Representation of a search results pagination
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PaginationWsDTO()
      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 getTotalPages()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.Long getTotalResults()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setTotalPages​(java.lang.Integer totalPages)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setTotalResults​(java.lang.Long totalResults)
      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

      • PaginationWsDTO

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

      • setTotalPages

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

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

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

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