@Service public class JobInfoServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<JobInfoMapper,JobInfo> implements IJobInfoService
服务实现类
| 限定符和类型 | 字段和说明 |
|---|---|
private JobGroupMapper |
jobGroupMapper |
private JobLogGlueMapper |
jobLogGlueMapper |
JobLogMapper |
jobLogMapper |
| 构造器和说明 |
|---|
JobInfoServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
ViewResult<String> |
add(JobInfo jobInfo)
add job
|
List<JobInfo> |
getJobsByGroup(Integer jobGroup) |
private boolean |
isNumeric(String str) |
void |
remove(int id)
remove job
*
|
List<JobInfo> |
scheduleJobQuery(long maxNextTime,
int preReadCount) |
void |
scheduleUpdate(JobInfo jobInfo) |
ViewResult<String> |
start(int id)
start job
|
ViewResult<String> |
stop(int id)
stop job
|
ViewResult<String> |
update(JobInfo jobInfo)
update job
|
closeSqlSession, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getMap, getObj, getOne, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdpublic JobLogMapper jobLogMapper
private JobGroupMapper jobGroupMapper
private JobLogGlueMapper jobLogGlueMapper
public List<JobInfo> getJobsByGroup(Integer jobGroup)
getJobsByGroup 在接口中 IJobInfoServicepublic List<JobInfo> scheduleJobQuery(long maxNextTime, int preReadCount)
scheduleJobQuery 在接口中 IJobInfoServicepublic void scheduleUpdate(JobInfo jobInfo)
scheduleUpdate 在接口中 IJobInfoServicepublic ViewResult<String> add(JobInfo jobInfo)
IJobInfoServiceadd 在接口中 IJobInfoServiceprivate boolean isNumeric(String str)
public ViewResult<String> update(JobInfo jobInfo)
IJobInfoServiceupdate 在接口中 IJobInfoServicepublic void remove(int id)
IJobInfoServiceremove 在接口中 IJobInfoServicepublic ViewResult<String> start(int id)
IJobInfoServicestart 在接口中 IJobInfoServicepublic ViewResult<String> stop(int id)
IJobInfoServicestop 在接口中 IJobInfoServiceCopyright © 2022. All rights reserved.