クラス StopwordsPager

java.lang.Object
org.codelibs.fess.app.pager.StopwordsPager
すべての実装されたインタフェース:
java.io.Serializable

public class StopwordsPager
extends java.lang.Object
implements java.io.Serializable
関連項目:
直列化された形式
  • フィールド詳細

    • id

      public java.lang.String id
  • コンストラクタの詳細

    • StopwordsPager

      public StopwordsPager()
  • メソッドの詳細

    • clear

      public void clear()
    • getDefaultPageSize

      protected int getDefaultPageSize()
    • 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 java.util.List<java.lang.Integer> getPageNumberList()
    • setPageNumberList

      public void setPageNumberList​(java.util.List<java.lang.Integer> pageNumberList)