Uses of Class
org.codelibs.fess.es.config.exentity.CrawlingInfo
-
Packages that use CrawlingInfo Package Description org.codelibs.fess.app.service org.codelibs.fess.app.web.api.admin.crawlinginfo org.codelibs.fess.es.config.bsbhv org.codelibs.fess.es.config.exentity -
-
Uses of CrawlingInfo in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return CrawlingInfo Modifier and Type Method Description CrawlingInfoCrawlingInfoService. getLast(java.lang.String sessionId)Methods in org.codelibs.fess.app.service that return types with arguments of type CrawlingInfo Modifier and Type Method Description org.dbflute.optional.OptionalEntity<CrawlingInfo>CrawlingInfoService. getCrawlingInfo(java.lang.String id)java.util.List<CrawlingInfo>CrawlingInfoService. getCrawlingInfoList(CrawlingInfoPager crawlingInfoPager)Methods in org.codelibs.fess.app.service with parameters of type CrawlingInfo Modifier and Type Method Description voidCrawlingInfoService. delete(CrawlingInfo crawlingInfo)protected voidCrawlingInfoService. setupDeleteCondition(CrawlingInfo crawlingInfo)protected voidCrawlingInfoService. setupStoreCondition(CrawlingInfo crawlingInfo)voidCrawlingInfoService. store(CrawlingInfo crawlingInfo) -
Uses of CrawlingInfo in org.codelibs.fess.app.web.api.admin.crawlinginfo
Methods in org.codelibs.fess.app.web.api.admin.crawlinginfo with parameters of type CrawlingInfo Modifier and Type Method Description protected EditBodyApiAdminCrawlinginfoAction. createEditBody(CrawlingInfo entity) -
Uses of CrawlingInfo in org.codelibs.fess.es.config.bsbhv
Methods in org.codelibs.fess.es.config.bsbhv with type parameters of type CrawlingInfo Modifier and Type Method Description protected <RESULT extends CrawlingInfo>
RESULTBsCrawlingInfoBhv. createEntity(java.util.Map<java.lang.String,java.lang.Object> source, java.lang.Class<? extends RESULT> entityType)protected <ENTITY extends CrawlingInfo>
ENTITYBsCrawlingInfoBhv. doSelectByPK(java.lang.String id, java.lang.Class<? extends ENTITY> tp)protected <ENTITY extends CrawlingInfo>
org.dbflute.optional.OptionalEntity<ENTITY>BsCrawlingInfoBhv. doSelectOptionalByPK(java.lang.String id, java.lang.Class<? extends ENTITY> tp)protected <ENTITY extends CrawlingInfo>
org.dbflute.optional.OptionalEntity<ENTITY>BsCrawlingInfoBhv. doSelectOptionalEntity(CrawlingInfoCB cb, java.lang.Class<? extends ENTITY> tp)protected <RESULT extends CrawlingInfo>
RESULTBsCrawlingInfoBhv. updateEntity(java.util.Map<java.lang.String,java.lang.Object> source, RESULT result)Methods in org.codelibs.fess.es.config.bsbhv that return CrawlingInfo Modifier and Type Method Description CrawlingInfoBsCrawlingInfoBhv. selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<CrawlingInfoCB> cbLambda)Methods in org.codelibs.fess.es.config.bsbhv that return types with arguments of type CrawlingInfo Modifier and Type Method Description protected org.dbflute.optional.OptionalEntity<CrawlingInfo>BsCrawlingInfoBhv. facadeSelectByPK(java.lang.String id)protected org.dbflute.optional.OptionalEntity<CrawlingInfo>BsCrawlingInfoBhv. facadeSelectEntity(CrawlingInfoCB cb)org.dbflute.optional.OptionalEntity<CrawlingInfo>BsCrawlingInfoBhv. selectByPK(java.lang.String id)org.dbflute.optional.OptionalEntity<CrawlingInfo>BsCrawlingInfoBhv. selectEntity(org.dbflute.bhv.readable.CBCall<CrawlingInfoCB> cbLambda)org.dbflute.cbean.result.ListResultBean<CrawlingInfo>BsCrawlingInfoBhv. selectList(org.dbflute.bhv.readable.CBCall<CrawlingInfoCB> cbLambda)org.dbflute.cbean.result.PagingResultBean<CrawlingInfo>BsCrawlingInfoBhv. selectPage(org.dbflute.bhv.readable.CBCall<CrawlingInfoCB> cbLambda)protected java.lang.Class<CrawlingInfo>BsCrawlingInfoBhv. typeOfHandlingEntity()protected java.lang.Class<? extends CrawlingInfo>BsCrawlingInfoBhv. typeOfSelectedEntity()Methods in org.codelibs.fess.es.config.bsbhv with parameters of type CrawlingInfo Modifier and Type Method Description voidBsCrawlingInfoBhv. delete(CrawlingInfo entity)voidBsCrawlingInfoBhv. delete(CrawlingInfo entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.delete.DeleteRequestBuilder> opLambda)voidBsCrawlingInfoBhv. insert(CrawlingInfo entity)voidBsCrawlingInfoBhv. insert(CrawlingInfo entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsCrawlingInfoBhv. insertOrUpdate(CrawlingInfo entity)voidBsCrawlingInfoBhv. insertOrUpdate(CrawlingInfo entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsCrawlingInfoBhv. update(CrawlingInfo entity)voidBsCrawlingInfoBhv. update(CrawlingInfo entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)Method parameters in org.codelibs.fess.es.config.bsbhv with type arguments of type CrawlingInfo Modifier and Type Method Description int[]BsCrawlingInfoBhv. batchDelete(java.util.List<CrawlingInfo> list)int[]BsCrawlingInfoBhv. batchDelete(java.util.List<CrawlingInfo> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsCrawlingInfoBhv. batchDelete(java.util.List<CrawlingInfo> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsCrawlingInfoBhv. batchInsert(java.util.List<CrawlingInfo> list)int[]BsCrawlingInfoBhv. batchInsert(java.util.List<CrawlingInfo> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsCrawlingInfoBhv. batchInsert(java.util.List<CrawlingInfo> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsCrawlingInfoBhv. batchUpdate(java.util.List<CrawlingInfo> list)int[]BsCrawlingInfoBhv. batchUpdate(java.util.List<CrawlingInfo> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsCrawlingInfoBhv. batchUpdate(java.util.List<CrawlingInfo> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)voidBsCrawlingInfoBhv. selectBulk(org.dbflute.bhv.readable.CBCall<CrawlingInfoCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<java.util.List<CrawlingInfo>> entityLambda)voidBsCrawlingInfoBhv. selectCursor(org.dbflute.bhv.readable.CBCall<CrawlingInfoCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<CrawlingInfo> entityLambda) -
Uses of CrawlingInfo in org.codelibs.fess.es.config.exentity
Methods in org.codelibs.fess.es.config.exentity that return types with arguments of type CrawlingInfo Modifier and Type Method Description org.dbflute.optional.OptionalEntity<CrawlingInfo>CrawlingInfoParam. getCrawlingInfo()
-