Uses of Class
com.bytedesk.core.category.CategoryResponse
Packages that use CategoryResponse
Package
Description
-
Uses of CategoryResponse in com.bytedesk.core.category
Fields in com.bytedesk.core.category with type parameters of type CategoryResponseMethods in com.bytedesk.core.category that return CategoryResponseModifier and TypeMethodDescriptionCategoryRestService.convertToResponse(CategoryEntity entity) CategoryRestService.create(CategoryRequest request) CategoryRestService.queryByUid(CategoryRequest request) CategoryRestService.update(CategoryRequest request) Methods in com.bytedesk.core.category that return types with arguments of type CategoryResponseModifier and TypeMethodDescriptionCategoryRestService.convertToResponseList(List<CategoryEntity> list) CategoryRestService.findByNullParent(String platform) -
Uses of CategoryResponse in com.bytedesk.kbase.kbase
Methods in com.bytedesk.kbase.kbase that return types with arguments of type CategoryResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CategoryResponse>KbaseRestService.getCategories(KbaseEntity kbaseEntity) Methods in com.bytedesk.kbase.kbase with parameters of type CategoryResponseModifier and TypeMethodDescriptionvoidKbaseStaticService.toHtmlCategory(KbaseEntity kbase, CategoryResponse category, List<CategoryResponse> categories, List<ArticleResponse> articles) Method parameters in com.bytedesk.kbase.kbase with type arguments of type CategoryResponseModifier and TypeMethodDescriptionvoidKbaseStaticService.toHtmlArticle(KbaseEntity kbase, ArticleResponse article, List<CategoryResponse> categories, List<ArticleResponse> related) voidKbaseStaticService.toHtmlCategory(KbaseEntity kbase, CategoryResponse category, List<CategoryResponse> categories, List<ArticleResponse> articles) voidKbaseStaticService.toHtmlKb(KbaseEntity kbase, List<CategoryResponse> categories, org.springframework.data.domain.Page<ArticleResponse> articlesTop, org.springframework.data.domain.Page<ArticleResponse> articlesHot, org.springframework.data.domain.Page<ArticleResponse> articlesRecent) -
Uses of CategoryResponse in com.bytedesk.liangshibao.course
Fields in com.bytedesk.liangshibao.course declared as CategoryResponseModifier and TypeFieldDescriptionprivate CategoryResponseCourseResponse.mainCategoryprivate CategoryResponseCourseResponse.subCategory