类 RoleService
java.lang.Object
cool.scx.base.BaseService<Role>
cool.scx.ext.organization.RoleService
RoleService
- 版本:
- 1.1.2
- 作者:
- scx567888
-
字段概要
从类继承的字段 cool.scx.base.BaseService
entityClass, tableInfo -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddeleteByUserId(Long id) getRoleListByUser(User user) getRoleListByUsergetUserRoleByUserIds(List<Long> userIds) getUserRoleByUserIdsvoidsaveRoleListWithUserId(Long userId, List<Long> roleIds) saveRoleListWithUserId从类继承的方法 cool.scx.base.BaseService
count, count, delete, delete, deleteIgnoreConfig, deleteIgnoreConfig, get, get, getFieldList, list, list, list, revokeDelete, revokeDelete, save, save, update, update, updateIncludeNull, updateIncludeNull
-
构造器详细资料
-
RoleService
Constructor for CoreRoleService.
- 参数:
userRoleService- aUserRoleServiceobject.
-
-
方法详细资料
-
getRoleListByUser
getRoleListByUser -
getUserRoleByUserIds
getUserRoleByUserIds -
saveRoleListWithUserId
saveRoleListWithUserId- 参数:
userId- aLongobjectroleIds- aStringobject- 抛出:
SQLException- s
-
deleteByUserId
- 参数:
id- aLongobject- 抛出:
SQLException- s
-