@Service public class ApiModuleServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<ApiModuleMapper,ApiModule> implements ApiModuleService
| 构造器和说明 |
|---|
ApiModuleServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TreeSelect> |
buildModuleTreeSelect(List<ApiModule> apiModules)
构建前端所需要下拉树结构
|
boolean |
checkNameUnique(ApiModule apiModule) |
int |
deleteByIds(Long[] ids) |
Long |
getModuleId(ApiInterface apiInterface) |
com.baomidou.mybatisplus.core.metadata.IPage<ApiModule> |
selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<ApiModule> page,
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<ApiModule> query) |
List<TreeSelect> |
selectModuleTreeList(Long projectId) |
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, 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 com.baomidou.mybatisplus.core.metadata.IPage<ApiModule> selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<ApiModule> page, com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<ApiModule> query)
selectListPage 在接口中 ApiModuleServicepublic int deleteByIds(Long[] ids)
deleteByIds 在接口中 ApiModuleServicepublic boolean checkNameUnique(ApiModule apiModule)
checkNameUnique 在接口中 ApiModuleServicepublic List<TreeSelect> selectModuleTreeList(Long projectId)
selectModuleTreeList 在接口中 ApiModuleServicepublic Long getModuleId(ApiInterface apiInterface)
getModuleId 在接口中 ApiModuleServicepublic List<TreeSelect> buildModuleTreeSelect(List<ApiModule> apiModules)
apiModules - api模块列表Copyright © 2023. All rights reserved.