接口 IReleasePermissionsService
- 所有超级接口:
com.baomidou.mybatisplus.extension.service.IService<ReleasePermissions>
- 所有已知实现类:
ReleasePermissionsServiceImpl
public interface IReleasePermissionsService
extends com.baomidou.mybatisplus.extension.service.IService<ReleasePermissions>
- 从以下版本开始:
- 2023-07-03 11:32:23
-
字段概要
从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService
DEFAULT_BATCH_SIZE
-
方法概要
修饰符和类型方法说明getPermissions
(Long releaseId, Long userId, io.github.mangocrisp.spring.taybct.tool.core.request.SqlQueryParams sqlQueryParams) 获取流程发布权限分配boolean
permissions
(List<ReleasePermissions> list) 分配发布查看权限从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService
count, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, 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, updateById
-
方法详细资料
-
permissions
分配发布查看权限- 参数:
list
- 权限列表- 返回:
- boolean
-
getPermissions
List<ReleasePermissions> getPermissions(Long releaseId, Long userId, io.github.mangocrisp.spring.taybct.tool.core.request.SqlQueryParams sqlQueryParams) 获取流程发布权限分配- 参数:
releaseId
- 流程发布 iduserId
- 用户 idsqlQueryParams
- 分布查询条件- 返回:
- list
-