Uses of Class
com.bytedesk.core.category.CategoryResponse
Packages that use CategoryResponse
-
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) private CategoryResponseCategoryRestService.convertToResponseRecursive(CategoryEntity entity, Set<String> visited) CategoryRestService.create(CategoryRequest request) CategoryRestService.update(CategoryRequest request) Methods in com.bytedesk.core.category that return types with arguments of type CategoryResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CategoryResponse>CategoryRestService.queryByOrg(CategoryRequest request) -
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)