Class SchedulerPager

java.lang.Object
org.codelibs.fess.app.pager.SchedulerPager
All Implemented Interfaces:
Serializable

public class SchedulerPager extends Object implements Serializable
See Also:
  • Field Details

    • DEFAULT_PAGE_SIZE

      public static final int DEFAULT_PAGE_SIZE
      See Also:
    • DEFAULT_CURRENT_PAGE_NUMBER

      public static final int DEFAULT_CURRENT_PAGE_NUMBER
      See Also:
    • id

      public String id
    • name

      public String name
    • target

      public String target
    • cronExpression

      public String cronExpression
    • scriptType

      public String scriptType
    • crawler

      public String crawler
    • jobLogging

      public String jobLogging
    • available

      public String available
    • sortOrder

      public String sortOrder
    • createdBy

      public String createdBy
    • createdTime

      public String createdTime
    • versionNo

      public String versionNo
  • Constructor Details

    • SchedulerPager

      public SchedulerPager()
  • Method Details

    • clear

      public void clear()
    • getDefaultCurrentPageNumber

      protected int getDefaultCurrentPageNumber()
    • getAllRecordCount

      public int getAllRecordCount()
    • setAllRecordCount

      public void setAllRecordCount(int allRecordCount)
    • getAllPageCount

      public int getAllPageCount()
    • setAllPageCount

      public void setAllPageCount(int allPageCount)
    • isExistPrePage

      public boolean isExistPrePage()
    • setExistPrePage

      public void setExistPrePage(boolean existPrePage)
    • isExistNextPage

      public boolean isExistNextPage()
    • setExistNextPage

      public void setExistNextPage(boolean existNextPage)
    • getPageSize

      public int getPageSize()
    • setPageSize

      public void setPageSize(int pageSize)
    • getCurrentPageNumber

      public int getCurrentPageNumber()
    • setCurrentPageNumber

      public void setCurrentPageNumber(int currentPageNumber)
    • getPageNumberList

      public List<Integer> getPageNumberList()
    • setPageNumberList

      public void setPageNumberList(List<Integer> pageNumberList)
    • getDefaultPageSize

      protected int getDefaultPageSize()