Uses of Class
org.codelibs.fess.es.config.exentity.RelatedQuery
Packages that use RelatedQuery
Package
Description
-
Uses of RelatedQuery in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type RelatedQueryModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<RelatedQuery>RelatedQueryService.getRelatedQuery(String id) RelatedQueryService.getRelatedQueryList(RelatedQueryPager relatedQueryPager) Methods in org.codelibs.fess.app.service with parameters of type RelatedQueryModifier and TypeMethodDescriptionvoidRelatedQueryService.delete(RelatedQuery relatedQuery) voidRelatedQueryService.store(RelatedQuery relatedQuery) -
Uses of RelatedQuery in org.codelibs.fess.es.config.bsbhv
Methods in org.codelibs.fess.es.config.bsbhv with type parameters of type RelatedQueryModifier and TypeMethodDescriptionprotected <RESULT extends RelatedQuery>
RESULTBsRelatedQueryBhv.createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) protected <ENTITY extends RelatedQuery>
ENTITYBsRelatedQueryBhv.doSelectByPK(String id, Class<? extends ENTITY> tp) protected <ENTITY extends RelatedQuery>
org.dbflute.optional.OptionalEntity<ENTITY>BsRelatedQueryBhv.doSelectOptionalByPK(String id, Class<? extends ENTITY> tp) protected <ENTITY extends RelatedQuery>
org.dbflute.optional.OptionalEntity<ENTITY>BsRelatedQueryBhv.doSelectOptionalEntity(RelatedQueryCB cb, Class<? extends ENTITY> tp) protected <RESULT extends RelatedQuery>
RESULTBsRelatedQueryBhv.updateEntity(Map<String, Object> source, RESULT result) Methods in org.codelibs.fess.es.config.bsbhv that return RelatedQueryModifier and TypeMethodDescriptionBsRelatedQueryBhv.selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<RelatedQueryCB> cbLambda) Methods in org.codelibs.fess.es.config.bsbhv that return types with arguments of type RelatedQueryModifier and TypeMethodDescriptionprotected org.dbflute.optional.OptionalEntity<RelatedQuery>BsRelatedQueryBhv.facadeSelectByPK(String id) protected org.dbflute.optional.OptionalEntity<RelatedQuery>BsRelatedQueryBhv.facadeSelectEntity(RelatedQueryCB cb) org.dbflute.optional.OptionalEntity<RelatedQuery>BsRelatedQueryBhv.selectByPK(String id) org.dbflute.optional.OptionalEntity<RelatedQuery>BsRelatedQueryBhv.selectEntity(org.dbflute.bhv.readable.CBCall<RelatedQueryCB> cbLambda) org.dbflute.cbean.result.ListResultBean<RelatedQuery>BsRelatedQueryBhv.selectList(org.dbflute.bhv.readable.CBCall<RelatedQueryCB> cbLambda) org.dbflute.cbean.result.PagingResultBean<RelatedQuery>BsRelatedQueryBhv.selectPage(org.dbflute.bhv.readable.CBCall<RelatedQueryCB> cbLambda) protected Class<RelatedQuery>BsRelatedQueryBhv.typeOfHandlingEntity()protected Class<? extends RelatedQuery>BsRelatedQueryBhv.typeOfSelectedEntity()Methods in org.codelibs.fess.es.config.bsbhv with parameters of type RelatedQueryModifier and TypeMethodDescriptionvoidBsRelatedQueryBhv.delete(RelatedQuery entity) voidBsRelatedQueryBhv.delete(RelatedQuery entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.delete.DeleteRequestBuilder> opLambda) voidBsRelatedQueryBhv.insert(RelatedQuery entity) voidBsRelatedQueryBhv.insert(RelatedQuery entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidBsRelatedQueryBhv.insertOrUpdate(RelatedQuery entity) voidBsRelatedQueryBhv.insertOrUpdate(RelatedQuery entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidBsRelatedQueryBhv.update(RelatedQuery entity) voidBsRelatedQueryBhv.update(RelatedQuery entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) Method parameters in org.codelibs.fess.es.config.bsbhv with type arguments of type RelatedQueryModifier and TypeMethodDescriptionint[]BsRelatedQueryBhv.batchDelete(List<RelatedQuery> list) int[]BsRelatedQueryBhv.batchDelete(List<RelatedQuery> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsRelatedQueryBhv.batchDelete(List<RelatedQuery> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsRelatedQueryBhv.batchInsert(List<RelatedQuery> list) int[]BsRelatedQueryBhv.batchInsert(List<RelatedQuery> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsRelatedQueryBhv.batchInsert(List<RelatedQuery> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsRelatedQueryBhv.batchUpdate(List<RelatedQuery> list) int[]BsRelatedQueryBhv.batchUpdate(List<RelatedQuery> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsRelatedQueryBhv.batchUpdate(List<RelatedQuery> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) voidBsRelatedQueryBhv.selectBulk(org.dbflute.bhv.readable.CBCall<RelatedQueryCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<List<RelatedQuery>> entityLambda) voidBsRelatedQueryBhv.selectCursor(org.dbflute.bhv.readable.CBCall<RelatedQueryCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<RelatedQuery> entityLambda) -
Uses of RelatedQuery in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper that return types with arguments of type RelatedQueryMethods in org.codelibs.fess.helper with parameters of type RelatedQueryModifier and TypeMethodDescriptionprotected StringRelatedQueryHelper.getHostKey(RelatedQuery entity)