public class SuperCustomRoleController extends java.lang.Object implements CustomRoleController
限定符和类型 | 字段和说明 |
---|---|
static SuperCustomRoleController |
KEY |
限定符和类型 | 方法和说明 |
---|---|
void |
addCustomRole(java.lang.String userId,
CustomRole role) |
CustomRole[] |
getAllCustomRoles(java.lang.String userId,
java.lang.String keyword) |
CustomRole[] |
getCustomRoles(java.lang.String userId,
int page,
int count,
java.lang.String keyword) |
public static final SuperCustomRoleController KEY
public CustomRole[] getCustomRoles(java.lang.String userId, int page, int count, java.lang.String keyword) throws java.lang.Exception
getCustomRoles
在接口中 CustomRoleController
java.lang.Exception
public CustomRole[] getAllCustomRoles(java.lang.String userId, java.lang.String keyword) throws java.lang.Exception
getAllCustomRoles
在接口中 CustomRoleController
java.lang.Exception
public void addCustomRole(java.lang.String userId, CustomRole role) throws java.lang.Exception
addCustomRole
在接口中 CustomRoleController
java.lang.Exception