接口 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
    分配发布查看权限

    从接口继承的方法 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

      boolean permissions(List<ReleasePermissions> list)
      分配发布查看权限
      参数:
      list - 权限列表
      返回:
      boolean
    • getPermissions

      List<ReleasePermissions> getPermissions(Long releaseId, Long userId, io.github.mangocrisp.spring.taybct.tool.core.request.SqlQueryParams sqlQueryParams)
      获取流程发布权限分配
      参数:
      releaseId - 流程发布 id
      userId - 用户 id
      sqlQueryParams - 分布查询条件
      返回:
      list