All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.ipokerface.admin.service.AuthorityService Maven / Gradle / Ivy

There is a newer version: 2.7.2
Show newest version
package cn.ipokerface.admin.service;

import cn.ipokerface.admin.model.AuthorityModel;

import java.util.List;

/**
 * Created by       PokerFace
 * Create Date      2020-05-29.
 * Email:           [email protected]
 * Version          1.0.0
 * 

* Description: */ public interface AuthorityService { /** * 获取所有系统的菜单列表 根据 level index 排序 * @param skipGroup if skip group auth * * @return AdminAuthority AdminAuthority */ List authorities(boolean skipGroup); // /** // * 获取当前角色的权限列表 // * // * @param roleId roleId // * @return author // */ // List authorityRole(Long roleId); // /** // * 根据传入的菜单列表构建菜单树 // * // * @param authorities authoritys // * @return authorityTrees // */ // List buildAuthorityTree(List authorities); // }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy