Uses of Class
com.bytedesk.core.topic.TopicRequest
Packages that use TopicRequest
-
Uses of TopicRequest in com.bytedesk.core.topic
Methods in com.bytedesk.core.topic with parameters of type TopicRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>TopicRestController.create(TopicRequest request) 创建主题TopicRestService.create(TopicRequest request) protected org.springframework.data.jpa.domain.Specification<TopicEntity>TopicRestService.createSpecification(TopicRequest request) org.springframework.http.ResponseEntity<?>TopicRestController.delete(TopicRequest request) 删除主题voidTopicRestService.delete(TopicRequest request) TopicRestController.export(TopicRequest request, jakarta.servlet.http.HttpServletResponse response) 导出主题列表org.springframework.http.ResponseEntity<?>TopicRestController.isSubscribed(TopicRequest request) TopicRestService.isSubscribed(TopicRequest request) voidTopicCacheService.pushRequest(TopicRequest request) org.springframework.http.ResponseEntity<?>TopicRestController.queryByOrg(TopicRequest request) 根据组织查询主题org.springframework.http.ResponseEntity<?>TopicRestController.queryByUid(TopicRequest request) 根据UID查询主题org.springframework.http.ResponseEntity<?>TopicRestController.queryByUser(TopicRequest request) 根据用户查询主题voidTopicRestService.remove(TopicRequest topicRequest) static org.springframework.data.jpa.domain.Specification<TopicEntity>TopicSpecification.search(TopicRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>TopicRestController.subscribe(TopicRequest request) 订阅主题TopicRestService.subscribe(TopicRequest request) org.springframework.http.ResponseEntity<?>TopicRestController.unsubscribe(TopicRequest request) 取消订阅主题TopicRestService.unsubscribe(TopicRequest request) org.springframework.http.ResponseEntity<?>TopicRestController.update(TopicRequest request) 更新主题TopicRestService.update(TopicRequest request)