Uses of Class
org.codelibs.fess.es.config.exentity.BoostDocumentRule
Packages that use BoostDocumentRule
Package
Description
-
Uses of BoostDocumentRule in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type BoostDocumentRuleModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<BoostDocumentRule>BoostDocumentRuleService.getBoostDocumentRule(String id) BoostDocumentRuleService.getBoostDocumentRuleList(BoostDocPager boostDocumentRulePager) Methods in org.codelibs.fess.app.service with parameters of type BoostDocumentRuleModifier and TypeMethodDescriptionvoidBoostDocumentRuleService.delete(BoostDocumentRule boostDocumentRule) voidBoostDocumentRuleService.store(BoostDocumentRule boostDocumentRule) -
Uses of BoostDocumentRule in org.codelibs.fess.app.web.admin.boostdoc
Methods in org.codelibs.fess.app.web.admin.boostdoc that return types with arguments of type BoostDocumentRuleModifier and TypeMethodDescriptionstatic org.dbflute.optional.OptionalEntity<BoostDocumentRule>AdminBoostdocAction.getBoostDocumentRule(CreateForm form) -
Uses of BoostDocumentRule in org.codelibs.fess.app.web.api.admin.boostdoc
Methods in org.codelibs.fess.app.web.api.admin.boostdoc with parameters of type BoostDocumentRuleModifier and TypeMethodDescriptionprotected EditBodyApiAdminBoostdocAction.createEditBody(BoostDocumentRule entity) -
Uses of BoostDocumentRule in org.codelibs.fess.es.config.bsbhv
Methods in org.codelibs.fess.es.config.bsbhv with type parameters of type BoostDocumentRuleModifier and TypeMethodDescriptionprotected <RESULT extends BoostDocumentRule>
RESULTBsBoostDocumentRuleBhv.createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) protected <ENTITY extends BoostDocumentRule>
ENTITYBsBoostDocumentRuleBhv.doSelectByPK(String id, Class<? extends ENTITY> tp) protected <ENTITY extends BoostDocumentRule>
org.dbflute.optional.OptionalEntity<ENTITY>BsBoostDocumentRuleBhv.doSelectOptionalByPK(String id, Class<? extends ENTITY> tp) protected <ENTITY extends BoostDocumentRule>
org.dbflute.optional.OptionalEntity<ENTITY>BsBoostDocumentRuleBhv.doSelectOptionalEntity(BoostDocumentRuleCB cb, Class<? extends ENTITY> tp) protected <RESULT extends BoostDocumentRule>
RESULTBsBoostDocumentRuleBhv.updateEntity(Map<String, Object> source, RESULT result) Methods in org.codelibs.fess.es.config.bsbhv that return BoostDocumentRuleModifier and TypeMethodDescriptionBsBoostDocumentRuleBhv.selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<BoostDocumentRuleCB> cbLambda) Methods in org.codelibs.fess.es.config.bsbhv that return types with arguments of type BoostDocumentRuleModifier and TypeMethodDescriptionprotected org.dbflute.optional.OptionalEntity<BoostDocumentRule>BsBoostDocumentRuleBhv.facadeSelectByPK(String id) protected org.dbflute.optional.OptionalEntity<BoostDocumentRule>BsBoostDocumentRuleBhv.facadeSelectEntity(BoostDocumentRuleCB cb) org.dbflute.optional.OptionalEntity<BoostDocumentRule>BsBoostDocumentRuleBhv.selectByPK(String id) org.dbflute.optional.OptionalEntity<BoostDocumentRule>BsBoostDocumentRuleBhv.selectEntity(org.dbflute.bhv.readable.CBCall<BoostDocumentRuleCB> cbLambda) org.dbflute.cbean.result.ListResultBean<BoostDocumentRule>BsBoostDocumentRuleBhv.selectList(org.dbflute.bhv.readable.CBCall<BoostDocumentRuleCB> cbLambda) org.dbflute.cbean.result.PagingResultBean<BoostDocumentRule>BsBoostDocumentRuleBhv.selectPage(org.dbflute.bhv.readable.CBCall<BoostDocumentRuleCB> cbLambda) protected Class<BoostDocumentRule>BsBoostDocumentRuleBhv.typeOfHandlingEntity()protected Class<? extends BoostDocumentRule>BsBoostDocumentRuleBhv.typeOfSelectedEntity()Methods in org.codelibs.fess.es.config.bsbhv with parameters of type BoostDocumentRuleModifier and TypeMethodDescriptionvoidBsBoostDocumentRuleBhv.delete(BoostDocumentRule entity) voidBsBoostDocumentRuleBhv.delete(BoostDocumentRule entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.delete.DeleteRequestBuilder> opLambda) voidBsBoostDocumentRuleBhv.insert(BoostDocumentRule entity) voidBsBoostDocumentRuleBhv.insert(BoostDocumentRule entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidBsBoostDocumentRuleBhv.insertOrUpdate(BoostDocumentRule entity) voidBsBoostDocumentRuleBhv.insertOrUpdate(BoostDocumentRule entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidBsBoostDocumentRuleBhv.update(BoostDocumentRule entity) voidBsBoostDocumentRuleBhv.update(BoostDocumentRule entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) Method parameters in org.codelibs.fess.es.config.bsbhv with type arguments of type BoostDocumentRuleModifier and TypeMethodDescriptionint[]BsBoostDocumentRuleBhv.batchDelete(List<BoostDocumentRule> list) int[]BsBoostDocumentRuleBhv.batchDelete(List<BoostDocumentRule> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsBoostDocumentRuleBhv.batchDelete(List<BoostDocumentRule> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsBoostDocumentRuleBhv.batchInsert(List<BoostDocumentRule> list) int[]BsBoostDocumentRuleBhv.batchInsert(List<BoostDocumentRule> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsBoostDocumentRuleBhv.batchInsert(List<BoostDocumentRule> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsBoostDocumentRuleBhv.batchUpdate(List<BoostDocumentRule> list) int[]BsBoostDocumentRuleBhv.batchUpdate(List<BoostDocumentRule> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsBoostDocumentRuleBhv.batchUpdate(List<BoostDocumentRule> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) voidBsBoostDocumentRuleBhv.selectBulk(org.dbflute.bhv.readable.CBCall<BoostDocumentRuleCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<List<BoostDocumentRule>> entityLambda) voidBsBoostDocumentRuleBhv.selectCursor(org.dbflute.bhv.readable.CBCall<BoostDocumentRuleCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<BoostDocumentRule> entityLambda) -
Uses of BoostDocumentRule in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper that return types with arguments of type BoostDocumentRuleModifier and TypeMethodDescriptionprotected List<BoostDocumentRule>WebFsIndexHelper.getAvailableBoostDocumentRuleList() -
Uses of BoostDocumentRule in org.codelibs.fess.indexer
Constructors in org.codelibs.fess.indexer with parameters of type BoostDocumentRule