Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ConditionBeanExceptionThrower (0.16 sec)

  1. src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractConditionBean.java

            createCBExThrower().throwPagingPageSizeNotPlusException(this, pageSize, pageNumber);
        }
    
        protected ConditionBeanExceptionThrower createCBExThrower() {
            return new ConditionBeanExceptionThrower();
        }
    
        @Override
        public void xsetPaging(boolean paging) {
            // Do nothing because this is unsupported on ConditionBean.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 17.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractConditionBean.java

            createCBExThrower().throwPagingPageSizeNotPlusException(this, pageSize, pageNumber);
        }
    
        protected ConditionBeanExceptionThrower createCBExThrower() {
            return new ConditionBeanExceptionThrower();
        }
    
        @Override
        public void xsetPaging(boolean paging) {
            // Do nothing because this is unsupported on ConditionBean.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 17.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractConditionBean.java

            createCBExThrower().throwPagingPageSizeNotPlusException(this, pageSize, pageNumber);
        }
    
        protected ConditionBeanExceptionThrower createCBExThrower() {
            return new ConditionBeanExceptionThrower();
        }
    
        @Override
        public void xsetPaging(boolean paging) {
            // Do nothing because this is unsupported on ConditionBean.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 17.8K bytes
    - Viewed (0)
Back to top