Class SearchPageData<RESULT>

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    FacetSearchPageData, StoreFinderSearchPageData

    @Deprecated(forRemoval=true)
    public class SearchPageData<RESULT>
    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.SearchPageData instead
    POJO that includes all necessary data for creating proper result in refine search.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchPageData()
      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.String getDateRange()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      PaginationData getPagination()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.List<RESULT> getResults()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.List<SortData> getSorts()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setDateRange​(java.lang.String dateRange)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setPagination​(PaginationData pagination)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setResults​(java.util.List<RESULT> results)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setSorts​(java.util.List<SortData> sorts)
      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

      • SearchPageData

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

      • setResults

        public void setResults​(java.util.List<RESULT> results)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getResults

        public java.util.List<RESULT> getResults()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setSorts

        public void setSorts​(java.util.List<SortData> sorts)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getSorts

        public java.util.List<SortData> getSorts()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setPagination

        public void setPagination​(PaginationData pagination)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getPagination

        public PaginationData getPagination()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setDateRange

        public void setDateRange​(java.lang.String dateRange)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDateRange

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