Class PathMapPager

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

public class PathMapPager extends Object implements Serializable
Pager for path mapping.
See Also:
  • Field Details

    • DEFAULT_PAGE_SIZE

      public static final int DEFAULT_PAGE_SIZE
      Default page size.
      See Also:
    • DEFAULT_CURRENT_PAGE_NUMBER

      public static final int DEFAULT_CURRENT_PAGE_NUMBER
      Default current page number.
      See Also:
    • id

      public String id
      The ID.
    • regex

      public String regex
      The regex pattern.
    • replacement

      public String replacement
      The replacement string.
    • processType

      public String processType
      The process type.
    • sortOrder

      public String sortOrder
      The sort order.
    • createdBy

      public String createdBy
      The creator.
    • createdTime

      public String createdTime
      The creation time.
    • versionNo

      public String versionNo
      The version number.
  • Constructor Details

    • PathMapPager

      public PathMapPager()
      Default constructor.
  • Method Details

    • clear

      public void clear()
      Clears all fields.
    • getDefaultCurrentPageNumber

      protected int getDefaultCurrentPageNumber()
      Gets the default current page number.
      Returns:
      the default current page number
    • getAllRecordCount

      public int getAllRecordCount()
      Gets the total record count.
      Returns:
      the total record count
    • setAllRecordCount

      public void setAllRecordCount(int allRecordCount)
      Sets the total record count.
      Parameters:
      allRecordCount - the total record count
    • getAllPageCount

      public int getAllPageCount()
      Gets the total page count.
      Returns:
      the total page count
    • setAllPageCount

      public void setAllPageCount(int allPageCount)
      Sets the total page count.
      Parameters:
      allPageCount - the total page count
    • isExistPrePage

      public boolean isExistPrePage()
      Checks if previous page exists.
      Returns:
      true if previous page exists
    • setExistPrePage

      public void setExistPrePage(boolean existPrePage)
      Sets whether previous page exists.
      Parameters:
      existPrePage - true if previous page exists
    • isExistNextPage

      public boolean isExistNextPage()
      Checks if next page exists.
      Returns:
      true if next page exists
    • setExistNextPage

      public void setExistNextPage(boolean existNextPage)
      Sets whether next page exists.
      Parameters:
      existNextPage - true if next page exists
    • getPageSize

      public int getPageSize()
      Gets the page size.
      Returns:
      the page size
    • setPageSize

      public void setPageSize(int pageSize)
      Sets the page size.
      Parameters:
      pageSize - the page size
    • getCurrentPageNumber

      public int getCurrentPageNumber()
      Gets the current page number.
      Returns:
      the current page number
    • setCurrentPageNumber

      public void setCurrentPageNumber(int currentPageNumber)
      Sets the current page number.
      Parameters:
      currentPageNumber - the current page number
    • getPageNumberList

      public List<Integer> getPageNumberList()
      Gets the page number list.
      Returns:
      the page number list
    • setPageNumberList

      public void setPageNumberList(List<Integer> pageNumberList)
      Sets the page number list.
      Parameters:
      pageNumberList - the page number list
    • getDefaultPageSize

      protected int getDefaultPageSize()
      Gets the default page size.
      Returns:
      the default page size