Uses of Class
com.bytedesk.core.webhook_message.WebhookMessageEntity
Packages that use WebhookMessageEntity
-
Uses of WebhookMessageEntity in com.bytedesk.core.webhook_message
Methods in com.bytedesk.core.webhook_message that return WebhookMessageEntityModifier and TypeMethodDescriptionWebhookMessageService.createMessageRecord
(WebhookEntity webhook, MessageProtobuf message, boolean success, Map<String, Object> responseData, String errorMessage) 创建消息推送记录protected WebhookMessageEntity
WebhookMessageRestService.doSave
(WebhookMessageEntity entity) WebhookMessageRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WebhookMessageEntity entity) WebhookMessageService.updateMessageRecordStatus
(String recordUid, boolean success, Map<String, Object> responseData, String errorMessage) 更新消息推送记录的重试状态Methods in com.bytedesk.core.webhook_message that return types with arguments of type WebhookMessageEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WebhookMessageEntity>
WebhookMessageRestService.createSpecification
(WebhookMessageRequest request) protected org.springframework.data.domain.Page<WebhookMessageEntity>
WebhookMessageRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WebhookMessageEntity> spec, org.springframework.data.domain.Pageable pageable) WebhookMessageRepository.findByMessageUid
(String messageUid) 根据消息UID查询消息推送记录org.springframework.data.domain.Page<WebhookMessageEntity>
WebhookMessageRepository.findBySenderUid
(String senderUid, org.springframework.data.domain.Pageable pageable) 根据发送者UID查询消息推送记录WebhookMessageRepository.findBySuccessFalse()
查询所有推送失败的记录WebhookMessageRepository.findByThreadUid
(String threadUid) 根据会话UID查询消息推送记录org.springframework.data.domain.Page<WebhookMessageEntity>
WebhookMessageRepository.findByWebhookType
(String webhookType, org.springframework.data.domain.Pageable pageable) 根据webhook类型查询消息推送记录WebhookMessageRepository.findByWebhookUid
(String webhookUid) 根据webhook的UID查询消息推送记录static org.springframework.data.jpa.domain.Specification<WebhookMessageEntity>
WebhookMessageSpecification.search
(WebhookMessageRequest request, AuthService authService) Methods in com.bytedesk.core.webhook_message with parameters of type WebhookMessageEntityModifier and TypeMethodDescriptionWebhookMessageRestService.convertToExcel
(WebhookMessageEntity entity) WebhookMessageRestService.convertToResponse
(WebhookMessageEntity entity) protected WebhookMessageEntity
WebhookMessageRestService.doSave
(WebhookMessageEntity entity) WebhookMessageRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WebhookMessageEntity entity) void
WebhookMessageEntityListener.onPostPersist
(WebhookMessageEntity webhook) void
WebhookMessageEntityListener.onPostUpdate
(WebhookMessageEntity webhook) Method parameters in com.bytedesk.core.webhook_message with type arguments of type WebhookMessageEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WebhookMessageEntity>
WebhookMessageRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WebhookMessageEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of WebhookMessageEntity in com.bytedesk.core.webhook_message.event
Fields in com.bytedesk.core.webhook_message.event declared as WebhookMessageEntityModifier and TypeFieldDescriptionprivate WebhookMessageEntity
WebhookMessageCreateEvent.webhook
private WebhookMessageEntity
WebhookmessageeleteEvent.webhook
private WebhookMessageEntity
WebhookMessageUpdateEvent.webhook
Constructors in com.bytedesk.core.webhook_message.event with parameters of type WebhookMessageEntityModifierConstructorDescription