Uses of Class
com.bytedesk.wechat.mp.kefu.WeChatMpKefuEntity
Packages that use WeChatMpKefuEntity
-
Uses of WeChatMpKefuEntity in com.bytedesk.wechat.mp.kefu
Fields in com.bytedesk.wechat.mp.kefu with type parameters of type WeChatMpKefuEntityModifier and TypeFieldDescriptionprivate List<WeChatMpKefuEntity>WeChatMpKefuApiService.WeChatMpKefuListResponse.kfListprivate List<WeChatMpKefuEntity>WeChatMpKefuApiService.WeChatMpKefuOnlineListResponse.kfOnlineListMethods in com.bytedesk.wechat.mp.kefu that return WeChatMpKefuEntityModifier and TypeMethodDescriptionprotected WeChatMpKefuEntityWeChatMpKefuRestService.doSave(WeChatMpKefuEntity entity) WeChatMpKefuRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpKefuEntity entity) Methods in com.bytedesk.wechat.mp.kefu that return types with arguments of type WeChatMpKefuEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WeChatMpKefuEntity>WeChatMpKefuRestService.createSpecification(WeChatMpKefuRequest request) protected org.springframework.data.domain.Page<WeChatMpKefuEntity>WeChatMpKefuRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<WeChatMpKefuEntity> specification, org.springframework.data.domain.Pageable pageable) WeChatMpKefuApiService.WeChatMpKefuListResponse.getKfList()WeChatMpKefuApiService.WeChatMpKefuOnlineListResponse.getKfOnlineList()static org.springframework.data.jpa.domain.Specification<WeChatMpKefuEntity>WeChatMpKefuSpecification.search(WeChatMpKefuRequest request, AuthService authService) Methods in com.bytedesk.wechat.mp.kefu with parameters of type WeChatMpKefuEntityModifier and TypeMethodDescriptionWeChatMpKefuRestService.convertToResponse(WeChatMpKefuEntity entity) protected WeChatMpKefuEntityWeChatMpKefuRestService.doSave(WeChatMpKefuEntity entity) WeChatMpKefuRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpKefuEntity entity) Method parameters in com.bytedesk.wechat.mp.kefu with type arguments of type WeChatMpKefuEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WeChatMpKefuEntity>WeChatMpKefuRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<WeChatMpKefuEntity> specification, org.springframework.data.domain.Pageable pageable) voidWeChatMpKefuApiService.WeChatMpKefuListResponse.setKfList(List<WeChatMpKefuEntity> kfList) voidWeChatMpKefuApiService.WeChatMpKefuOnlineListResponse.setKfOnlineList(List<WeChatMpKefuEntity> kfOnlineList) -
Uses of WeChatMpKefuEntity in com.bytedesk.wechat.mp.kefu.event
Fields in com.bytedesk.wechat.mp.kefu.event declared as WeChatMpKefuEntityModifier and TypeFieldDescriptionprivate WeChatMpKefuEntityWeChatMpKefuEntityCreateEvent.weChatMiniEntityprivate WeChatMpKefuEntityWeChatMpKefuEntityUpdateEvent.weChatMiniEntityConstructors in com.bytedesk.wechat.mp.kefu.event with parameters of type WeChatMpKefuEntityModifierConstructorDescriptionWeChatMpKefuEntityCreateEvent(Object source, WeChatMpKefuEntity miniEntity) WeChatMpKefuEntityUpdateEvent(Object source, WeChatMpKefuEntity miniEntity)