类 RoleService
java.lang.Object
cool.scx.core.base.BasicService<Entity>
cool.scx.core.base.BaseModelService<Role>
cool.scx.ext.organization.role.RoleService
RoleService
- 版本:
- 1.1.2
- 作者:
- scx567888
-
字段概要
从类继承的字段 cool.scx.core.base.BasicService
countResultHandler, entityBeanListHandler, entityClass, scxDaoTableInfo -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddeleteByUserID(Long id) getRoleListByUser(User user) 根据 用户获取 角色getUserRoleByUserIDs(cool.scx.sql.AbstractPlaceholderSQL<?> userIDs) getUserRoleByUserIDsvoidsaveRoleListWithUserID(Long userID, List<Long> roleIDs) saveRoleListWithUserID从类继承的方法 cool.scx.core.base.BaseModelService
add, add, add, add, buildGetSQL, buildGetSQLWithAlias, buildListSQL, buildListSQLWithAlias, count, count, delete, delete, get, get, get, get, list, list, list, list, revokeDelete, revokeDelete, update, update, update, update从类继承的方法 cool.scx.core.base.BasicService
_buildSelectSQL, _buildSelectSQLWithAlias, _count, _delete, _insert, _insertBatch, _scxDaoTableInfo, _select, _truncate, _update, autoTransaction, autoTransaction
-
构造器详细资料
-
RoleService
Constructor for CoreRoleService.
- 参数:
userRoleService- aUserRoleServiceobject.
-
-
方法详细资料