public class CommonCustomRoleController extends java.lang.Object implements CustomRoleController
| 限定符和类型 | 字段和说明 |
|---|---|
static CommonCustomRoleController |
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 CommonCustomRoleController KEY
public CustomRole[] getCustomRoles(java.lang.String userId, int page, int count, java.lang.String keyword) throws java.lang.Exception
getCustomRoles 在接口中 CustomRoleControllerjava.lang.Exceptionpublic CustomRole[] getAllCustomRoles(java.lang.String userId, java.lang.String keyword) throws java.lang.Exception
getAllCustomRoles 在接口中 CustomRoleControllerjava.lang.Exceptionpublic void addCustomRole(java.lang.String userId,
CustomRole role)
throws java.lang.Exception
addCustomRole 在接口中 CustomRoleControllerjava.lang.Exception