Uses of Class
com.bytedesk.kbase.faq.FaqRequest
Packages that use FaqRequest
-
Uses of FaqRequest in com.bytedesk.kbase.faq
Methods in com.bytedesk.kbase.faq with parameters of type FaqRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
FaqRestControllerVisitor.change
(FaqRequest request) org.springframework.http.ResponseEntity<?>
FaqRestControllerVisitor.clickFaq
(FaqRequest request) FaqRestService.clickFaq
(FaqRequest request) org.springframework.http.ResponseEntity<?>
FaqRestController.create
(FaqRequest request) FaqRestService.create
(FaqRequest request) void
FaqRestService.delateAll
(FaqRequest request) org.springframework.http.ResponseEntity<?>
FaqRestController.delete
(FaqRequest request) void
FaqRestService.delete
(FaqRequest entity) org.springframework.http.ResponseEntity<?>
FaqRestController.deleteAll
(FaqRequest request) org.springframework.http.ResponseEntity<?>
FaqRestController.enable
(FaqRequest request) FaqRestService.enable
(FaqRequest request) FaqRestController.export
(FaqRequest request, jakarta.servlet.http.HttpServletResponse response) boolean
FaqEntity.hasChanged
(FaqRequest request) 判断问题和答案是否有变化org.springframework.http.ResponseEntity<?>
FaqRestController.queryByOrg
(FaqRequest request) org.springframework.data.domain.Page<FaqResponse>
FaqRestService.queryByOrg
(FaqRequest request) org.springframework.data.domain.Page<FaqEntity>
FaqRestService.queryByOrgEntity
(FaqRequest request) org.springframework.http.ResponseEntity<?>
FaqRestController.queryByUid
(FaqRequest request) FaqRestService.queryByUid
(FaqRequest request) org.springframework.http.ResponseEntity<?>
FaqRestController.queryByUser
(FaqRequest request) org.springframework.data.domain.Page<FaqResponse>
FaqRestService.queryByUser
(FaqRequest request) static org.springframework.data.jpa.domain.Specification<FaqEntity>
FaqSpecification.search
(FaqRequest request) org.springframework.http.ResponseEntity<?>
FaqRestControllerVisitor.suggest
(FaqRequest request) FaqService.suggestFaq
(FaqRequest request) org.springframework.http.ResponseEntity<?>
FaqRestController.update
(FaqRequest request) FaqRestService.update
(FaqRequest request)