Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for facadeSelectEntityWithDeletedCheck (0.11 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsRequestHeaderBhv.java

            return facadeSelectEntity(downcast(cb)).orElse(null);
        }
    
        public RequestHeader selectEntityWithDeletedCheck(CBCall<RequestHeaderCB> cbLambda) {
            return facadeSelectEntityWithDeletedCheck(createCB(cbLambda));
        }
    
        public OptionalEntity<RequestHeader> selectByPK(String id) {
            return facadeSelectByPK(id);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsThumbnailQueueBhv.java

            return facadeSelectEntity(downcast(cb)).orElse(null);
        }
    
        public ThumbnailQueue selectEntityWithDeletedCheck(CBCall<ThumbnailQueueCB> cbLambda) {
            return facadeSelectEntityWithDeletedCheck(createCB(cbLambda));
        }
    
        public OptionalEntity<ThumbnailQueue> selectByPK(String id) {
            return facadeSelectByPK(id);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsWebAuthenticationBhv.java

            return facadeSelectEntity(downcast(cb)).orElse(null);
        }
    
        public WebAuthentication selectEntityWithDeletedCheck(CBCall<WebAuthenticationCB> cbLambda) {
            return facadeSelectEntityWithDeletedCheck(createCB(cbLambda));
        }
    
        public OptionalEntity<WebAuthentication> selectByPK(String id) {
            return facadeSelectByPK(id);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsCrawlingInfoParamBhv.java

            return facadeSelectEntity(downcast(cb)).orElse(null);
        }
    
        public CrawlingInfoParam selectEntityWithDeletedCheck(CBCall<CrawlingInfoParamCB> cbLambda) {
            return facadeSelectEntityWithDeletedCheck(createCB(cbLambda));
        }
    
        public OptionalEntity<CrawlingInfoParam> selectByPK(String id) {
            return facadeSelectByPK(id);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsElevateWordBhv.java

            return facadeSelectEntity(downcast(cb)).orElse(null);
        }
    
        public ElevateWord selectEntityWithDeletedCheck(CBCall<ElevateWordCB> cbLambda) {
            return facadeSelectEntityWithDeletedCheck(createCB(cbLambda));
        }
    
        public OptionalEntity<ElevateWord> selectByPK(String id) {
            return facadeSelectByPK(id);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsPathMappingBhv.java

            return facadeSelectEntity(downcast(cb)).orElse(null);
        }
    
        public PathMapping selectEntityWithDeletedCheck(CBCall<PathMappingCB> cbLambda) {
            return facadeSelectEntityWithDeletedCheck(createCB(cbLambda));
        }
    
        public OptionalEntity<PathMapping> selectByPK(String id) {
            return facadeSelectByPK(id);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsAccessTokenBhv.java

            return facadeSelectEntity(downcast(cb)).orElse(null);
        }
    
        public AccessToken selectEntityWithDeletedCheck(CBCall<AccessTokenCB> cbLambda) {
            return facadeSelectEntityWithDeletedCheck(createCB(cbLambda));
        }
    
        public OptionalEntity<AccessToken> selectByPK(String id) {
            return facadeSelectByPK(id);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsElevateWordToLabelBhv.java

            return facadeSelectEntity(downcast(cb)).orElse(null);
        }
    
        public ElevateWordToLabel selectEntityWithDeletedCheck(CBCall<ElevateWordToLabelCB> cbLambda) {
            return facadeSelectEntityWithDeletedCheck(createCB(cbLambda));
        }
    
        public OptionalEntity<ElevateWordToLabel> selectByPK(String id) {
            return facadeSelectByPK(id);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsRelatedContentBhv.java

            return facadeSelectEntity(downcast(cb)).orElse(null);
        }
    
        public RelatedContent selectEntityWithDeletedCheck(CBCall<RelatedContentCB> cbLambda) {
            return facadeSelectEntityWithDeletedCheck(createCB(cbLambda));
        }
    
        public OptionalEntity<RelatedContent> selectByPK(String id) {
            return facadeSelectByPK(id);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 10K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsRelatedQueryBhv.java

            return facadeSelectEntity(downcast(cb)).orElse(null);
        }
    
        public RelatedQuery selectEntityWithDeletedCheck(CBCall<RelatedQueryCB> cbLambda) {
            return facadeSelectEntityWithDeletedCheck(createCB(cbLambda));
        }
    
        public OptionalEntity<RelatedQuery> selectByPK(String id) {
            return facadeSelectByPK(id);
        }
    
    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