Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for setAllRecordCount (0.18 sec)

  1. src/main/java/org/codelibs/fess/app/pager/KeyMatchPager.java

        }
    
        protected int getDefaultCurrentPageNumber() {
            return DEFAULT_CURRENT_PAGE_NUMBER;
        }
    
        public int getAllRecordCount() {
            return allRecordCount;
        }
    
        public void setAllRecordCount(final int allRecordCount) {
            this.allRecordCount = allRecordCount;
        }
    
        public int getAllPageCount() {
            return allPageCount;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java

        }
    
        protected int getDefaultCurrentPageNumber() {
            return DEFAULT_CURRENT_PAGE_NUMBER;
        }
    
        public int getAllRecordCount() {
            return allRecordCount;
        }
    
        public void setAllRecordCount(final int allRecordCount) {
            this.allRecordCount = allRecordCount;
        }
    
        public int getAllPageCount() {
            return allPageCount;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/pager/WebConfigPager.java

        protected int getDefaultCurrentPageNumber() {
            return DEFAULT_CURRENT_PAGE_NUMBER;
        }
    
        public int getAllRecordCount() {
            return allRecordCount;
        }
    
        public void setAllRecordCount(final int allRecordCount) {
            this.allRecordCount = allRecordCount;
        }
    
        public int getAllPageCount() {
            return allPageCount;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/entity/SearchRenderData.java

            this.pageSize = pageSize;
        }
    
        public void setCurrentPageNumber(final int currentPageNumber) {
            this.currentPageNumber = currentPageNumber;
        }
    
        public void setAllRecordCount(final long allRecordCount) {
            this.allRecordCount = allRecordCount;
        }
    
        public void setAllRecordCountRelation(final String allRecordCountRelation) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/app/pager/BadWordPagerTest.java

            assertNull(badwordpager.createdTime);
            assertNull(badwordpager.versionNo);
    
            assertEquals(1, badwordpager.getDefaultCurrentPageNumber());
            badwordpager.setAllRecordCount(999);
            assertEquals(999, badwordpager.getAllRecordCount());
            badwordpager.setAllPageCount(999);
            assertEquals(999, badwordpager.getAllPageCount());
            badwordpager.setExistPrePage(true);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/pager/GroupPager.java

        }
    
        protected int getDefaultCurrentPageNumber() {
            return DEFAULT_CURRENT_PAGE_NUMBER;
        }
    
        public int getAllRecordCount() {
            return allRecordCount;
        }
    
        public void setAllRecordCount(final int allRecordCount) {
            this.allRecordCount = allRecordCount;
        }
    
        public int getAllPageCount() {
            return allPageCount;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/pager/KuromojiPager.java

        }
    
        protected int getDefaultCurrentPageNumber() {
            return 1;
        }
    
        public int getAllRecordCount() {
            return allRecordCount;
        }
    
        public void setAllRecordCount(final int allRecordCount) {
            this.allRecordCount = allRecordCount;
        }
    
        public int getAllPageCount() {
            return allPageCount;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/fess/app/pager/CharMappingPagerTest.java

            assertNull(charmappingpager.id);
    
            assertEquals(25, charmappingpager.getDefaultPageSize());
            assertEquals(1, charmappingpager.getDefaultCurrentPageNumber());
    
            charmappingpager.setAllRecordCount(999);
            assertEquals(999, charmappingpager.getAllRecordCount());
            charmappingpager.setAllPageCount(999);
            assertEquals(999, charmappingpager.getAllRecordCount());
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/app/pager/DataConfigPagerTest.java

            assertNull(dataconfigpager.createdTime);
            assertNull(dataconfigpager.versionNo);
    
            assertEquals(1, dataconfigpager.getDefaultCurrentPageNumber());
            dataconfigpager.setAllRecordCount(999);
            assertEquals(999, dataconfigpager.getAllRecordCount());
            dataconfigpager.setAllPageCount(999);
            assertEquals(999, dataconfigpager.getAllPageCount());
            dataconfigpager.setExistPrePage(true);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/fess/app/pager/AccessTokenPagerTest.java

            assertNull(accesstokenpager.name);
            assertNull(accesstokenpager.createdBy);
            assertNull(accesstokenpager.createdTime);
            assertNull(accesstokenpager.versionNo);
    
            accesstokenpager.setAllRecordCount(999);
            assertEquals(999, accesstokenpager.getAllRecordCount());
            accesstokenpager.setAllPageCount(999);
            assertEquals(999, accesstokenpager.getAllPageCount());
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top