Uses of Class
org.codelibs.fess.es.log.exentity.SearchLog
-
Packages that use SearchLog Package Description org.codelibs.fess.es.log.bsbhv org.codelibs.fess.es.log.exbhv org.codelibs.fess.helper -
-
Uses of SearchLog in org.codelibs.fess.es.log.bsbhv
Methods in org.codelibs.fess.es.log.bsbhv with type parameters of type SearchLog Modifier and Type Method Description protected <RESULT extends SearchLog>
RESULTBsSearchLogBhv. createEntity(Map<String,Object> source, Class<? extends RESULT> entityType)protected <ENTITY extends SearchLog>
ENTITYBsSearchLogBhv. doSelectByPK(String id, Class<? extends ENTITY> tp)protected <ENTITY extends SearchLog>
org.dbflute.optional.OptionalEntity<ENTITY>BsSearchLogBhv. doSelectOptionalByPK(String id, Class<? extends ENTITY> tp)protected <ENTITY extends SearchLog>
org.dbflute.optional.OptionalEntity<ENTITY>BsSearchLogBhv. doSelectOptionalEntity(SearchLogCB cb, Class<? extends ENTITY> tp)protected <RESULT extends SearchLog>
RESULTBsSearchLogBhv. updateEntity(Map<String,Object> source, RESULT result)Methods in org.codelibs.fess.es.log.bsbhv that return SearchLog Modifier and Type Method Description SearchLogBsSearchLogBhv. selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<SearchLogCB> cbLambda)Methods in org.codelibs.fess.es.log.bsbhv that return types with arguments of type SearchLog Modifier and Type Method Description protected org.dbflute.optional.OptionalEntity<SearchLog>BsSearchLogBhv. facadeSelectByPK(String id)protected org.dbflute.optional.OptionalEntity<SearchLog>BsSearchLogBhv. facadeSelectEntity(SearchLogCB cb)org.dbflute.optional.OptionalEntity<SearchLog>BsSearchLogBhv. selectByPK(String id)org.dbflute.optional.OptionalEntity<SearchLog>BsSearchLogBhv. selectEntity(org.dbflute.bhv.readable.CBCall<SearchLogCB> cbLambda)org.dbflute.cbean.result.ListResultBean<SearchLog>BsSearchLogBhv. selectList(org.dbflute.bhv.readable.CBCall<SearchLogCB> cbLambda)org.dbflute.cbean.result.PagingResultBean<SearchLog>BsSearchLogBhv. selectPage(org.dbflute.bhv.readable.CBCall<SearchLogCB> cbLambda)protected Class<SearchLog>BsSearchLogBhv. typeOfHandlingEntity()protected Class<? extends SearchLog>BsSearchLogBhv. typeOfSelectedEntity()Methods in org.codelibs.fess.es.log.bsbhv with parameters of type SearchLog Modifier and Type Method Description voidBsSearchLogBhv. delete(SearchLog entity)voidBsSearchLogBhv. delete(SearchLog entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.delete.DeleteRequestBuilder> opLambda)voidBsSearchLogBhv. insert(SearchLog entity)voidBsSearchLogBhv. insert(SearchLog entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsSearchLogBhv. insertOrUpdate(SearchLog entity)voidBsSearchLogBhv. insertOrUpdate(SearchLog entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsSearchLogBhv. update(SearchLog entity)voidBsSearchLogBhv. update(SearchLog entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)Method parameters in org.codelibs.fess.es.log.bsbhv with type arguments of type SearchLog Modifier and Type Method Description int[]BsSearchLogBhv. batchDelete(List<SearchLog> list)int[]BsSearchLogBhv. batchDelete(List<SearchLog> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsSearchLogBhv. batchDelete(List<SearchLog> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsSearchLogBhv. batchInsert(List<SearchLog> list)int[]BsSearchLogBhv. batchInsert(List<SearchLog> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsSearchLogBhv. batchInsert(List<SearchLog> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsSearchLogBhv. batchUpdate(List<SearchLog> list)int[]BsSearchLogBhv. batchUpdate(List<SearchLog> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsSearchLogBhv. batchUpdate(List<SearchLog> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)voidBsSearchLogBhv. selectBulk(org.dbflute.bhv.readable.CBCall<SearchLogCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<List<SearchLog>> entityLambda)voidBsSearchLogBhv. selectCursor(org.dbflute.bhv.readable.CBCall<SearchLogCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<SearchLog> entityLambda) -
Uses of SearchLog in org.codelibs.fess.es.log.exbhv
Methods in org.codelibs.fess.es.log.exbhv with type parameters of type SearchLog Modifier and Type Method Description protected <RESULT extends SearchLog>
RESULTSearchLogBhv. createEntity(Map<String,Object> source, Class<? extends RESULT> entityType) -
Uses of SearchLog in org.codelibs.fess.helper
Fields in org.codelibs.fess.helper with type parameters of type SearchLog Modifier and Type Field Description protected Queue<SearchLog>SearchLogHelper. searchLogQueueMethods in org.codelibs.fess.helper with parameters of type SearchLog Modifier and Type Method Description protected voidSearchLogHelper. addDocumentsInResponse(QueryResponseList queryResponseList, SearchLog searchLog)Method parameters in org.codelibs.fess.helper with type arguments of type SearchLog Modifier and Type Method Description voidSuggestHelper. indexFromSearchLog(List<SearchLog> searchLogList)protected voidSearchLogHelper. processSearchLogQueue(Queue<SearchLog> queue)protected voidSearchLogHelper. storeSearchLogList(List<SearchLog> searchLogList)
-