类 RoleService
java.lang.Object
cool.scx.base.AbstractBaseService<Entity>
cool.scx.base.BaseService<Role>
cool.scx.ext.organization.RoleService
RoleService
- 版本:
- 1.1.2
- 作者:
- scx567888
-
字段概要
从类继承的字段 cool.scx.base.AbstractBaseService
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, count, count, delete, delete, delete, delete, deleteIgnoreConfig, deleteIgnoreConfig, deleteIgnoreConfig, deleteIgnoreConfig, get, get, get, get, getFieldList, list, list, list, list, list, list, revokeDelete, revokeDelete, revokeDelete, revokeDelete, save, save, save, save, update, update, update, update, updateIncludeNull, updateIncludeNull, updateIncludeNull, updateIncludeNull
-
构造器详细资料
-
RoleService
Constructor for CoreRoleService.
- 参数:
userRoleService- aUserRoleServiceobject.
-
-
方法详细资料
-
getRoleListByUser
getRoleListByUser -
getUserRoleByUserIds
getUserRoleByUserIds -
saveRoleListWithUserId
saveRoleListWithUserId- 参数:
userId- aLongobjectroleIds- aStringobject- 抛出:
SQLException- s
-
deleteByUserId
- 参数:
id- aLongobject- 抛出:
SQLException- s
-