Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createLocalCQ (0.05 sec)

  1. src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsUserCB.java

            return doGetConditionQuery();
        }
    
        protected BsUserCQ doGetConditionQuery() {
            if (_conditionQuery == null) {
                _conditionQuery = createLocalCQ();
            }
            return _conditionQuery;
        }
    
        protected BsUserCQ createLocalCQ() {
            return new UserCQ();
        }
    
        // ===================================================================================
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.8K bytes
    - Viewed (0)
Back to top