Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for typeOfSelectedEntity (0.09 sec)

  1. src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsUserInfoBhv.java

            return facadeSelectEntity(createCB(cbLambda));
        }
    
        protected OptionalEntity<UserInfo> facadeSelectEntity(UserInfoCB cb) {
            return doSelectOptionalEntity(cb, typeOfSelectedEntity());
        }
    
        protected <ENTITY extends UserInfo> OptionalEntity<ENTITY> doSelectOptionalEntity(UserInfoCB cb, Class<? extends ENTITY> tp) {
            return createOptionalEntity(doSelectEntity(cb, tp), cb);
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsRoleTypeBhv.java

            return facadeSelectEntity(createCB(cbLambda));
        }
    
        protected OptionalEntity<RoleType> facadeSelectEntity(RoleTypeCB cb) {
            return doSelectOptionalEntity(cb, typeOfSelectedEntity());
        }
    
        protected <ENTITY extends RoleType> OptionalEntity<ENTITY> doSelectOptionalEntity(RoleTypeCB cb, Class<? extends ENTITY> tp) {
            return createOptionalEntity(doSelectEntity(cb, tp), cb);
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsClickLogBhv.java

            return facadeSelectEntity(createCB(cbLambda));
        }
    
        protected OptionalEntity<ClickLog> facadeSelectEntity(ClickLogCB cb) {
            return doSelectOptionalEntity(cb, typeOfSelectedEntity());
        }
    
        protected <ENTITY extends ClickLog> OptionalEntity<ENTITY> doSelectOptionalEntity(ClickLogCB cb, Class<? extends ENTITY> tp) {
            return createOptionalEntity(doSelectEntity(cb, tp), cb);
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsRoleBhv.java

            return facadeSelectEntity(createCB(cbLambda));
        }
    
        protected OptionalEntity<Role> facadeSelectEntity(RoleCB cb) {
            return doSelectOptionalEntity(cb, typeOfSelectedEntity());
        }
    
        protected <ENTITY extends Role> OptionalEntity<ENTITY> doSelectOptionalEntity(RoleCB cb, Class<? extends ENTITY> tp) {
            return createOptionalEntity(doSelectEntity(cb, tp), cb);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsFailureUrlBhv.java

            return facadeSelectEntity(createCB(cbLambda));
        }
    
        protected OptionalEntity<FailureUrl> facadeSelectEntity(FailureUrlCB cb) {
            return doSelectOptionalEntity(cb, typeOfSelectedEntity());
        }
    
        protected <ENTITY extends FailureUrl> OptionalEntity<ENTITY> doSelectOptionalEntity(FailureUrlCB cb, Class<? extends ENTITY> tp) {
            return createOptionalEntity(doSelectEntity(cb, tp), cb);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsCrawlingInfoBhv.java

            return facadeSelectEntity(createCB(cbLambda));
        }
    
        protected OptionalEntity<CrawlingInfo> facadeSelectEntity(CrawlingInfoCB cb) {
            return doSelectOptionalEntity(cb, typeOfSelectedEntity());
        }
    
        protected <ENTITY extends CrawlingInfo> OptionalEntity<ENTITY> doSelectOptionalEntity(CrawlingInfoCB cb, Class<? extends ENTITY> tp) {
            return createOptionalEntity(doSelectEntity(cb, tp), cb);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsKeyMatchBhv.java

            return facadeSelectEntity(createCB(cbLambda));
        }
    
        protected OptionalEntity<KeyMatch> facadeSelectEntity(KeyMatchCB cb) {
            return doSelectOptionalEntity(cb, typeOfSelectedEntity());
        }
    
        protected <ENTITY extends KeyMatch> OptionalEntity<ENTITY> doSelectOptionalEntity(KeyMatchCB cb, Class<? extends ENTITY> tp) {
            return createOptionalEntity(doSelectEntity(cb, tp), cb);
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsFavoriteLogBhv.java

            return facadeSelectEntity(createCB(cbLambda));
        }
    
        protected OptionalEntity<FavoriteLog> facadeSelectEntity(FavoriteLogCB cb) {
            return doSelectOptionalEntity(cb, typeOfSelectedEntity());
        }
    
        protected <ENTITY extends FavoriteLog> OptionalEntity<ENTITY> doSelectOptionalEntity(FavoriteLogCB cb, Class<? extends ENTITY> tp) {
            return createOptionalEntity(doSelectEntity(cb, tp), cb);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsGroupBhv.java

            return facadeSelectEntity(createCB(cbLambda));
        }
    
        protected OptionalEntity<Group> facadeSelectEntity(GroupCB cb) {
            return doSelectOptionalEntity(cb, typeOfSelectedEntity());
        }
    
        protected <ENTITY extends Group> OptionalEntity<ENTITY> doSelectOptionalEntity(GroupCB cb, Class<? extends ENTITY> tp) {
            return createOptionalEntity(doSelectEntity(cb, tp), cb);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsBadWordBhv.java

            return facadeSelectEntity(createCB(cbLambda));
        }
    
        protected OptionalEntity<BadWord> facadeSelectEntity(BadWordCB cb) {
            return doSelectOptionalEntity(cb, typeOfSelectedEntity());
        }
    
        protected <ENTITY extends BadWord> OptionalEntity<ENTITY> doSelectOptionalEntity(BadWordCB cb, Class<? extends ENTITY> tp) {
            return createOptionalEntity(doSelectEntity(cb, tp), cb);
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.5K bytes
    - Viewed (0)
Back to top