Uses of Class
org.codelibs.fess.es.config.exentity.RelatedQuery
-
-
Uses of RelatedQuery in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type RelatedQuery Modifier and Type Method Description org.dbflute.optional.OptionalEntity<RelatedQuery>RelatedQueryService. getRelatedQuery(String id)List<RelatedQuery>RelatedQueryService. getRelatedQueryList(RelatedQueryPager relatedQueryPager)Methods in org.codelibs.fess.app.service with parameters of type RelatedQuery Modifier and Type Method Description voidRelatedQueryService. delete(RelatedQuery relatedQuery)voidRelatedQueryService. store(RelatedQuery relatedQuery) -
Uses of RelatedQuery in org.codelibs.fess.app.web.admin.relatedquery
Methods in org.codelibs.fess.app.web.admin.relatedquery that return types with arguments of type RelatedQuery Modifier and Type Method Description static org.dbflute.optional.OptionalEntity<RelatedQuery>AdminRelatedqueryAction. getRelatedQuery(CreateForm form) -
Uses of RelatedQuery in org.codelibs.fess.app.web.api.admin.relatedquery
Methods in org.codelibs.fess.app.web.api.admin.relatedquery with parameters of type RelatedQuery Modifier and Type Method Description protected EditBodyApiAdminRelatedqueryAction. createEditBody(RelatedQuery entity) -
Uses of RelatedQuery in org.codelibs.fess.es.config.bsbhv
Methods in org.codelibs.fess.es.config.bsbhv with type parameters of type RelatedQuery Modifier and Type Method Description protected <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 RelatedQuery Modifier and Type Method Description RelatedQueryBsRelatedQueryBhv. selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<RelatedQueryCB> cbLambda)Methods in org.codelibs.fess.es.config.bsbhv that return types with arguments of type RelatedQuery Modifier and Type Method Description protected 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 RelatedQuery Modifier and Type Method Description voidBsRelatedQueryBhv. delete(RelatedQuery entity)voidBsRelatedQueryBhv. delete(RelatedQuery entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.delete.DeleteRequestBuilder> opLambda)voidBsRelatedQueryBhv. insert(RelatedQuery entity)voidBsRelatedQueryBhv. insert(RelatedQuery entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> opLambda)voidBsRelatedQueryBhv. insertOrUpdate(RelatedQuery entity)voidBsRelatedQueryBhv. insertOrUpdate(RelatedQuery entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> opLambda)voidBsRelatedQueryBhv. update(RelatedQuery entity)voidBsRelatedQueryBhv. update(RelatedQuery entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> opLambda)Method parameters in org.codelibs.fess.es.config.bsbhv with type arguments of type RelatedQuery Modifier and Type Method Description int[]BsRelatedQueryBhv. batchDelete(List<RelatedQuery> list)int[]BsRelatedQueryBhv. batchDelete(List<RelatedQuery> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call)int[]BsRelatedQueryBhv. batchDelete(List<RelatedQuery> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> entityCall)int[]BsRelatedQueryBhv. batchInsert(List<RelatedQuery> list)int[]BsRelatedQueryBhv. batchInsert(List<RelatedQuery> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call)int[]BsRelatedQueryBhv. batchInsert(List<RelatedQuery> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> entityCall)int[]BsRelatedQueryBhv. batchUpdate(List<RelatedQuery> list)int[]BsRelatedQueryBhv. batchUpdate(List<RelatedQuery> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call)int[]BsRelatedQueryBhv. batchUpdate(List<RelatedQuery> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.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 RelatedQuery Modifier and Type Method Description List<RelatedQuery>RelatedQueryHelper. getAvailableRelatedQueryList()Methods in org.codelibs.fess.helper with parameters of type RelatedQuery Modifier and Type Method Description protected StringRelatedQueryHelper. getHostKey(RelatedQuery entity)
-