Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for getAllRecordCountRelation (0.08 sec)

  1. src/main/java/org/codelibs/fess/helper/SearchHelper.java

            data.setCurrentPageNumber(queryResponseList.getCurrentPageNumber());
            data.setAllRecordCount(queryResponseList.getAllRecordCount());
            data.setAllRecordCountRelation(queryResponseList.getAllRecordCountRelation());
            data.setAllPageCount(queryResponseList.getAllPageCount());
            data.setExistNextPage(queryResponseList.isExistNextPage());
            data.setExistPrevPage(queryResponseList.isExistPrevPage());
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 35.8K bytes
    - Viewed (0)
Back to top