Uses of Class
org.codelibs.fess.es.config.exentity.ScheduledJob
Packages that use ScheduledJob
Package
Description
-
Uses of ScheduledJob in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type ScheduledJobModifier and TypeMethodDescriptionScheduledJobService.getCrawlerJobList()org.dbflute.optional.OptionalEntity<ScheduledJob>ScheduledJobService.getScheduledJob(String id) ScheduledJobService.getScheduledJobList()ScheduledJobService.getScheduledJobList(SchedulerPager scheduledJobPager) ScheduledJobService.getScheduledJobListAfter(long updateTime) Methods in org.codelibs.fess.app.service with parameters of type ScheduledJobModifier and TypeMethodDescriptionvoidScheduledJobService.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 ScheduledJobModifier and TypeMethodDescriptionstatic org.dbflute.optional.OptionalEntity<ScheduledJob>AdminSchedulerAction.getScheduledJob(CreateForm form) Methods in org.codelibs.fess.app.web.admin.scheduler with parameters of type ScheduledJobModifier and TypeMethodDescriptionprotected 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 ScheduledJobModifier and TypeMethodDescriptionprotected 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 ScheduledJobModifier and TypeMethodDescriptionprotected <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 ScheduledJobModifier and TypeMethodDescriptionBsScheduledJobBhv.selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<ScheduledJobCB> cbLambda) Methods in org.codelibs.fess.es.config.bsbhv that return types with arguments of type ScheduledJobModifier and TypeMethodDescriptionprotected 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 ScheduledJobModifier and TypeMethodDescriptionvoidBsScheduledJobBhv.delete(ScheduledJob entity) voidBsScheduledJobBhv.delete(ScheduledJob entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.delete.DeleteRequestBuilder> opLambda) voidBsScheduledJobBhv.insert(ScheduledJob entity) voidBsScheduledJobBhv.insert(ScheduledJob entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidBsScheduledJobBhv.insertOrUpdate(ScheduledJob entity) voidBsScheduledJobBhv.insertOrUpdate(ScheduledJob entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidBsScheduledJobBhv.update(ScheduledJob entity) voidBsScheduledJobBhv.update(ScheduledJob entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) Method parameters in org.codelibs.fess.es.config.bsbhv with type arguments of type ScheduledJobModifier and TypeMethodDescriptionint[]BsScheduledJobBhv.batchDelete(List<ScheduledJob> list) int[]BsScheduledJobBhv.batchDelete(List<ScheduledJob> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsScheduledJobBhv.batchDelete(List<ScheduledJob> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsScheduledJobBhv.batchInsert(List<ScheduledJob> list) int[]BsScheduledJobBhv.batchInsert(List<ScheduledJob> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsScheduledJobBhv.batchInsert(List<ScheduledJob> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsScheduledJobBhv.batchUpdate(List<ScheduledJob> list) int[]BsScheduledJobBhv.batchUpdate(List<ScheduledJob> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsScheduledJobBhv.batchUpdate(List<ScheduledJob> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.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 ScheduledJobModifier and TypeMethodDescriptionorg.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 ScheduledJobConstructors in org.codelibs.fess.es.config.exentity with parameters of type ScheduledJob -
Uses of ScheduledJob in org.codelibs.fess.exception
Constructors in org.codelibs.fess.exception with parameters of type ScheduledJob -
Uses of ScheduledJob in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper with parameters of type ScheduledJobModifier and TypeMethodDescriptionvoidJobHelper.register(ScheduledJob scheduledJob) voidJobHelper.register(org.lastaflute.job.LaCron cron, ScheduledJob scheduledJob) voidJobHelper.remove(ScheduledJob scheduledJob) voidJobHelper.unregister(ScheduledJob scheduledJob)