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 CategoryEntity
CategoryRestService.doSave
(CategoryEntity entity) CategoryRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CategoryEntity entity) CategoryRestService.save
(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) 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, AuthService authService) Methods in com.bytedesk.core.category with parameters of type CategoryEntityModifier and TypeMethodDescriptionvoid
CategoryEntity.addChild
(CategoryEntity child) CategoryRestService.convertToResponse
(CategoryEntity entity) protected CategoryEntity
CategoryRestService.doSave
(CategoryEntity entity) CategoryRepository.findByParentAndPlatformAndDeletedOrderByOrderAsc
(CategoryEntity parent, String platform, Boolean deleted) 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) protected 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 CategoryEntityModifier and TypeFieldDescriptionprivate CategoryEntity
CategoryCreateEvent.category
private CategoryEntity
CategoryUpdateEvent.category
Constructors in com.bytedesk.core.category.event 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 CategoryEntityModifier and TypeFieldDescriptionprivate CategoryEntity
PostEntity.category
Category 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.liangshibao.course
Fields in com.bytedesk.liangshibao.course declared as CategoryEntityModifier and TypeFieldDescriptionprivate CategoryEntity
Course.mainCategory
Main category of the courseprivate CategoryEntity
Course.subCategory
Sub-category of the course