接口 DynamicRoleService

  • 所有已知实现类:
    DynamicRoleServiceImpl

    public interface DynamicRoleService
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • 方法详细资料

      • getById

        DynamicRole getById​(String id)
        Description: 根据动态角色Id查找动态角色
        参数:
        id -
        返回:
      • listAll

        List<DynamicRole> listAll()
        查找当前租户的所有动态角色
        返回:
      • removeDynamicRoles

        void removeDynamicRoles​(String[] dynamicRoleIds)
        根据传过来的Id数组删除动态角色
        参数:
        dynamicRoleIds -
      • saveOrUpdate

        DynamicRole saveOrUpdate​(DynamicRole dynamicRole)
        保存或者更新动态角色
        参数:
        dynamicRole -
        返回: