Uses of Class
org.codelibs.fess.es.config.exentity.ScheduledJob
-
-
Uses of ScheduledJob in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type ScheduledJob Modifier and Type Method Description List<ScheduledJob>ScheduledJobService. getCrawlerJobList()org.dbflute.optional.OptionalEntity<ScheduledJob>ScheduledJobService. getScheduledJob(String id)List<ScheduledJob>ScheduledJobService. getScheduledJobList()List<ScheduledJob>ScheduledJobService. getScheduledJobList(SchedulerPager scheduledJobPager)List<ScheduledJob>ScheduledJobService. getScheduledJobListAfter(long updateTime)Methods in org.codelibs.fess.app.service with parameters of type ScheduledJob Modifier and Type Method Description voidScheduledJobService. delete(ScheduledJob scheduledJob)voidScheduledJobService. store(ScheduledJob scheduledJob) -
Uses of ScheduledJob in org.codelibs.fess.app.web.admin.scheduler
Methods in org.codelibs.fess.app.web.admin.scheduler that return types with arguments of type ScheduledJob Modifier and Type Method Description static org.dbflute.optional.OptionalEntity<ScheduledJob>AdminSchedulerAction. getScheduledJob(CreateForm form)Methods in org.codelibs.fess.app.web.admin.scheduler with parameters of type ScheduledJob Modifier and Type Method Description protected voidAdminSchedulerAction. loadScheduledJob(EditForm form, ScheduledJob entity) -
Uses of ScheduledJob in org.codelibs.fess.app.web.api.admin.scheduler
Methods in org.codelibs.fess.app.web.api.admin.scheduler with parameters of type ScheduledJob Modifier and Type Method Description protected EditBodyApiAdminSchedulerAction. createEditBody(ScheduledJob entity) -
Uses of ScheduledJob in org.codelibs.fess.es.config.bsbhv
Methods in org.codelibs.fess.es.config.bsbhv with type parameters of type ScheduledJob Modifier and Type Method Description protected <RESULT extends ScheduledJob>
RESULTBsScheduledJobBhv. createEntity(Map<String,Object> source, Class<? extends RESULT> entityType)protected <ENTITY extends ScheduledJob>
ENTITYBsScheduledJobBhv. doSelectByPK(String id, Class<? extends ENTITY> tp)protected <ENTITY extends ScheduledJob>
org.dbflute.optional.OptionalEntity<ENTITY>BsScheduledJobBhv. doSelectOptionalByPK(String id, Class<? extends ENTITY> tp)protected <ENTITY extends ScheduledJob>
org.dbflute.optional.OptionalEntity<ENTITY>BsScheduledJobBhv. doSelectOptionalEntity(ScheduledJobCB cb, Class<? extends ENTITY> tp)protected <RESULT extends ScheduledJob>
RESULTBsScheduledJobBhv. updateEntity(Map<String,Object> source, RESULT result)Methods in org.codelibs.fess.es.config.bsbhv that return ScheduledJob Modifier and Type Method Description ScheduledJobBsScheduledJobBhv. selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<ScheduledJobCB> cbLambda)Methods in org.codelibs.fess.es.config.bsbhv that return types with arguments of type ScheduledJob Modifier and Type Method Description protected org.dbflute.optional.OptionalEntity<ScheduledJob>BsScheduledJobBhv. facadeSelectByPK(String id)protected org.dbflute.optional.OptionalEntity<ScheduledJob>BsScheduledJobBhv. facadeSelectEntity(ScheduledJobCB cb)org.dbflute.optional.OptionalEntity<ScheduledJob>BsScheduledJobBhv. selectByPK(String id)org.dbflute.optional.OptionalEntity<ScheduledJob>BsScheduledJobBhv. selectEntity(org.dbflute.bhv.readable.CBCall<ScheduledJobCB> cbLambda)org.dbflute.cbean.result.ListResultBean<ScheduledJob>BsScheduledJobBhv. selectList(org.dbflute.bhv.readable.CBCall<ScheduledJobCB> cbLambda)org.dbflute.cbean.result.PagingResultBean<ScheduledJob>BsScheduledJobBhv. selectPage(org.dbflute.bhv.readable.CBCall<ScheduledJobCB> cbLambda)protected Class<ScheduledJob>BsScheduledJobBhv. typeOfHandlingEntity()protected Class<? extends ScheduledJob>BsScheduledJobBhv. typeOfSelectedEntity()Methods in org.codelibs.fess.es.config.bsbhv with parameters of type ScheduledJob Modifier and Type Method Description voidBsScheduledJobBhv. delete(ScheduledJob entity)voidBsScheduledJobBhv. delete(ScheduledJob entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.delete.DeleteRequestBuilder> opLambda)voidBsScheduledJobBhv. insert(ScheduledJob entity)voidBsScheduledJobBhv. insert(ScheduledJob entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsScheduledJobBhv. insertOrUpdate(ScheduledJob entity)voidBsScheduledJobBhv. insertOrUpdate(ScheduledJob entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsScheduledJobBhv. update(ScheduledJob entity)voidBsScheduledJobBhv. update(ScheduledJob entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)Method parameters in org.codelibs.fess.es.config.bsbhv with type arguments of type ScheduledJob Modifier and Type Method Description int[]BsScheduledJobBhv. batchDelete(List<ScheduledJob> list)int[]BsScheduledJobBhv. batchDelete(List<ScheduledJob> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsScheduledJobBhv. batchDelete(List<ScheduledJob> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsScheduledJobBhv. batchInsert(List<ScheduledJob> list)int[]BsScheduledJobBhv. batchInsert(List<ScheduledJob> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsScheduledJobBhv. batchInsert(List<ScheduledJob> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsScheduledJobBhv. batchUpdate(List<ScheduledJob> list)int[]BsScheduledJobBhv. batchUpdate(List<ScheduledJob> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsScheduledJobBhv. batchUpdate(List<ScheduledJob> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)voidBsScheduledJobBhv. selectBulk(org.dbflute.bhv.readable.CBCall<ScheduledJobCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<List<ScheduledJob>> entityLambda)voidBsScheduledJobBhv. selectCursor(org.dbflute.bhv.readable.CBCall<ScheduledJobCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<ScheduledJob> entityLambda) -
Uses of ScheduledJob in org.codelibs.fess.es.config.exbhv
Methods in org.codelibs.fess.es.config.exbhv that return types with arguments of type ScheduledJob Modifier and Type Method Description org.dbflute.optional.OptionalEntity<ScheduledJob>ScheduledJobBhv. selectByPK(String id) -
Uses of ScheduledJob in org.codelibs.fess.es.config.exentity
Methods in org.codelibs.fess.es.config.exentity that return ScheduledJob Modifier and Type Method Description ScheduledJobJobLog. getScheduledJob()Constructors in org.codelibs.fess.es.config.exentity with parameters of type ScheduledJob Constructor Description JobLog(ScheduledJob scheduledJob) -
Uses of ScheduledJob in org.codelibs.fess.exception
Constructors in org.codelibs.fess.exception with parameters of type ScheduledJob Constructor Description JobNotFoundException(ScheduledJob scheduledJob) -
Uses of ScheduledJob in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper with parameters of type ScheduledJob Modifier and Type Method Description voidJobHelper. register(ScheduledJob scheduledJob)voidJobHelper. register(org.lastaflute.job.LaCron cron, ScheduledJob scheduledJob)voidJobHelper. remove(ScheduledJob scheduledJob)voidJobHelper. unregister(ScheduledJob scheduledJob)
-