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 WhatsAppEntityWhatsAppRestService.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 WhatsAppEntityWhatsAppRestService.doSave(WhatsAppEntity entity) WhatsAppRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WhatsAppEntity entity) voidWhatsAppEntityListener.onPostPersist(WhatsAppEntity app) voidWhatsAppEntityListener.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 WhatsAppEntityWhatsAppCreateEvent.appprivate WhatsAppEntityWhatsAppDeleteEvent.appprivate WhatsAppEntityWhatsAppUpdateEvent.appConstructors 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 VisitorRequestYCloudMessageService.buildVisitorRequest(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, WhatsAppEntity whatsAppEntity) 根据WhatsApp消息构建访客请求对象private voidYCloudMessageService.handleRobotResponse(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, ThreadProtobuf thread, WhatsAppEntity whatsAppEntity, MessageProtobuf messageProtobuf) 处理机器人回复voidYCloudMessageService.handleWhatsappInboundMessage(YCloudWhatsappInboundReceived event, WhatsAppEntity whatsAppEntity) 处理WhatsApp入站消息private voidYCloudMessageService.sendToCustomerService(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, VisitorResponse visitor, ThreadProtobuf thread, WhatsAppEntity whatsAppEntity) 发送消息到客服系统private voidYCloudMessageService.sendWelcomeMessage(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, ThreadProtobuf thread, WhatsAppEntity whatsAppEntity, String welcomeContent) 发送欢迎消息