Uses of Class
com.bytedesk.social.line.LineEntity
Packages that use LineEntity
-
Uses of LineEntity in com.bytedesk.social.line
Methods in com.bytedesk.social.line that return LineEntityModifier and TypeMethodDescriptionprotected LineEntityLineRestService.doSave(LineEntity entity) LineRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, LineEntity entity) Methods in com.bytedesk.social.line that return types with arguments of type LineEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<LineEntity>LineRestService.createSpecification(LineRequest request) protected org.springframework.data.domain.Page<LineEntity>LineRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<LineEntity> spec, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<LineEntity>LineRestService.queryByOrgEntity(LineRequest request) static org.springframework.data.jpa.domain.Specification<LineEntity>LineSpecification.search(LineRequest request, AuthService authService) Methods in com.bytedesk.social.line with parameters of type LineEntityModifier and TypeMethodDescriptionprivate VisitorRequestLineWebhooks.buildVisitorRequest(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 根据Line消息构建访客请求对象LineRestService.convertToExcel(LineEntity entity) LineRestService.convertToResponse(LineEntity entity) protected LineEntityLineRestService.doSave(LineEntity entity) LineRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, LineEntity entity) voidLineEntityListener.onPostPersist(LineEntity line) voidLineEntityListener.onPostUpdate(LineEntity line) private voidLineWebhooks.processAudioMessage(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理音频消息private voidLineWebhooks.processFileMessage(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理文件消息private voidLineWebhooks.processImageMessage(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理图片消息private voidLineWebhooks.processLocationMessage(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理位置消息private voidLineWebhooks.processMessage(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理Line消息private voidLineWebhooks.processStickerMessage(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理贴纸消息private voidLineWebhooks.processTextMessage(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理文本消息private voidLineWebhooks.processVideoMessage(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理视频消息private voidLineWebhooks.processVisitorMessage(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理访客消息,包括获取访客详情、创建或更新访客信息、请求会话private voidLineWebhooks.sendToCustomerService(com.linecorp.bot.webhook.model.MessageEvent event, VisitorResponse visitor, ThreadProtobuf thread, LineEntity lineEntity) 将Line消息发送到客服系统Method parameters in com.bytedesk.social.line with type arguments of type LineEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<LineEntity>LineRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<LineEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of LineEntity in com.bytedesk.social.line.event
Fields in com.bytedesk.social.line.event declared as LineEntityModifier and TypeFieldDescriptionprivate LineEntityLineCreateEvent.lineprivate LineEntityLineDeleteEvent.lineprivate LineEntityLineUpdateEvent.lineConstructors in com.bytedesk.social.line.event with parameters of type LineEntityModifierConstructorDescriptionLineCreateEvent(LineEntity line) LineDeleteEvent(LineEntity line) LineUpdateEvent(LineEntity line)