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 CategoryEntityModifier and TypeFieldDescriptionprivate CategoryEntity
CategoryCreateEvent.category
private CategoryEntity
CategoryUpdateEvent.category
private CategoryEntity
CategoryEntity.parent
Fields in com.bytedesk.core.category with type parameters of type CategoryEntityMethods in com.bytedesk.core.category that return CategoryEntityMethods in com.bytedesk.core.category that return types with arguments of type CategoryEntityModifier and TypeMethodDescriptionCategoryRestService.findByKbUid
(String kbUid) CategoryRepository.findByKbUidAndDeletedFalse
(String kbUid) CategoryRestService.findByNameAndKbUid
(String name, String kbUid) CategoryRepository.findByNameAndKbUidAndDeletedFalse
(String name, String kbUid) CategoryRestService.findByNameAndTypeAndLevelAndPlatform
(String name, String type, String level, String platform) 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) Methods in com.bytedesk.core.category with parameters of type CategoryEntityModifier and TypeMethodDescriptionvoid
CategoryEntity.addChild
(CategoryEntity child) CategoryRestService.convertToResponse
(CategoryEntity entity) CategoryRepository.findByParentAndPlatformAndDeletedOrderByOrderAsc
(CategoryEntity parent, String platform, Boolean deleted) void
CategoryRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CategoryEntity entity) void
CategoryEntityListener.postPersist
(CategoryEntity category) void
CategoryEntityListener.postUpdate
(CategoryEntity category) void
CategoryEntity.removeChild
(CategoryEntity child) CategoryRestService.save
(CategoryEntity entity) Method parameters in com.bytedesk.core.category with type arguments of type CategoryEntityModifier and TypeMethodDescriptionCategoryRestService.convertToResponseList
(List<CategoryEntity> list) Constructors in com.bytedesk.core.category with parameters of type CategoryEntityModifierConstructorDescriptionCategoryCreateEvent
(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 CategoryEntityMethods 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.liangshibao.course
Fields in com.bytedesk.liangshibao.course declared as CategoryEntityModifier and TypeFieldDescriptionprivate CategoryEntity
Course.mainCategory
private CategoryEntity
Course.subCategory