public class CustomRoleService
extends java.lang.Object
构造器和说明 |
---|
CustomRoleService() |
限定符和类型 | 方法和说明 |
---|---|
void |
addCustomRole(java.lang.String currentUserId,
RoleBean roleBean) |
void |
deleteCustomRole(java.lang.String roleId) |
void |
editCustomRole(java.lang.String roleId,
RoleBean roleBean) |
java.util.List<RoleBean> |
getAllCustomRoleNameList(java.lang.String keyword) |
RoleBean |
getCustomRole(java.lang.String roleId) |
java.util.Map<java.lang.String,java.lang.Object> |
getCustomRoleList(java.lang.String currentUserId,
int page,
int count,
java.lang.String keyword) |
java.util.List<CustomRole> |
getCustomRolesByUser(java.lang.String userId)
查找用户所属自定义角色
|
static CustomRoleService |
getInstance() |
public static CustomRoleService getInstance()
public void addCustomRole(java.lang.String currentUserId, RoleBean roleBean) throws java.lang.Exception
java.lang.Exception
public void deleteCustomRole(java.lang.String roleId) throws java.lang.Exception
java.lang.Exception
public void editCustomRole(java.lang.String roleId, RoleBean roleBean) throws java.lang.Exception
java.lang.Exception
public RoleBean getCustomRole(java.lang.String roleId) throws java.lang.Exception
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getCustomRoleList(java.lang.String currentUserId, int page, int count, java.lang.String keyword) throws java.lang.Exception
java.lang.Exception
public java.util.List<RoleBean> getAllCustomRoleNameList(java.lang.String keyword) throws java.lang.Exception
java.lang.Exception
public java.util.List<CustomRole> getCustomRolesByUser(java.lang.String userId) throws java.lang.Exception
userId
- java.lang.Exception