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) void
TopicService.create
(TopicRequest topicRequest) org.springframework.http.ResponseEntity<?>
TopicRestController.delete
(TopicRequest request) void
TopicRestService.delete
(TopicRequest request) TopicRestController.export
(TopicRequest request, jakarta.servlet.http.HttpServletResponse response) void
TopicCacheService.pushRequest
(TopicRequest request) org.springframework.http.ResponseEntity<?>
TopicRestController.queryByOrg
(TopicRequest request) org.springframework.data.domain.Page<TopicResponse>
TopicRestService.queryByOrg
(TopicRequest request) org.springframework.http.ResponseEntity<?>
TopicRestController.queryByUid
(TopicRequest request) TopicRestService.queryByUid
(TopicRequest request) org.springframework.http.ResponseEntity<?>
TopicRestController.queryByUser
(TopicRequest request) org.springframework.data.domain.Page<TopicResponse>
TopicRestService.queryByUser
(TopicRequest request) void
TopicService.remove
(TopicRequest topicRequest) org.springframework.http.ResponseEntity<?>
TopicRestController.update
(TopicRequest request) TopicRestService.update
(TopicRequest request)