Uses of Class
com.bytedesk.core.rbac.auth.AuthService
Packages that use AuthService
Package
Description
Model package contains data models and entities used across the AI module.
Provider package contains implementations for various AI service providers.
Robot package contains classes for managing AI robots/agents.
Robot message package contains classes for handling robot communication.
智能辅助回复
https://work.weixin.qq.com/nl/act/p/c9d6b36eb873411c
Assistant package containing assistant related implementations
Base package containing base classes and common abstractions
ByteDesk 收藏夹管理包
提供收藏夹的CRUD、搜索等功能
Message handling package containing message models and processors
Thread package containing thread models and handlers
ByteDesk 文件上传包
提供文件上传、存储管理等功能
ByteDesk 文章管理包
提供文章的CRUD、搜索等功能
ByteDesk 文章管理包
提供文章的CRUD、搜索等功能
ByteDesk 固定自动回复管理包
提供固定自动回复的CRUD、搜索等功能
ByteDesk 关键词自动回复管理包
提供关键词自动回复的CRUD、搜索等功能
ByteDesk 评论管理包
提供评论的CRUD、搜索等功能
ByteDesk 文档分割包
提供文档分割、向量化等功能
ByteDesk 意图设置管理包
本包提供客服系统中意图识别和分类的相关设置,主要功能包括:
1.
ByteDesk 邀请设置管理包
本包提供客服系统中主动邀请功能的相关设置与管理,包括:
1.
ByteDesk 点踩设置管理包
本包提供客服系统中点踩功能的相关设置与管理,包括:
1.
客服状态日志包
记录和管理客服状态变更
客服切换状态审核设置
浏览记录管理包。
队列成员包
管理客服系统的排队和会话分配
千人千面-路由规则
千人千面-路由规则
Customer Service Statistics Package
Provides comprehensive statistical functionalities for the customer service system, including:
评价服务包
管理客服会话的评价功能
会话转接包
处理会话转接相关功能
工作组服务包
管理客服工作组相关功能
工单核心模块
包含工单实体、仓库、服务等基础组件
工单统计模块
提供工单数据统计、分析功能
-
Uses of AuthService in com.bytedesk.ai.ai_statistic
Methods in com.bytedesk.ai.ai_statistic with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<AiStatisticEntity>AiStatisticSpecification.search(AiStatisticRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ai.demos.booking
Methods in com.bytedesk.ai.demos.booking with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<BookingEntity>BookingSpecification.search(BookingRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ai.demos.consumer
Methods in com.bytedesk.ai.demos.consumer with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ConsumerEntity>ConsumerSpecification.search(ConsumerRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ai.mcp_client
Fields in com.bytedesk.ai.mcp_client declared as AuthServiceMethods in com.bytedesk.ai.mcp_client with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<McpClientEntity>McpClientSpecification.search(McpClientRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ai.mcp_server
Fields in com.bytedesk.ai.mcp_server declared as AuthServiceMethods in com.bytedesk.ai.mcp_server with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<McpServerEntity>McpServerSpecification.search(McpServerRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ai.model
Fields in com.bytedesk.ai.model declared as AuthServiceMethods in com.bytedesk.ai.model with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<LlmModelEntity>LlmModelSpecification.search(LlmModelRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ai.prompt
Fields in com.bytedesk.ai.prompt declared as AuthServiceMethods in com.bytedesk.ai.prompt with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<PromptEntity>PromptSpecification.search(PromptRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ai.provider
Methods in com.bytedesk.ai.provider with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<LlmProviderEntity>LlmProviderSpecification.search(LlmProviderRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ai.robot
Methods in com.bytedesk.ai.robot with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RobotEntity>RobotSpecification.search(RobotRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ai.robot_message
Methods in com.bytedesk.ai.robot_message with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RobotMessageEntity>RobotMessageSpecification.search(RobotMessageRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ai.robot_settings
Methods in com.bytedesk.ai.robot_settings with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RobotSettingsEntity>RobotSettingsSpecification.search(RobotSettingsRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ai.robot_thread
Methods in com.bytedesk.ai.robot_thread with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RobotThreadEntity>RobotThreadSpecification.search(RobotThreadRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ai.statistic_token
Methods in com.bytedesk.ai.statistic_token with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<StatisticTokenEntity>StatisticTokenSpecification.search(StatisticTokenRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.call.call_statistic
Methods in com.bytedesk.call.call_statistic with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<CallStatisticEntity>CallStatisticSpecification.search(CallStatisticRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.call.janus_audio
Methods in com.bytedesk.call.janus_audio with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<JanusAudioEntity>JanusAudioSpecification.search(JanusAudioRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.call.janus_video
Methods in com.bytedesk.call.janus_video with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<JanusVideoEntity>JanusVideoSpecification.search(JanusVideoRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.call.mrcp
Methods in com.bytedesk.call.mrcp with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<CallMrcpEntity>CallMrcpSpecification.search(CallMrcpRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.control.license
Methods in com.bytedesk.control.license with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<LicenseEntity>LicenseSpecification.search(LicenseRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.control.trace
Methods in com.bytedesk.control.trace with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TraceEntity>TraceSpecification.search(TraceRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.action
Fields in com.bytedesk.core.action declared as AuthServiceMethods in com.bytedesk.core.action with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ActionEntity>ActionSpecification.search(ActionRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.announcement
Fields in com.bytedesk.core.announcement declared as AuthServiceMethods in com.bytedesk.core.announcement with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<AnnouncementEntity>AnnouncementSpecification.search(AnnouncementRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.asset
Fields in com.bytedesk.core.asset declared as AuthServiceMethods in com.bytedesk.core.asset with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<AssetEntity>AssetSpecification.search(AssetRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.assistant
Fields in com.bytedesk.core.assistant declared as AuthServiceMethods in com.bytedesk.core.assistant with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<AssistantEntity>AssistantSpecification.search(AssistantRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.balance
Fields in com.bytedesk.core.balance declared as AuthServiceMethods in com.bytedesk.core.balance with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<BalanceEntity>BalanceSpecification.search(BalanceRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.base
Fields in com.bytedesk.core.base declared as AuthServiceModifier and TypeFieldDescriptionprotected AuthServiceBaseRestService.authServiceprotected AuthServiceBaseRestServiceOverride.authServiceMethods in com.bytedesk.core.base with parameters of type AuthServiceModifier and TypeMethodDescriptionprotected static List<jakarta.persistence.criteria.Predicate>BaseSpecification.getBasicPredicates(jakarta.persistence.criteria.Root<?> root, jakarta.persistence.criteria.CriteriaBuilder criteriaBuilder, BaseRequest request, AuthService authService) 获取基础查询条件protected static List<jakarta.persistence.criteria.Predicate>BaseSpecification.getBasicPredicatesNoOrg(jakarta.persistence.criteria.Root<?> root, jakarta.persistence.criteria.CriteriaBuilder criteriaBuilder, BaseRequestNoOrg request, AuthService authService) 无组织实体(BaseEntityNoOrg)使用的基础查询条件:仅过滤 deleted。protected static List<jakarta.persistence.criteria.Predicate>BaseSpecification.getBasicPredicatesWithLevel(jakarta.persistence.criteria.Root<?> root, jakarta.persistence.criteria.CriteriaBuilder criteriaBuilder, BaseRequest request, AuthService authService, String module) 获取带层级过滤的查询条件 根据用户权限过滤可访问的数据层级static <T,TRequest extends BaseRequest>
org.springframework.data.jpa.domain.Specification<T>BaseSpecification.search(TRequest request, AuthService authService) 通用的搜索方法,需要子类实现具体的查询逻辑protected static voidBaseSpecification.validateIsSuperUserPermission(BaseRequestNoOrg request, AuthService authService) protected static voidBaseSpecification.validateSuperUserPermission(BaseRequest request, AuthService authService) 检查并验证超级管理员权限 如果前端设置了superUser标志,则需要判断当前用户是否是超级管理员 如果不是超级管理员,则将superUser设置为false -
Uses of AuthService in com.bytedesk.core.black
Fields in com.bytedesk.core.black declared as AuthServiceMethods in com.bytedesk.core.black with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<BlackEntity>BlackSpecification.search(BlackRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.calendar
Fields in com.bytedesk.core.calendar declared as AuthServiceMethods in com.bytedesk.core.calendar with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<CalendarEntity>CalendarSpecification.search(CalendarRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.category
Fields in com.bytedesk.core.category declared as AuthServiceMethods in com.bytedesk.core.category with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<CategoryEntity>CategorySpecification.search(CategoryRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.clipboard
Fields in com.bytedesk.core.clipboard declared as AuthServiceMethods in com.bytedesk.core.clipboard with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ClipboardEntity>ClipboardSpecification.search(ClipboardRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.config.idempotency
Fields in com.bytedesk.core.config.idempotency declared as AuthService -
Uses of AuthService in com.bytedesk.core.contract
Fields in com.bytedesk.core.contract declared as AuthServiceMethods in com.bytedesk.core.contract with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ContractEntity>ContractSpecification.search(ContractRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.department
Methods in com.bytedesk.core.department with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<DepartmentEntity>DepartmentSpecification.search(DepartmentRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.document
Fields in com.bytedesk.core.document declared as AuthServiceMethods in com.bytedesk.core.document with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<DocumentEntity>DocumentSpecification.search(DocumentRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.email
Methods in com.bytedesk.core.email with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<EmailEntity>EmailSpecification.search(EmailRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.email_message
Methods in com.bytedesk.core.email_message with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<EmailMessageEntity>EmailMessageSpecification.search(EmailMessageRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.email_template
Methods in com.bytedesk.core.email_template with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<EmailTemplateEntity>EmailTemplateSpecification.search(EmailTemplateRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.favorite
Methods in com.bytedesk.core.favorite with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<FavoriteEntity>FavoriteSpecification.search(FavoriteRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.goods
Fields in com.bytedesk.core.goods declared as AuthServiceMethods in com.bytedesk.core.goods with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<GoodsEntity>GoodsSpecification.search(GoodsRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.group
Fields in com.bytedesk.core.group declared as AuthServiceMethods in com.bytedesk.core.group with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<GroupEntity>GroupSpecification.search(GroupRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.group_invite
Methods in com.bytedesk.core.group_invite with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<GroupInviteEntity>GroupInviteSpecification.search(GroupInviteRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.group_notice
Methods in com.bytedesk.core.group_notice with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<GroupNoticeEntity>GroupNoticeSpecification.search(GroupNoticeRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.intention
Fields in com.bytedesk.core.intention declared as AuthServiceMethods in com.bytedesk.core.intention with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<IntentionEntity>IntentionSpecification.search(IntentionRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.invoice
Methods in com.bytedesk.core.invoice with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<InvoiceEntity>InvoiceSpecification.search(InvoiceRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.ip_access
Methods in com.bytedesk.core.ip_access with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<IpAccessEntity>IpAccessSpecification.search(IpAccessRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.ip_black
Fields in com.bytedesk.core.ip_black declared as AuthServiceMethods in com.bytedesk.core.ip_black with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<IpBlackEntity>IpBlackSpecification.search(IpBlackRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.ip_white
Fields in com.bytedesk.core.ip_white declared as AuthServiceMethods in com.bytedesk.core.ip_white with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<IpWhiteEntity>IpWhiteSpecification.search(IpWhiteRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.member
Fields in com.bytedesk.core.member declared as AuthServiceMethods in com.bytedesk.core.member with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MemberEntity>MemberSpecification.search(MemberRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.message
Fields in com.bytedesk.core.message declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceMessageRestService.authServiceprivate final AuthServiceMessageRestServiceVip.authServiceMethods in com.bytedesk.core.message with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MessageEntity>MessageSpecification.search(MessageRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.message_unread
Fields in com.bytedesk.core.message_unread declared as AuthServiceMethods in com.bytedesk.core.message_unread with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MessageUnreadEntity>MessageUnreadSpecification.search(MessageUnreadRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.moment
Fields in com.bytedesk.core.moment declared as AuthServiceMethods in com.bytedesk.core.moment with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MomentEntity>MomentSpecification.search(MomentRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.notice
Methods in com.bytedesk.core.notice with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<NoticeEntity>NoticeSpecification.search(NoticeRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.open_platform
Fields in com.bytedesk.core.open_platform declared as AuthServiceMethods in com.bytedesk.core.open_platform with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<OpenPlatformEntity>OpenPlatformSpecification.search(OpenPlatformRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.order
Fields in com.bytedesk.core.order declared as AuthServiceMethods in com.bytedesk.core.order with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<OrderEntity>OrderSpecification.search(OrderRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.payment
Methods in com.bytedesk.core.payment with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<PaymentEntity>PaymentSpecification.search(PaymentRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.push
Methods in com.bytedesk.core.push with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<PushEntity>PushSpecification.search(PushRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.quartz_task
Fields in com.bytedesk.core.quartz_task declared as AuthServiceMethods in com.bytedesk.core.quartz_task with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<QuartzTaskEntity>QuartzTaskSpecification.search(QuartzTaskRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.rbac.auth
Fields in com.bytedesk.core.rbac.auth declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceAuthController.authServiceprivate AuthServiceAuthTokenFilter.authService -
Uses of AuthService in com.bytedesk.core.rbac.auth.apple
Fields in com.bytedesk.core.rbac.auth.apple declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.cas
Fields in com.bytedesk.core.rbac.auth.cas declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.dingtalk
Fields in com.bytedesk.core.rbac.auth.dingtalk declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.douyin
Fields in com.bytedesk.core.rbac.auth.douyin declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.facebook
Fields in com.bytedesk.core.rbac.auth.facebook declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.feishu
Fields in com.bytedesk.core.rbac.auth.feishu declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.github
Fields in com.bytedesk.core.rbac.auth.github declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.google
Fields in com.bytedesk.core.rbac.auth.google declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.ldap
Fields in com.bytedesk.core.rbac.auth.ldap declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.oidc
Fields in com.bytedesk.core.rbac.auth.oidc declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.openid
Fields in com.bytedesk.core.rbac.auth.openid declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.scan
Fields in com.bytedesk.core.rbac.auth.scan declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.wechat
Fields in com.bytedesk.core.rbac.auth.wechat declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.auth.wechat_work
Fields in com.bytedesk.core.rbac.auth.wechat_work declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.authority
Methods in com.bytedesk.core.rbac.authority with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<AuthorityEntity>AuthoritySpecification.search(AuthorityRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.rbac.organization
Fields in com.bytedesk.core.rbac.organization declared as AuthServiceMethods in com.bytedesk.core.rbac.organization with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<OrganizationEntity>OrganizationSpecification.search(OrganizationRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.rbac.organization_apply
Fields in com.bytedesk.core.rbac.organization_apply declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceOrganizationApplyRestService.authServiceMethods in com.bytedesk.core.rbac.organization_apply with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<OrganizationApplyEntity>OrganizationApplySpecification.search(OrganizationApplyRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.rbac.permission
Fields in com.bytedesk.core.rbac.permission declared as AuthService -
Uses of AuthService in com.bytedesk.core.rbac.role
Fields in com.bytedesk.core.rbac.role declared as AuthServiceMethods in com.bytedesk.core.rbac.role with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RoleEntity>RoleSpecification.search(RoleRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.rbac.token
Fields in com.bytedesk.core.rbac.token declared as AuthServiceMethods in com.bytedesk.core.rbac.token with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TokenEntity>TokenSpecification.search(TokenRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.rbac.user
Fields in com.bytedesk.core.rbac.user declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceUserRestService.authServiceprivate final AuthServiceUserService.authServiceMethods in com.bytedesk.core.rbac.user with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<UserEntity>UserSpecification.search(UserRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.recharge
Fields in com.bytedesk.core.recharge declared as AuthServiceMethods in com.bytedesk.core.recharge with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RechargeEntity>RechargeSpecification.search(RechargeRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.recommendation
Fields in com.bytedesk.core.recommendation declared as AuthServiceMethods in com.bytedesk.core.recommendation with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RecommendationEntity>RecommendationSpecification.search(RecommendationRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.relation
Fields in com.bytedesk.core.relation declared as AuthServiceMethods in com.bytedesk.core.relation with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RelationEntity>RelationSpecification.search(RelationRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.schedule
Fields in com.bytedesk.core.schedule declared as AuthServiceMethods in com.bytedesk.core.schedule with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ScheduleEntity>ScheduleSpecification.search(ScheduleRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.server
Methods in com.bytedesk.core.server with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ServerEntity>ServerSpecification.search(ServerRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.server_metrics
Methods in com.bytedesk.core.server_metrics with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ServerMetricsEntity>ServerMetricsSpecification.search(ServerMetricsRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.settings
Fields in com.bytedesk.core.settings declared as AuthServiceMethods in com.bytedesk.core.settings with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<SettingsEntity>SettingsSpecification.search(SettingsRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.sms
Fields in com.bytedesk.core.sms declared as AuthServiceMethods in com.bytedesk.core.sms with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<SmsEntity>SmsSpecification.search(SmsRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.sms_provider
Fields in com.bytedesk.core.sms_provider declared as AuthServiceMethods in com.bytedesk.core.sms_provider with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<SmsProviderEntity>SmsProviderSpecification.search(SmsProviderRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.sms_template
Fields in com.bytedesk.core.sms_template declared as AuthServiceMethods in com.bytedesk.core.sms_template with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<SmsTemplateEntity>SmsTemplateSpecification.search(SmsTemplateRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.socket.connection
Fields in com.bytedesk.core.socket.connection declared as AuthServiceMethods in com.bytedesk.core.socket.connection with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ConnectionEntity>ConnectionSpecification.search(ConnectionRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.subscription
Fields in com.bytedesk.core.subscription declared as AuthServiceMethods in com.bytedesk.core.subscription with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<SubscriptionEntity>SubscriptionSpecification.search(SubscriptionRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.tag
Fields in com.bytedesk.core.tag declared as AuthServiceMethods in com.bytedesk.core.tag with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TagEntity>TagSpecification.search(TagRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.task
Fields in com.bytedesk.core.task declared as AuthServiceMethods in com.bytedesk.core.task with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TaskEntity>TaskSpecification.search(TaskRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.task_comment
Fields in com.bytedesk.core.task_comment declared as AuthServiceMethods in com.bytedesk.core.task_comment with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TaskCommentEntity>TaskCommentSpecification.search(TaskCommentRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.task_list
Fields in com.bytedesk.core.task_list declared as AuthServiceMethods in com.bytedesk.core.task_list with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TaskListEntity>TaskListSpecification.search(TaskListRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.thread
Fields in com.bytedesk.core.thread declared as AuthServiceMethods in com.bytedesk.core.thread with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ThreadEntity>ThreadSpecification.search(ThreadRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.topic
Fields in com.bytedesk.core.topic declared as AuthServiceMethods in com.bytedesk.core.topic with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TopicEntity>TopicSpecification.search(TopicRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.translate
Fields in com.bytedesk.core.translate declared as AuthServiceMethods in com.bytedesk.core.translate with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TranslateEntity>TranslateSpecification.search(TranslateRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.upload
Fields in com.bytedesk.core.upload declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceUploadRestService.authServiceprivate final AuthServiceUploadSecurityLogger.authServiceMethods in com.bytedesk.core.upload with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<UploadEntity>UploadSpecification.search(UploadRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.url
Methods in com.bytedesk.core.url with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<UrlEntity>UrlSpecification.search(UrlRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.webhook
Methods in com.bytedesk.core.webhook with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WebhookEntity>WebhookSpecification.search(WebhookRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.webhook_message
Methods in com.bytedesk.core.webhook_message with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WebhookMessageEntity>WebhookMessageSpecification.search(WebhookMessageRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.workflow
Methods in com.bytedesk.core.workflow with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WorkflowEntity>WorkflowSpecification.search(WorkflowRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.workflow_edge
Fields in com.bytedesk.core.workflow_edge declared as AuthServiceMethods in com.bytedesk.core.workflow_edge with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WorkflowEdgeEntity>WorkflowEdgeSpecification.search(WorkflowEdgeRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.workflow_log
Fields in com.bytedesk.core.workflow_log declared as AuthServiceMethods in com.bytedesk.core.workflow_log with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WorkflowLogEntity>WorkflowLogSpecification.search(WorkflowLogRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.core.workflow_node
Fields in com.bytedesk.core.workflow_node declared as AuthServiceMethods in com.bytedesk.core.workflow_node with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WorkflowNodeEntity>WorkflowNodeSpecification.search(WorkflowNodeRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.douyin.app
Methods in com.bytedesk.douyin.app with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<DouyinAppEntity>DouyinAppSpecification.search(DouyinAppRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kanban.module
Methods in com.bytedesk.kanban.module with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ModuleEntity>ModuleSpecification.search(ModuleRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kanban.project
Methods in com.bytedesk.kanban.project with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ProjectEntity>ProjectSpecification.search(ProjectRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kanban.project_invite
Methods in com.bytedesk.kanban.project_invite with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ProjectInviteEntity>ProjectInviteSpecification.search(ProjectInviteRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kanban.report
Methods in com.bytedesk.kanban.report with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ReportEntity>ReportSpecification.search(ReportRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kanban.todo_list
Methods in com.bytedesk.kanban.todo_list with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TodoListEntity>TodoListSpecification.search(TodoListRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.article
Methods in com.bytedesk.kbase.article with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ArticleEntity>ArticleSpecification.search(ArticleRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.article_archive
Fields in com.bytedesk.kbase.article_archive declared as AuthServiceMethods in com.bytedesk.kbase.article_archive with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ArticleArchiveEntity>ArticleArchiveSpecification.search(ArticleArchiveRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.auto_reply.fixed
Fields in com.bytedesk.kbase.auto_reply.fixed declared as AuthServiceMethods in com.bytedesk.kbase.auto_reply.fixed with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<AutoReplyFixedEntity>AutoReplyFixedSpecification.search(AutoReplyFixedRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.auto_reply.keyword
Fields in com.bytedesk.kbase.auto_reply.keyword declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceAutoReplyKeywordRestService.authServiceMethods in com.bytedesk.kbase.auto_reply.keyword with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<AutoReplyKeywordEntity>AutoReplyKeywordSpecification.search(AutoReplyKeywordRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.blog
Fields in com.bytedesk.kbase.blog declared as AuthServiceMethods in com.bytedesk.kbase.blog with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<BlogEntity>BlogSpecification.search(BlogRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.comment
Fields in com.bytedesk.kbase.comment declared as AuthServiceMethods in com.bytedesk.kbase.comment with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<KbaseCommentEntity>KbaseCommentSpecification.search(KbaseCommentRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.kbase
Fields in com.bytedesk.kbase.kbase declared as AuthServiceMethods in com.bytedesk.kbase.kbase with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<KbaseEntity>KbaseSpecification.search(KbaseRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.kbase_invite
Methods in com.bytedesk.kbase.kbase_invite with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<KbaseInviteEntity>KbaseInviteSpecification.search(KbaseInviteRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.llm_chunk
Methods in com.bytedesk.kbase.llm_chunk with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ChunkEntity>ChunkSpecification.search(ChunkRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.llm_faq
Methods in com.bytedesk.kbase.llm_faq with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<FaqEntity>FaqSpecification.search(FaqRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.llm_file
Methods in com.bytedesk.kbase.llm_file with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<FileEntity>FileSpecification.search(FileRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.llm_text
Methods in com.bytedesk.kbase.llm_text with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TextEntity>TextSpecification.search(TextRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.llm_webpage
Methods in com.bytedesk.kbase.llm_webpage with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WebpageEntity>WebpageSpecification.search(WebpageRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.llm_website
Methods in com.bytedesk.kbase.llm_website with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WebsiteEntity>WebsiteSpecification.search(WebsiteRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.material
Methods in com.bytedesk.kbase.material with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MaterialEntity>MaterialSpecification.search(MaterialRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.note
Fields in com.bytedesk.kbase.note declared as AuthServiceMethods in com.bytedesk.kbase.note with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<NoteEntity>NoteSpecification.search(NoteRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.quick_button
Fields in com.bytedesk.kbase.quick_button declared as AuthServiceMethods in com.bytedesk.kbase.quick_button with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<QuickButtonEntity>QuickButtonSpecification.search(QuickButtonRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.quick_reply
Methods in com.bytedesk.kbase.quick_reply with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<QuickReplyEntity>QuickReplySpecification.search(QuickReplyRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.settings_intention
Methods in com.bytedesk.kbase.settings_intention with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<IntentionSettingsEntity>IntentionSettingsSpecification.search(IntentionSettingsRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.settings_invite
Fields in com.bytedesk.kbase.settings_invite declared as AuthServiceMethods in com.bytedesk.kbase.settings_invite with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<InviteSettingsEntity>InviteSettingsSpecification.search(InviteSettingsRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.settings_ratedown
Fields in com.bytedesk.kbase.settings_ratedown declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceRatedownSettingsRestService.authServiceMethods in com.bytedesk.kbase.settings_ratedown with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RatedownSettingsEntity>RatedownSettingsSpecification.search(RatedownSettingsRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.statistic
Methods in com.bytedesk.kbase.statistic with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<KbaseStatisticEntity>KbaseStatisticSpecification.search(KbaseStatisticRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.taboo
Methods in com.bytedesk.kbase.taboo with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TabooEntity>TabooSpecification.search(TabooRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.taboo_message
Methods in com.bytedesk.kbase.taboo_message with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TabooMessageEntity>TabooMessageSpecification.search(TabooMessageRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.kbase.trigger
Fields in com.bytedesk.kbase.trigger declared as AuthServiceMethods in com.bytedesk.kbase.trigger with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TriggerEntity>TriggerSpecification.search(TriggerRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.agent
Fields in com.bytedesk.service.agent declared as AuthServiceMethods in com.bytedesk.service.agent with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<AgentEntity>AgentSpecification.search(AgentRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.agent_settings
Fields in com.bytedesk.service.agent_settings declared as AuthServiceMethods in com.bytedesk.service.agent_settings with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<AgentSettingsEntity>AgentSettingsSpecification.search(AgentSettingsRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.agent_status
Methods in com.bytedesk.service.agent_status with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<AgentStatusEntity>AgentStatusSpecification.search(AgentStatusRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.agent_status.settings
Fields in com.bytedesk.service.agent_status.settings declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceAgentStatusSettingRestService.authServiceMethods in com.bytedesk.service.agent_status.settings with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<AgentStatusSettingEntity>AgentStatusSettingSpecification.search(AgentStatusSettingRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.browse
Methods in com.bytedesk.service.browse with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<BrowseEntity>BrowseSpecification.search(BrowseRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.channel_app
Fields in com.bytedesk.service.channel_app declared as AuthServiceMethods in com.bytedesk.service.channel_app with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ChannelAppEntity>ChannelAppSpecification.search(ChannelAppRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.customer
Methods in com.bytedesk.service.customer with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<CustomerEntity>CustomerSpecification.search(CustomerRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.form
Fields in com.bytedesk.service.form declared as AuthServiceMethods in com.bytedesk.service.form with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<FormEntity>FormSpecification.search(FormRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.form_result
Fields in com.bytedesk.service.form_result declared as AuthServiceMethods in com.bytedesk.service.form_result with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<FormResultEntity>FormResultSpecification.search(FormResultRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.holiday
Fields in com.bytedesk.service.holiday declared as AuthServiceMethods in com.bytedesk.service.holiday with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<HolidayEntity>HolidaySpecification.search(HolidayRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.message_correction
Fields in com.bytedesk.service.message_correction declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceMessageCorrectionRestService.authServiceMethods in com.bytedesk.service.message_correction with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MessageCorrectionEntity>MessageCorrectionSpecification.search(MessageCorrectionRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.message_feedback
Fields in com.bytedesk.service.message_feedback declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceMessageFeedbackRestService.authServiceMethods in com.bytedesk.service.message_feedback with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MessageFeedbackEntity>MessageFeedbackSpecification.search(MessageFeedbackRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.message_leave
Fields in com.bytedesk.service.message_leave declared as AuthServiceMethods in com.bytedesk.service.message_leave with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MessageLeaveEntity>MessageLeaveSpecification.search(MessageLeaveRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.message_parsed
Fields in com.bytedesk.service.message_parsed declared as AuthServiceMethods in com.bytedesk.service.message_parsed with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MessageParsedEntity>MessageParsedSpecification.search(MessageParsedRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.message_rating
Fields in com.bytedesk.service.message_rating declared as AuthServiceMethods in com.bytedesk.service.message_rating with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MessageRatingEntity>MessageRatingSpecification.search(MessageRatingRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.message_template
Fields in com.bytedesk.service.message_template declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceMessageTemplateRestService.authServiceMethods in com.bytedesk.service.message_template with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MessageTemplateEntity>MessageTemplateSpecification.search(MessageTemplateRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.message_unanswered
Fields in com.bytedesk.service.message_unanswered declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceMessageUnansweredRestService.authServiceMethods in com.bytedesk.service.message_unanswered with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MessageUnansweredEntity>MessageUnansweredSpecification.search(MessageUnansweredRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.quality_appeal
Methods in com.bytedesk.service.quality_appeal with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<QualityAppealEntity>QualityAppealSpecification.search(QualityAppealRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.quality_check
Methods in com.bytedesk.service.quality_check with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<QualityCheckEntity>QualityCheckSpecification.search(QualityCheckRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.quality_flow
Methods in com.bytedesk.service.quality_flow with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<QualityFlowEntity>QualityFlowSpecification.search(QualityFlowRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.quality_plan
Methods in com.bytedesk.service.quality_plan with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<QualityPlanEntity>QualityPlanSpecification.search(QualityPlanRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.quality_statistic
Methods in com.bytedesk.service.quality_statistic with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<QualityStatisticEntity>QualityStatisticSpecification.search(QualityStatisticRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.queue
Fields in com.bytedesk.service.queue declared as AuthServiceMethods in com.bytedesk.service.queue with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<QueueEntity>QueueSpecification.search(QueueRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.queue_member
Methods in com.bytedesk.service.queue_member with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<QueueMemberEntity>QueueMemberSpecification.search(QueueMemberRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.routing_queue
Fields in com.bytedesk.service.routing_queue declared as AuthServiceMethods in com.bytedesk.service.routing_queue with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RoutingQueueEntity>RoutingQueueSpecification.search(RoutingQueueRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.routing_rule
Fields in com.bytedesk.service.routing_rule declared as AuthServiceMethods in com.bytedesk.service.routing_rule with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RoutingRuleEntity>RoutingRuleSpecification.search(RoutingRuleRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.screen
Methods in com.bytedesk.service.screen with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ScreenEntity>ScreenSpecification.search(ScreenRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.service_statistic
Fields in com.bytedesk.service.service_statistic declared as AuthServiceMethods in com.bytedesk.service.service_statistic with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ServiceStatisticEntity>ServiceStatisticSpecification.search(ServiceStatisticRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.thread_emotion
Methods in com.bytedesk.service.thread_emotion with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ThreadEmotionEntity>ThreadEmotionSpecification.search(ThreadEmotionRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.thread_intention
Methods in com.bytedesk.service.thread_intention with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ThreadIntentionEntity>ThreadIntentionSpecification.search(ThreadIntentionRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.thread_invite
Fields in com.bytedesk.service.thread_invite declared as AuthServiceMethods in com.bytedesk.service.thread_invite with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ThreadInviteEntity>ThreadInviteSpecification.search(ThreadInviteRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.thread_rating
Methods in com.bytedesk.service.thread_rating with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ThreadRatingEntity>ThreadRatingSpecification.search(ThreadRatingRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.thread_summary
Methods in com.bytedesk.service.thread_summary with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ThreadSummaryEntity>ThreadSummarySpecification.search(ThreadSummaryRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.thread_transfer
Methods in com.bytedesk.service.thread_transfer with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ThreadTransferEntity>ThreadTransferSpecification.search(ThreadTransferRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.transfer_keyword
Methods in com.bytedesk.service.transfer_keyword with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TransferKeywordEntity>TransferKeywordSpecification.search(TransferKeywordRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.unified
Fields in com.bytedesk.service.unified declared as AuthServiceMethods in com.bytedesk.service.unified with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<UnifiedEntity>UnifiedSpecification.search(UnifiedRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.visitor
Methods in com.bytedesk.service.visitor with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<VisitorEntity>VisitorSpecification.search(VisitorRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.visitor_rating
Methods in com.bytedesk.service.visitor_rating with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<VisitorRatingEntity>VisitorRatingSpecification.search(VisitorRatingRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.visitor_thread
Methods in com.bytedesk.service.visitor_thread with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<VisitorThreadEntity>VisitorThreadSpecification.search(VisitorThreadRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.visitor_token
Fields in com.bytedesk.service.visitor_token declared as AuthServiceMethods in com.bytedesk.service.visitor_token with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<VisitorTokenEntity>VisitorTokenSpecification.search(VisitorTokenRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.workgroup
Fields in com.bytedesk.service.workgroup declared as AuthServiceMethods in com.bytedesk.service.workgroup with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WorkgroupEntity>WorkgroupSpecification.search(WorkgroupRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.workgroup_routing
Fields in com.bytedesk.service.workgroup_routing declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceWorkgroupRoutingRestService.authServiceMethods in com.bytedesk.service.workgroup_routing with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WorkgroupRoutingEntity>WorkgroupRoutingSpecification.search(WorkgroupRoutingRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.service.workgroup_settings
Methods in com.bytedesk.service.workgroup_settings with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WorkgroupSettingsEntity>WorkgroupSettingsSpecification.search(WorkgroupSettingsRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.shop.app
Fields in com.bytedesk.shop.app declared as AuthServiceMethods in com.bytedesk.shop.app with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ShopAppEntity>ShopAppSpecification.search(ShopAppRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.social.kakao
Methods in com.bytedesk.social.kakao with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<KakaoEntity>KakaoSpecification.search(KakaoRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.social.line
Methods in com.bytedesk.social.line with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<LineEntity>LineSpecification.search(LineRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.social.meta
Methods in com.bytedesk.social.meta with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<MetaAppEntity>MetaAppSpecification.search(MetaAppRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.social.slack
Methods in com.bytedesk.social.slack with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<SlackEntity>SlackSpecification.search(SlackRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.social.telegram
Methods in com.bytedesk.social.telegram with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TelegramEntity>TelegramSpecification.search(TelegramRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.social.tiktok
Methods in com.bytedesk.social.tiktok with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TiktokEntity>TiktokSpecification.search(TiktokRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.social.whatsapp
Methods in com.bytedesk.social.whatsapp with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WhatsAppEntity>WhatsAppSpecification.search(WhatsAppRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.social.zalo
Methods in com.bytedesk.social.zalo with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ZaloEntity>ZaloSpecification.search(ZaloRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ticket.process
Fields in com.bytedesk.ticket.process declared as AuthServiceMethods in com.bytedesk.ticket.process with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ProcessEntity>ProcessSpecification.search(ProcessRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ticket.ticket
Fields in com.bytedesk.ticket.ticket declared as AuthServiceMethods in com.bytedesk.ticket.ticket with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TicketEntity>TicketSpecification.search(TicketRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ticket.ticket_rating
Fields in com.bytedesk.ticket.ticket_rating declared as AuthServiceMethods in com.bytedesk.ticket.ticket_rating with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TicketRatingEntity>TicketRatingSpecification.search(TicketRatingRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ticket.ticket_settings
Fields in com.bytedesk.ticket.ticket_settings declared as AuthServiceMethods in com.bytedesk.ticket.ticket_settings with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TicketSettingsEntity>TicketSettingsSpecification.search(TicketSettingsRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.ticket.ticket_statistic
Fields in com.bytedesk.ticket.ticket_statistic declared as AuthServiceMethods in com.bytedesk.ticket.ticket_statistic with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TicketStatisticEntity>TicketStatisticSpecification.search(TicketStatisticRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.voc.comment
Fields in com.bytedesk.voc.comment declared as AuthServiceMethods in com.bytedesk.voc.comment with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<VocCommentEntity>VocCommentSpecification.search(VocCommentRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.voc.complaint
Fields in com.bytedesk.voc.complaint declared as AuthServiceMethods in com.bytedesk.voc.complaint with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ComplaintEntity>ComplaintSpecification.search(ComplaintRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.voc.feedback
Fields in com.bytedesk.voc.feedback declared as AuthServiceMethods in com.bytedesk.voc.feedback with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<FeedbackEntity>FeedbackSpecification.search(FeedbackRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.voc.opinion
Fields in com.bytedesk.voc.opinion declared as AuthServiceMethods in com.bytedesk.voc.opinion with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<OpinionEntity>OpinionSpecification.search(OpinionRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.wechat.app
Methods in com.bytedesk.wechat.app with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatAppEntity>WeChatAppSpecification.search(WeChatAppRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.wechat.mini.user
Methods in com.bytedesk.wechat.mini.user with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatMiniUserEntity>WeChatMiniUserSpecification.search(WeChatMiniUserRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.wechat.mp.black
Fields in com.bytedesk.wechat.mp.black declared as AuthServiceMethods in com.bytedesk.wechat.mp.black with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatMpBlackEntity>WeChatMpBlackSpecification.search(WeChatMpBlackRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.wechat.mp.draft
Fields in com.bytedesk.wechat.mp.draft declared as AuthServiceMethods in com.bytedesk.wechat.mp.draft with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatMpDraftEntity>WeChatMpDraftSpecification.search(WeChatMpDraftRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.wechat.mp.groupon
Fields in com.bytedesk.wechat.mp.groupon declared as AuthServiceModifier and TypeFieldDescriptionprivate final AuthServiceWeChatMpGrouponRestService.authServiceMethods in com.bytedesk.wechat.mp.groupon with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatMpGrouponEntity>WeChatMpGrouponSpecification.search(WeChatMpGrouponRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.wechat.mp.kefu
Fields in com.bytedesk.wechat.mp.kefu declared as AuthServiceMethods in com.bytedesk.wechat.mp.kefu with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatMpKefuEntity>WeChatMpKefuSpecification.search(WeChatMpKefuRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.wechat.mp.media
Methods in com.bytedesk.wechat.mp.media with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatMpMediaEntity>WeChatMpMediaSpecification.search(WeChatMpMediaRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.wechat.mp.tag
Fields in com.bytedesk.wechat.mp.tag declared as AuthServiceMethods in com.bytedesk.wechat.mp.tag with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatMpTagEntity>WeChatMpTagSpecification.search(WeChatMpTagRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.wechat.mp.user
Methods in com.bytedesk.wechat.mp.user with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatMpUserEntity>WeChatMpUserSpecification.search(WeChatMpUserRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.wechat.pay
Fields in com.bytedesk.wechat.pay declared as AuthServiceMethods in com.bytedesk.wechat.pay with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatPayEntity>WeChatPaySpecification.search(WeChatPayRequest request, AuthService authService) -
Uses of AuthService in com.bytedesk.wechat.work.kefu.account
Methods in com.bytedesk.wechat.work.kefu.account with parameters of type AuthServiceModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatAccountEntity>WeChatAccountSpecification.search(WeChatAccountRequest request, AuthService authService)