程序包 | 说明 |
---|---|
com.kdayun.manager.controller | |
com.kdayun.z1.core.security.mapper | |
com.kdayun.z1.core.security.service | |
com.kdayun.z1.core.security.service.impl |
限定符和类型 | 方法和说明 |
---|---|
RetVo |
CoreAuthController.addRole(CoreRole coreRole) |
RetVo |
CoreAuthController.modifyRole(CoreRole coreRole) |
RetVo |
CoreAuthController.modifyRoleMx(CoreRole coreRole) |
限定符和类型 | 方法和说明 |
---|---|
CoreRole |
CoreRoleMapper.selectRoleById(java.lang.String rwId,
java.lang.String orgId)
通过角色rwid查询出角色资料
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CoreRole> |
CoreUserMapper.findRolesByUserId(java.lang.String userid)
通过用户id查找出用户的所有角色
|
java.util.List<CoreRole> |
CoreUserMapper.findRolesDeprtByUserId(java.lang.String userid)
通过用户id查找出用户的所有角色 角色名称和部门名称通过"-"连接
|
java.util.List<CoreRole> |
CoreRoleMapper.getAllRoles(java.lang.String orgid,
boolean isall,
java.lang.String condition)
获取全部角色
|
java.util.List<CoreRole> |
CoreRoleMapper.selectEnableRoles(java.lang.String orgId)
查询机构看不到的角色
|
java.util.List<CoreRole> |
CoreRoleMapper.selectRoleByObjcode(java.lang.String objcode,
java.lang.String orgId)
通过角色编号查询出角色资料
|
限定符和类型 | 方法和说明 |
---|---|
int |
CoreRoleMapper.insertRolemx(CoreRole coreRole)
插入 明细表
|
int |
CoreRoleMapper.updateMxByPrimaryKeySelective(CoreRole coreRole)
更新个性角色资料
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CoreRole> |
CoreRoleService.findAllRole(java.lang.String orgid,
boolean isall,
java.lang.String condition)
根据机构查询该机构可以看见的角色
|
java.util.List<CoreRole> |
CoreRoleService.findRoleByCron(java.util.Map<java.lang.String,java.lang.Object> map)
通过条件查询角色
|
java.util.List<CoreRole> |
CoreUserService.findRolesByUserId(java.lang.String userid)
查找用户的所有角色
|
java.util.List<CoreRole> |
CoreUserService.findRolesDeprtByUserId(java.lang.String userid)
查找用户的所有角色
|
java.util.List<CoreRole> |
CoreRoleService.findUnuseRoleByOrgid(java.lang.String orgid)
查询机构不使用的角色
|
限定符和类型 | 方法和说明 |
---|---|
void |
CoreRoleService.modifyMx(CoreRole coreRole)
更新明细表
|
限定符和类型 | 方法和说明 |
---|---|
CoreRole |
CoreRoleServiceImpl.addEntity(CoreRole coreRole) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CoreRole> |
CoreRoleServiceImpl.findAllRole(java.lang.String orgid,
boolean isall,
java.lang.String condition) |
java.util.List<CoreRole> |
CoreRoleServiceImpl.findRoleByCron(java.util.Map<java.lang.String,java.lang.Object> map) |
java.util.List<CoreRole> |
CoreUserServiceImpl.findRolesByUserId(java.lang.String userid) |
java.util.List<CoreRole> |
CoreUserServiceImpl.findRolesDeprtByUserId(java.lang.String userid) |
java.util.List<CoreRole> |
CoreRoleServiceImpl.findUnuseRoleByOrgid(java.lang.String orgId) |
限定符和类型 | 方法和说明 |
---|---|
CoreRole |
CoreRoleServiceImpl.addEntity(CoreRole coreRole) |
int |
CoreRoleServiceImpl.modify(CoreRole entity) |
void |
CoreRoleServiceImpl.modifyMx(CoreRole coreRole) |