Class SysUserService
java.lang.Object
cn.herodotus.engine.data.core.jpa.service.AbstractJpaService<SysUser,String>
cn.herodotus.engine.logic.upms.service.security.SysUserService
- All Implemented Interfaces:
BaseJpaReadableService<SysUser,,String> BaseJpaWriteableService<SysUser,,String> cn.herodotus.engine.data.core.service.BasePageService<SysUser,,String> cn.herodotus.engine.data.core.service.BaseService<SysUser,String>
Description: SysUserService
- Author:
- : gengwei.zheng
- Date:
- : 2019/11/9 10:03
-
Constructor Summary
ConstructorsConstructorDescriptionSysUserService(SysUserRepository sysUserRepository, SysDefaultRoleService sysDefaultRoleService) -
Method Summary
Modifier and TypeMethodDescriptionchangePassword(String userId, String password) voidchangeStatus(String userId, cn.herodotus.engine.data.core.enums.DataItemStatus status) findByUserId(String userId) findByUsername(String username) register(SocialUserDetails socialUserDetails) cn.herodotus.engine.core.identity.domain.HerodotusUserregisterUserDetails(SocialUserDetails socialUserDetails) Methods inherited from class cn.herodotus.engine.data.core.jpa.service.AbstractJpaService
likeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.herodotus.engine.data.core.jpa.service.BaseJpaReadableService
count, count, exists, existsById, findAll, findAll, findAll, findAll, findAllById, findById, findByPage, findByPage, findByPage, findByPage, getReferenceByIdMethods inherited from interface cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService
delete, deleteAll, deleteAll, deleteAllById, deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface cn.herodotus.engine.data.core.service.BasePageService
findByPage, findByPage, findByPage
-
Constructor Details
-
SysUserService
public SysUserService(SysUserRepository sysUserRepository, SysDefaultRoleService sysDefaultRoleService)
-
-
Method Details
-
getRepository
-
findByUsername
-
findByUserId
-
changePassword
-
assign
-
register
-
register
-
register
-
register
-
register
-
registerUserDetails
public cn.herodotus.engine.core.identity.domain.HerodotusUser registerUserDetails(SocialUserDetails socialUserDetails) -
changeStatus
-