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 LineEntity
LineRestService.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 VisitorRequest
LineWebhooks.buildVisitorRequest
(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 根据Line消息构建访客请求对象LineRestService.convertToExcel
(LineEntity entity) LineRestService.convertToResponse
(LineEntity entity) protected LineEntity
LineRestService.doSave
(LineEntity entity) LineRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, LineEntity entity) void
LineEntityListener.onPostPersist
(LineEntity line) void
LineEntityListener.onPostUpdate
(LineEntity line) private void
LineWebhooks.processAudioMessage
(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理音频消息private void
LineWebhooks.processFileMessage
(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理文件消息private void
LineWebhooks.processImageMessage
(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理图片消息private void
LineWebhooks.processLocationMessage
(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理位置消息private void
LineWebhooks.processMessage
(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理Line消息private void
LineWebhooks.processStickerMessage
(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理贴纸消息private void
LineWebhooks.processTextMessage
(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理文本消息private void
LineWebhooks.processVideoMessage
(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理视频消息private void
LineWebhooks.processVisitorMessage
(com.linecorp.bot.webhook.model.MessageEvent event, LineEntity lineEntity) 处理访客消息,包括获取访客详情、创建或更新访客信息、请求会话private void
LineWebhooks.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 LineEntity
LineCreateEvent.line
private LineEntity
LineDeleteEvent.line
private LineEntity
LineUpdateEvent.line
Constructors in com.bytedesk.social.line.event with parameters of type LineEntityModifierConstructorDescriptionLineCreateEvent
(LineEntity line) LineDeleteEvent
(LineEntity line) LineUpdateEvent
(LineEntity line)