Uses of Class
com.bytedesk.core.rbac.user.UserEntity
Packages that use UserEntity
Package
Description
Configuration package containing Spring configuration classes and properties
Thread package containing thread models and handlers
Utility classes package containing helper methods and common functionality
工单核心模块
包含工单实体、仓库、服务等基础组件
-
Uses of UserEntity in com.bytedesk.core.action
Fields in com.bytedesk.core.action declared as UserEntity -
Uses of UserEntity in com.bytedesk.core.config
Methods in com.bytedesk.core.config with parameters of type UserEntityModifier and TypeMethodDescriptionvoid
BytedeskEventPublisher.publishUserCreateEvent
(UserEntity user) void
BytedeskEventPublisher.publishUserUpdateEvent
(UserEntity user) -
Uses of UserEntity in com.bytedesk.core.rbac.auth
Methods in com.bytedesk.core.rbac.auth that return UserEntity -
Uses of UserEntity in com.bytedesk.core.rbac.auth.sso
Fields in com.bytedesk.core.rbac.auth.sso declared as UserEntity -
Uses of UserEntity in com.bytedesk.core.rbac.organization
Fields in com.bytedesk.core.rbac.organization declared as UserEntityModifier and TypeFieldDescriptionprivate UserEntity
OrganizationApplyEntity.user
private UserEntity
OrganizationEntity.user
Methods in com.bytedesk.core.rbac.organization with parameters of type UserEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<OrganizationEntity>
OrganizationRepository.findByUser
(UserEntity user, org.springframework.data.domain.Pageable pageable) -
Uses of UserEntity in com.bytedesk.core.rbac.user
Fields in com.bytedesk.core.rbac.user declared as UserEntityMethods in com.bytedesk.core.rbac.user that return UserEntityModifier and TypeMethodDescriptionUserService.addRole
(UserEntity user, String roleName) UserService.addRoleAdmin
(UserEntity user) UserService.addRoleAgent
(UserEntity user) UserService.addRoleMember
(UserEntity user) UserService.addRoleSuper
(UserEntity user) UserService.addRoleUser
(UserEntity user) UserService.createUserFromMember
(UserRequest request) UserService.removeRole
(UserEntity user, String roleName) UserService.removeRoleAdmin
(UserEntity user) UserService.removeRoleAgent
(UserEntity user) UserService.removeRoleMember
(UserEntity user) UserService.removeRoleSuper
(UserEntity user) UserService.removeRoleUser
(UserEntity user) UserRestService.save
(UserEntity entity) UserService.save
(UserEntity user) UserService.updateUserRolesFromMember
(UserEntity user, Set<String> roleUids) Methods in com.bytedesk.core.rbac.user that return types with arguments of type UserEntityModifier and TypeMethodDescriptionUserRestService.findAll
(UserRequest request) UserDetailsServiceImpl.findByEmailAndPlatform
(String email, String platform) UserService.findByEmailAndPlatform
(String email, String platform) UserRepository.findByEmailAndPlatformAndDeletedFalse
(String email, String platform) UserDetailsServiceImpl.findByMobileAndPlatform
(String mobile, String platform) UserService.findByMobileAndPlatform
(String mobile, String platform) UserRepository.findByMobileAndPlatformAndDeletedFalse
(String mobile, String platform) UserDetailsServiceImpl.findByUsernameAndPlatform
(String username, String platform) UserService.findByUsernameAndPlatform
(String username, String platform) UserRepository.findByUsernameAndPlatformAndDeletedFalse
(String username, String platform) UserService.getSuper()
static org.springframework.data.jpa.domain.Specification<UserEntity>
UserSpecification.search
(UserRequest request) Methods in com.bytedesk.core.rbac.user with parameters of type UserEntityModifier and TypeMethodDescriptionUserService.addRole
(UserEntity user, String roleName) UserService.addRoleAdmin
(UserEntity user) UserService.addRoleAgent
(UserEntity user) UserService.addRoleMember
(UserEntity user) UserService.addRoleSuper
(UserEntity user) UserService.addRoleUser
(UserEntity user) static UserDetailsImpl
UserDetailsImpl.build
(UserEntity user) UserRestService.convertToResponse
(UserEntity entity) void
UserService.delete
(UserEntity user) void
UserRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, UserEntity entity) void
UserEntityListener.postPersist
(UserEntity user) void
UserEntityListener.postUpdate
(UserEntity user) UserService.removeRole
(UserEntity user, String roleName) UserService.removeRoleAdmin
(UserEntity user) UserService.removeRoleAgent
(UserEntity user) UserService.removeRoleMember
(UserEntity user) UserService.removeRoleSuper
(UserEntity user) UserService.removeRoleUser
(UserEntity user) UserRestService.save
(UserEntity entity) UserService.save
(UserEntity user) UserService.updateUserRolesFromMember
(UserEntity user, Set<String> roleUids) -
Uses of UserEntity in com.bytedesk.core.rbac.user.event
Fields in com.bytedesk.core.rbac.user.event declared as UserEntityModifier and TypeFieldDescriptionprivate UserEntity
UserCreateEvent.user
private UserEntity
UserLogoutEvent.user
private UserEntity
UserUpdateEvent.user
Constructors in com.bytedesk.core.rbac.user.event with parameters of type UserEntityModifierConstructorDescriptionUserCreateEvent
(UserEntity source) UserLogoutEvent
(Object source, UserEntity user) UserUpdateEvent
(UserEntity user) -
Uses of UserEntity in com.bytedesk.core.thread
Fields in com.bytedesk.core.thread declared as UserEntityMethods in com.bytedesk.core.thread with parameters of type UserEntityModifier and TypeMethodDescriptionThreadRestService.createFileAssistantThread
(UserEntity user) 文件助手会话:file/{user_uid}ThreadRestService.createGroupMemberThread
(ThreadEntity thread, UserEntity owner) ThreadRestService.createSystemChannelThread
(UserEntity user) org.springframework.data.domain.Page<ThreadEntity>
ThreadRestService.findByOwner
(UserEntity user, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ThreadEntity>
ThreadRepository.findByOwnerAndHideAndDeleted
(UserEntity owner, Boolean hide, Boolean deleted, org.springframework.data.domain.Pageable pageable) ThreadRestService.findFirstByTopicAndOwner
(String topic, UserEntity user) ThreadRepository.findFirstByTopicAndOwnerAndDeletedOrderByUpdatedAtDesc
(String topic, UserEntity owner, Boolean deleted) used for member thread type -
Uses of UserEntity in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils with parameters of type UserEntityModifier and TypeMethodDescriptionstatic UserProtobuf
ConvertUtils.convertToUserProtobuf
(UserEntity user) static String
ConvertUtils.convertToUserProtobufString
(UserEntity user) static UserResponse
ConvertUtils.convertToUserResponse
(UserEntity user) static Set<org.springframework.security.core.GrantedAuthority>
ConvertUtils.filterUserGrantedAuthorities
(UserEntity user) -
Uses of UserEntity in com.bytedesk.liangshibao.course
Fields in com.bytedesk.liangshibao.course declared as UserEntityMethods in com.bytedesk.liangshibao.course with parameters of type UserEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Course>
CourseRepository.findAllByUserAndDeleted
(UserEntity user, Boolean deleted, org.springframework.data.domain.Pageable pageable) -
Uses of UserEntity in com.bytedesk.liangshibao.media
Fields in com.bytedesk.liangshibao.media declared as UserEntityMethods in com.bytedesk.liangshibao.media with parameters of type UserEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Media>
MediaRepository.findAllByUserAndDeleted
(UserEntity user, Boolean deleted, org.springframework.data.domain.Pageable pageable) -
Uses of UserEntity in com.bytedesk.team.group
Fields in com.bytedesk.team.group declared as UserEntityFields in com.bytedesk.team.group with type parameters of type UserEntityMethods in com.bytedesk.team.group with parameters of type UserEntityModifier and TypeMethodDescriptionvoid
GroupEntity.addAdmin
(UserEntity user) boolean
GroupEntity.isAdmin
(UserEntity user) boolean
GroupEntity.isMember
(UserEntity user) void
GroupEntity.removeAdmin
(UserEntity user) void
GroupEntity.removeMember
(UserEntity user) Method parameters in com.bytedesk.team.group with type arguments of type UserEntity -
Uses of UserEntity in com.bytedesk.team.member
Fields in com.bytedesk.team.member declared as UserEntityMethods in com.bytedesk.team.member with parameters of type UserEntityModifier and TypeMethodDescriptionMemberRestService.findByUserAndOrgUid
(UserEntity user, String orgUid) MemberRepository.findByUserAndOrgUidAndDeleted
(UserEntity user, String orgUid, Boolean deleted) -
Uses of UserEntity in com.bytedesk.ticket.ticket
Fields in com.bytedesk.ticket.ticket declared as UserEntity