Uses of Class
com.bytedesk.call.users.CallUserEntity
Packages that use CallUserEntity
-
Uses of CallUserEntity in com.bytedesk.call.users
Methods in com.bytedesk.call.users that return CallUserEntityModifier and TypeMethodDescriptionCallUserRestService.convertToEntity(CallUserRequest request) CallUserService.createNumber(String username, String domain, String password, String displayName, String email, String accountcode) 创建新用户CallUserRestService.doSave(CallUserEntity entity) CallUserRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallUserEntity entity) CallUserRestService.save(CallUserEntity entity) CallUserService.updateNumber(Long id, String password, String displayName, String email, String accountcode) 更新用户信息Methods in com.bytedesk.call.users that return types with arguments of type CallUserEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<CallUserEntity>CallUserRestService.createSpecification(CallUserRequest request) protected org.springframework.data.domain.Page<CallUserEntity>CallUserRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CallUserEntity> spec, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<CallUserEntity>CallUserService.findAll(org.springframework.data.domain.Pageable pageable) 获取所有用户(分页)CallUserRepository.findByAccountcode(String accountcode) 根据账户代码查找用户CallUserService.findByAccountcode(String accountcode) 根据账户代码查找用户org.springframework.data.domain.Page<CallUserEntity>CallUserRepository.findByDisplayNameContainingIgnoreCase(String displayName, org.springframework.data.domain.Pageable pageable) 根据显示名称模糊搜索CallUserRepository.findByDomain(String domain) 根据域名查找用户org.springframework.data.domain.Page<CallUserEntity>CallUserRepository.findByDomain(String domain, org.springframework.data.domain.Pageable pageable) 根据域名查找用户(分页)CallUserService.findByDomain(String domain) 获取指定域名的用户列表org.springframework.data.domain.Page<CallUserEntity>CallUserService.findByDomain(String domain, org.springframework.data.domain.Pageable pageable) 根据域名查找用户(分页)CallUserRepository.findByEmail(String email) 根据邮箱查找用户CallUserService.findByEmail(String email) 根据邮箱查找用户CallUserRepository.findByEnabledTrue()查找启用的用户CallUserRepository.findByEnabledTrueAndLastRegisterAfter(ZonedDateTime cutoffTime) 查找在线用户(最近指定时间内有注册记录)根据ID查找用户CallUserService.findByNumbername(String username) 根据用户名查找用户CallUserService.findByNumbernameAndDomain(String username, String domain) 根据用户名和域名查找用户根据UID查找用户CallUserRepository.findByUsername(String username) 根据用户名查找用户CallUserRepository.findByUsernameAndDomain(String username, String domain) 根据用户名和域名查找用户org.springframework.data.domain.Page<CallUserEntity>CallUserRepository.findByUsernameContainingIgnoreCase(String username, org.springframework.data.domain.Pageable pageable) 根据用户名模糊搜索CallUserService.findEnabledNumbers()获取所有启用的用户CallUserRepository.findOnlineNumbers(ZonedDateTime cutoffTime) 查找在线用户(最近5分钟内有注册记录)CallUserService.findOnlineNumbers()获取在线用户列表org.springframework.data.domain.Page<CallUserEntity>CallUserRestService.queryByNumberEntity(CallUserRequest request) org.springframework.data.domain.Page<CallUserEntity>CallUserRestService.queryByOrgEntity(CallUserRequest request) static org.springframework.data.jpa.domain.Specification<CallUserEntity>CallUserSpecification.search(CallUserRequest request, AuthService authService) Methods in com.bytedesk.call.users with parameters of type CallUserEntityModifier and TypeMethodDescriptionCallUserRestService.convertToExcel(CallUserEntity entity) CallUserRestService.convertToResponse(CallUserEntity entity) CallUserRestService.doSave(CallUserEntity entity) static CallUserResponseCallUserResponse.fromEntitySafe(CallUserEntity entity) 从实体安全转换为响应对象CallUserRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallUserEntity entity) voidCallUserEntityListener.postPersist(CallUserEntity entity) voidCallUserEntityListener.postUpdate(CallUserEntity entity) CallUserRestService.save(CallUserEntity entity) Method parameters in com.bytedesk.call.users with type arguments of type CallUserEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<CallUserEntity>CallUserRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CallUserEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of CallUserEntity in com.bytedesk.call.users.event
Fields in com.bytedesk.call.users.event declared as CallUserEntityModifier and TypeFieldDescriptionprivate final CallUserEntityCallUserCreateEvent.userprivate final CallUserEntityCallUserUpdateEvent.userConstructors in com.bytedesk.call.users.event with parameters of type CallUserEntityModifierConstructorDescription