@Service public class SysTimersServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysTimersMapper,SysTimers> implements SysTimersService
| 构造器和说明 |
|---|
SysTimersServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(SysTimersParam sysTimersParam)
添加定时任务
|
void |
del(SysTimersParam sysTimersParam)
删除定时任务
|
SysTimers |
detail(SysTimersParam sysTimersParam)
查看详情定时任务
|
void |
edit(SysTimersParam sysTimersParam)
编辑定时任务
|
List<SysTimers> |
findList(SysTimersParam sysTimersParam)
查询所有定时任务
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysTimers> |
findPage(SysTimersParam sysTimersParam)
分页查询定时任务
|
List<String> |
getActionClasses()
获取所有可执行的任务列表
|
void |
start(SysTimersParam sysTimersParam)
启动任务
|
void |
stop(SysTimersParam sysTimersParam)
停止任务
|
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdpublic void add(SysTimersParam sysTimersParam)
SysTimersServiceadd 在接口中 SysTimersServicesysTimersParam - 添加参数public void del(SysTimersParam sysTimersParam)
SysTimersServicedel 在接口中 SysTimersServicesysTimersParam - 删除参数@Transactional(rollbackFor=java.lang.Exception.class) public void edit(SysTimersParam sysTimersParam)
SysTimersServiceedit 在接口中 SysTimersServicesysTimersParam - 编辑参数@Transactional(rollbackFor=java.lang.Exception.class) public void start(SysTimersParam sysTimersParam)
SysTimersServicestart 在接口中 SysTimersServicesysTimersParam - 启动参数@Transactional(rollbackFor=java.lang.Exception.class) public void stop(SysTimersParam sysTimersParam)
SysTimersServicestop 在接口中 SysTimersServicesysTimersParam - 停止参数public SysTimers detail(SysTimersParam sysTimersParam)
SysTimersServicedetail 在接口中 SysTimersServicesysTimersParam - 查看参数public cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysTimers> findPage(SysTimersParam sysTimersParam)
SysTimersServicefindPage 在接口中 SysTimersServicesysTimersParam - 查询参数public List<SysTimers> findList(SysTimersParam sysTimersParam)
SysTimersServicefindList 在接口中 SysTimersServicesysTimersParam - 查询参数public List<String> getActionClasses()
SysTimersServicegetActionClasses 在接口中 SysTimersServiceCopyright © 2024. All rights reserved.