Uses of Class
com.bytedesk.core.category.CategoryEntity
Packages that use CategoryEntity
Package
Description
-
Uses of CategoryEntity in com.bytedesk.core.category
Fields in com.bytedesk.core.category declared as CategoryEntityFields in com.bytedesk.core.category with type parameters of type CategoryEntityMethods in com.bytedesk.core.category that return CategoryEntityModifier and TypeMethodDescriptionprotected CategoryEntityCategoryRestService.doSave(CategoryEntity entity) CategoryRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CategoryEntity entity) Methods in com.bytedesk.core.category that return types with arguments of type CategoryEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<CategoryEntity>CategoryRestService.createSpecification(CategoryRequest request) protected org.springframework.data.domain.Page<CategoryEntity>CategoryRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CategoryEntity> spec, org.springframework.data.domain.Pageable pageable) CategoryRestService.findByKbUid(String kbUid) CategoryRepository.findByKbUidAndDeletedFalse(String kbUid) CategoryRestService.findByNameAndKbUid(String name, String kbUid) CategoryRepository.findByNameAndKbUidAndDeletedFalse(String name, String kbUid) CategoryRepository.findByNameAndTypeAndLevelAndPlatformAndDeletedFalse(String name, String type, String level, String platform) CategoryRestService.findByNameAndTypeAndOrgUidAndLevelAndPlatformAndDeleted(String name, String type, String orgUid, String level, String platform) CategoryRepository.findByNameAndTypeAndOrgUidAndLevelAndPlatformAndDeletedFalse(String name, String type, String orgUid, String level, String platform) CategoryRepository.findByParentAndPlatformAndDeletedOrderByOrderAsc(CategoryEntity parent, String platform, Boolean deleted) static org.springframework.data.jpa.domain.Specification<CategoryEntity>CategorySpecification.search(CategoryRequest request, AuthService authService) Methods in com.bytedesk.core.category with parameters of type CategoryEntityModifier and TypeMethodDescriptionvoidCategoryEntity.addChild(CategoryEntity child) CategoryRestService.convertToResponse(CategoryEntity entity) private CategoryResponseCategoryRestService.convertToResponseRecursive(CategoryEntity entity, Set<String> visited) protected CategoryEntityCategoryRestService.doSave(CategoryEntity entity) CategoryRepository.findByParentAndPlatformAndDeletedOrderByOrderAsc(CategoryEntity parent, String platform, Boolean deleted) CategoryRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CategoryEntity entity) voidCategoryEntityListener.postPersist(CategoryEntity category) voidCategoryEntityListener.postUpdate(CategoryEntity category) voidCategoryEntity.removeChild(CategoryEntity child) Method parameters in com.bytedesk.core.category with type arguments of type CategoryEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<CategoryEntity>CategoryRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CategoryEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of CategoryEntity in com.bytedesk.core.category.event
Fields in com.bytedesk.core.category.event declared as CategoryEntityMethods in com.bytedesk.core.category.event that return CategoryEntityModifier and TypeMethodDescriptionAbstractCategoryEvent.getCategory()private CategoryEntityAbstractCategoryEvent.snapshot(CategoryEntity source) Methods in com.bytedesk.core.category.event with parameters of type CategoryEntityModifier and TypeMethodDescriptionprivate CategoryEntityAbstractCategoryEvent.snapshot(CategoryEntity source) Constructors in com.bytedesk.core.category.event with parameters of type CategoryEntityModifierConstructorDescriptionprotectedAbstractCategoryEvent(Object source, CategoryEntity category) CategoryCreateEvent(Object source, CategoryEntity category) CategoryUpdateEvent(Object source, CategoryEntity category) -
Uses of CategoryEntity in com.bytedesk.forum.post
Fields in com.bytedesk.forum.post declared as CategoryEntityModifier and TypeFieldDescriptionprivate CategoryEntityPostEntity.categoryCategory that the post belongs toMethods in com.bytedesk.forum.post with parameters of type CategoryEntityModifier and TypeMethodDescriptionPostService.createPost(String title, String content, Long userId, CategoryEntity category) PostServiceImpl.createPost(String title, String content, Long userId, CategoryEntity category) org.springframework.data.domain.Page<PostEntity>PostRepository.findByCategory(CategoryEntity category, org.springframework.data.domain.Pageable pageable) -
Uses of CategoryEntity in com.bytedesk.kbase.blog
Methods in com.bytedesk.kbase.blog with parameters of type CategoryEntityModifier and TypeMethodDescriptionvoidBlogStaticService.toHtmlCategory(KbaseEntity kbase, CategoryEntity category, List<CategoryEntity> categories, List<BlogResponse> blogs) Method parameters in com.bytedesk.kbase.blog with type arguments of type CategoryEntityModifier and TypeMethodDescriptionvoidBlogStaticService.toHtmlCategory(KbaseEntity kbase, CategoryEntity category, List<CategoryEntity> categories, List<BlogResponse> blogs) voidBlogStaticService.toHtmlIndex(KbaseEntity kbase, List<CategoryEntity> categories, List<BlogResponse> blogs) voidBlogStaticService.toHtmlPost(KbaseEntity kbase, BlogResponse blog, List<CategoryEntity> categories)