Uses of Class
com.bytedesk.social.whatsapp.WhatsAppEntity
Packages that use WhatsAppEntity
Package
Description
-
Uses of WhatsAppEntity in com.bytedesk.social.whatsapp
Methods in com.bytedesk.social.whatsapp that return WhatsAppEntityModifier and TypeMethodDescriptionprotected WhatsAppEntity
WhatsAppRestService.doSave
(WhatsAppEntity entity) WhatsAppRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WhatsAppEntity entity) Methods in com.bytedesk.social.whatsapp that return types with arguments of type WhatsAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WhatsAppEntity>
WhatsAppRestService.createSpecification
(WhatsAppRequest request) protected org.springframework.data.domain.Page<WhatsAppEntity>
WhatsAppRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WhatsAppEntity> spec, org.springframework.data.domain.Pageable pageable) WhatsAppRestService.findAll()
WhatsAppRepository.findByDeletedFalse()
org.springframework.data.domain.Page<WhatsAppEntity>
WhatsAppRestService.queryByOrgEntity
(WhatsAppRequest request) static org.springframework.data.jpa.domain.Specification<WhatsAppEntity>
WhatsAppSpecification.search
(WhatsAppRequest request, AuthService authService) Methods in com.bytedesk.social.whatsapp with parameters of type WhatsAppEntityModifier and TypeMethodDescriptionWhatsAppRestService.convertToExcel
(WhatsAppEntity entity) WhatsAppRestService.convertToResponse
(WhatsAppEntity entity) protected WhatsAppEntity
WhatsAppRestService.doSave
(WhatsAppEntity entity) WhatsAppRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WhatsAppEntity entity) void
WhatsAppEntityListener.onPostPersist
(WhatsAppEntity app) void
WhatsAppEntityListener.onPostUpdate
(WhatsAppEntity app) Method parameters in com.bytedesk.social.whatsapp with type arguments of type WhatsAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WhatsAppEntity>
WhatsAppRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WhatsAppEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of WhatsAppEntity in com.bytedesk.social.whatsapp.event
Fields in com.bytedesk.social.whatsapp.event declared as WhatsAppEntityModifier and TypeFieldDescriptionprivate WhatsAppEntity
WhatsAppCreateEvent.app
private WhatsAppEntity
WhatsAppDeleteEvent.app
private WhatsAppEntity
WhatsAppUpdateEvent.app
Constructors in com.bytedesk.social.whatsapp.event with parameters of type WhatsAppEntityModifierConstructorDescription -
Uses of WhatsAppEntity in com.bytedesk.social.whatsapp.ycloud
Methods in com.bytedesk.social.whatsapp.ycloud with parameters of type WhatsAppEntityModifier and TypeMethodDescriptionprivate VisitorRequest
YCloudMessageService.buildVisitorRequest
(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, WhatsAppEntity whatsAppEntity) 根据WhatsApp消息构建访客请求对象private void
YCloudMessageService.handleRobotResponse
(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, ThreadProtobuf thread, WhatsAppEntity whatsAppEntity, MessageProtobuf messageProtobuf) 处理机器人回复void
YCloudMessageService.handleWhatsappInboundMessage
(YCloudWhatsappInboundReceived event, WhatsAppEntity whatsAppEntity) 处理WhatsApp入站消息private void
YCloudMessageService.sendToCustomerService
(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, VisitorResponse visitor, ThreadProtobuf thread, WhatsAppEntity whatsAppEntity) 发送消息到客服系统private void
YCloudMessageService.sendWelcomeMessage
(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, ThreadProtobuf thread, WhatsAppEntity whatsAppEntity, String welcomeContent) 发送欢迎消息