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 declared as WeChatMpKefuEntityModifier and TypeFieldDescriptionprivate WeChatMpKefuEntity
WeChatMpKefuEntityCreateEvent.weChatMiniEntity
private WeChatMpKefuEntity
WeChatMpKefuEntityUpdateEvent.weChatMiniEntity
Fields in com.bytedesk.wechat.mp.kefu with type parameters of type WeChatMpKefuEntityModifier and TypeFieldDescriptionprivate List<WeChatMpKefuEntity>
WeChatMpKefuApiService.WeChatMpKefuListResponse.kfList
private List<WeChatMpKefuEntity>
WeChatMpKefuApiService.WeChatMpKefuOnlineListResponse.kfOnlineList
Methods in com.bytedesk.wechat.mp.kefu that return WeChatMpKefuEntityMethods in com.bytedesk.wechat.mp.kefu that return types with arguments of type WeChatMpKefuEntityModifier and TypeMethodDescriptionWeChatMpKefuApiService.getKefuList
(WeChatMpEntity weChatMpEntity) WeChatMpKefuApiService.WeChatMpKefuListResponse.getKfList()
WeChatMpKefuApiService.WeChatMpKefuOnlineListResponse.getKfOnlineList()
WeChatMpKefuApiService.getOnlineKefuList
(WeChatMpEntity weChatMpEntity) static org.springframework.data.jpa.domain.Specification<WeChatMpKefuEntity>
WeChatMpKefuSpecification.search
(WeChatMpKefuRequest request) Methods in com.bytedesk.wechat.mp.kefu with parameters of type WeChatMpKefuEntityModifier and TypeMethodDescriptionWeChatMpKefuService.convertToResponse
(WeChatMpKefuEntity entity) void
WeChatMpKefuService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpKefuEntity entity) WeChatMpKefuService.save
(WeChatMpKefuEntity entity) Method parameters in com.bytedesk.wechat.mp.kefu with type arguments of type WeChatMpKefuEntityModifier and TypeMethodDescriptionvoid
WeChatMpKefuApiService.WeChatMpKefuListResponse.setKfList
(List<WeChatMpKefuEntity> kfList) void
WeChatMpKefuApiService.WeChatMpKefuOnlineListResponse.setKfOnlineList
(List<WeChatMpKefuEntity> kfOnlineList) Constructors in com.bytedesk.wechat.mp.kefu with parameters of type WeChatMpKefuEntityModifierConstructorDescriptionWeChatMpKefuEntityCreateEvent
(Object source, WeChatMpKefuEntity miniEntity) WeChatMpKefuEntityUpdateEvent
(Object source, WeChatMpKefuEntity miniEntity)