Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BsUserCQ (0.04 sec)

  1. src/main/java/org/codelibs/fess/es/user/cbean/cq/UserCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.user.cbean.cq;
    
    import org.codelibs.fess.es.user.cbean.cq.bs.BsUserCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class UserCQ extends BsUserCQ {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 806 bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java

        public BsUserCQ query() {
            assertQueryPurpose();
            return doGetConditionQuery();
        }
    
        protected BsUserCQ doGetConditionQuery() {
            if (_conditionQuery == null) {
                _conditionQuery = createLocalCQ();
            }
            return _conditionQuery;
        }
    
        protected BsUserCQ createLocalCQ() {
            return new UserCQ();
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.7K bytes
    - Viewed (0)
Back to top