Uses of Class
com.bytedesk.core.category.CategoryRequest
Packages that use CategoryRequest
-
Uses of CategoryRequest in com.bytedesk.core.category
Methods in com.bytedesk.core.category with parameters of type CategoryRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>CategoryRestController.create(CategoryRequest request) CategoryRestService.create(CategoryRequest request) protected org.springframework.data.jpa.domain.Specification<CategoryEntity>CategoryRestService.createSpecification(CategoryRequest request) org.springframework.http.ResponseEntity<?>CategoryRestController.delete(CategoryRequest request) voidCategoryRestService.delete(CategoryRequest entity) CategoryRestController.export(CategoryRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>CategoryRestController.queryByOrg(CategoryRequest request) org.springframework.http.ResponseEntity<?>CategoryRestController.queryByUid(CategoryRequest request) CategoryRestService.queryByUid(CategoryRequest request) org.springframework.http.ResponseEntity<?>CategoryRestController.queryByUser(CategoryRequest request) static org.springframework.data.jpa.domain.Specification<CategoryEntity>CategorySpecification.search(CategoryRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>CategoryRestController.update(CategoryRequest request) CategoryRestService.update(CategoryRequest request) -
Uses of CategoryRequest in com.bytedesk.liangshibao.course
Fields in com.bytedesk.liangshibao.course declared as CategoryRequestModifier and TypeFieldDescriptionprivate CategoryRequestCourseRequest.mainCategoryprivate CategoryRequestCourseRequest.subCategory