@RpcSupport public interface IUserHandler extends IBaseEntityHandler<UserEntity>
限定符和类型 | 方法和说明 |
---|---|
UserEntity |
add(UserEntity entity) |
void |
assignUserWithrole(long userId,
long roleId) |
void |
assignUserWithroles(long id,
List<Long> roleIds) |
void |
changePassword(String userName,
String oldPassword,
String newPassword) |
Boolean |
checkPassword(String userName,
String password) |
Boolean |
checkPermission(long userId,
String permission) |
UserEntity |
getbyDepartmentCodeAndJobPositionCode(String jobPositionCode,
String departmentCode) |
UserEntity |
getByName(String userName) |
List<UserEntity> |
listByNameLazzy(String name) |
List<UserEntity> |
listByNameWithFuzzy(String name) |
List<UserEntity> |
listByRole(long roleId) |
Collection<UserSimpleData> |
listSimpleData() |
void |
resetPassword(String userName,
String newPassword) |
countByFilter, createFilter, delete, deleteById, deleteByIds, getByFilter, getById, getByIdAndEvict, list, listByFilter, paging, pagingByFilter, save, saveAll
UserEntity getByName(String userName)
UserEntity add(UserEntity entity)
List<UserEntity> listByRole(long roleId)
List<UserEntity> listByNameWithFuzzy(String name)
UserEntity getbyDepartmentCodeAndJobPositionCode(String jobPositionCode, String departmentCode)
List<UserEntity> listByNameLazzy(String name)
void assignUserWithrole(long userId, long roleId)
Collection<UserSimpleData> listSimpleData()
listSimpleData
在接口中 IBaseEntityHandler<UserEntity>
Copyright © 2019. All rights reserved.