Class SearchResult<D>

java.lang.Object
com.broadleafcommerce.billing.common.service.SearchResult<D>

@Deprecated(since="1.0.0") public final class SearchResult<D> extends Object
Deprecated.
Use Pageable instead
  • Constructor Details

    • SearchResult

      public SearchResult(List<D> contents, boolean hasMore)
      Deprecated.
  • Method Details

    • fromResults

      public static <D> SearchResult<D> fromResults(List<D> raw, Integer limit)
      Deprecated.
    • getContentsCount

      public Integer getContentsCount()
      Deprecated.
    • getContents

      public List<D> getContents()
      Deprecated.
    • isHasMore

      public boolean isHasMore()
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object