Class DefaultUnnumberedPageable

java.lang.Object
com.broadleafcommerce.data.tracking.core.filtering.DefaultUnnumberedPageable
All Implemented Interfaces:
UnnumberedPageable, Serializable, org.springframework.data.domain.Pageable
Direct Known Subclasses:
DefaultNarrowedPageable

public class DefaultUnnumberedPageable extends Object implements UnnumberedPageable, Serializable
Author:
Jeff Fischer
See Also:
  • Constructor Details

    • DefaultUnnumberedPageable

      protected DefaultUnnumberedPageable(long offset, int size, org.springframework.data.domain.Sort sort)
  • Method Details

    • of

      public static DefaultUnnumberedPageable of(long offset, int size)
    • of

      public static DefaultUnnumberedPageable of(long offset, int size, org.springframework.data.domain.Sort sort)
    • of

      public static DefaultUnnumberedPageable of(long offset, int size, org.springframework.data.domain.Sort.Direction direction, String... properties)
    • getPageSize

      public int getPageSize()
      Specified by:
      getPageSize in interface org.springframework.data.domain.Pageable
    • getOffset

      public long getOffset()
      Specified by:
      getOffset in interface org.springframework.data.domain.Pageable
    • getSort

      public org.springframework.data.domain.Sort getSort()
      Specified by:
      getSort in interface org.springframework.data.domain.Pageable
    • next

      public org.springframework.data.domain.Pageable next()
      Specified by:
      next in interface org.springframework.data.domain.Pageable
    • previousOrFirst

      public org.springframework.data.domain.Pageable previousOrFirst()
      Specified by:
      previousOrFirst in interface org.springframework.data.domain.Pageable
    • first

      public org.springframework.data.domain.Pageable first()
      Specified by:
      first in interface org.springframework.data.domain.Pageable
    • hasPrevious

      public boolean hasPrevious()
      Specified by:
      hasPrevious in interface org.springframework.data.domain.Pageable
    • withPage

      public org.springframework.data.domain.Pageable withPage(int pageNumber)
      Specified by:
      withPage in interface org.springframework.data.domain.Pageable