Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for conditionAggregation (0.13 sec)

  1. src/main/java/org/codelibs/fess/es/log/cbean/bs/BsClickLogCB.java

            return doGetConditionAggregation();
        }
    
        protected BsClickLogCA doGetConditionAggregation() {
            if (_conditionAggregation == null) {
                _conditionAggregation = createLocalCA();
            }
            return _conditionAggregation;
        }
    
        protected BsClickLogCA createLocalCA() {
            return new ClickLogCA();
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/log/cbean/bs/BsSearchLogCB.java

            return doGetConditionAggregation();
        }
    
        protected BsSearchLogCA doGetConditionAggregation() {
            if (_conditionAggregation == null) {
                _conditionAggregation = createLocalCA();
            }
            return _conditionAggregation;
        }
    
        protected BsSearchLogCA createLocalCA() {
            return new SearchLogCA();
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigCB.java

            return doGetConditionAggregation();
        }
    
        protected BsFileConfigCA doGetConditionAggregation() {
            if (_conditionAggregation == null) {
                _conditionAggregation = createLocalCA();
            }
            return _conditionAggregation;
        }
    
        protected BsFileConfigCA createLocalCA() {
            return new FileConfigCA();
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java

            return doGetConditionAggregation();
        }
    
        protected BsUserCA doGetConditionAggregation() {
            if (_conditionAggregation == null) {
                _conditionAggregation = createLocalCA();
            }
            return _conditionAggregation;
        }
    
        protected BsUserCA createLocalCA() {
            return new UserCA();
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.7K bytes
    - Viewed (0)
Back to top