Uses of Class
com.bytedesk.kbase.blog.BlogEntity
Packages that use BlogEntity
-
Uses of BlogEntity in com.bytedesk.kbase.blog
Methods in com.bytedesk.kbase.blog that return BlogEntityModifier and TypeMethodDescriptionprotected BlogEntityBlogRestService.doSave(BlogEntity entity) BlogRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, BlogEntity entity) Methods in com.bytedesk.kbase.blog that return types with arguments of type BlogEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<BlogEntity>BlogRestService.createSpecification(BlogRequest request) protected org.springframework.data.domain.Page<BlogEntity>BlogRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<BlogEntity> spec, org.springframework.data.domain.Pageable pageable) BlogRestService.findByKbUid(String kbUid) BlogRepository.findByKbUidAndCategoryUidAndDeletedFalse(String kbUid, String categoryUid) BlogRepository.findByKbUidAndDeletedFalse(String kbUid) BlogRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) BlogRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<BlogEntity>BlogRestService.queryByOrgEntity(BlogRequest request) static org.springframework.data.jpa.domain.Specification<BlogEntity>BlogSpecification.search(BlogRequest request, AuthService authService) Methods in com.bytedesk.kbase.blog with parameters of type BlogEntityModifier and TypeMethodDescriptionBlogRestService.convertToExcel(BlogEntity entity) BlogRestService.convertToResponse(BlogEntity entity) protected BlogEntityBlogRestService.doSave(BlogEntity entity) BlogRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, BlogEntity entity) voidBlogEntityListener.onPostPersist(BlogEntity blog) voidBlogEntityListener.onPostUpdate(BlogEntity blog) Method parameters in com.bytedesk.kbase.blog with type arguments of type BlogEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<BlogEntity>BlogRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<BlogEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of BlogEntity in com.bytedesk.kbase.blog.event
Fields in com.bytedesk.kbase.blog.event declared as BlogEntityMethods in com.bytedesk.kbase.blog.event that return BlogEntityModifier and TypeMethodDescriptionAbstractBlogEvent.getBlog()private BlogEntityAbstractBlogEvent.snapshot(BlogEntity source) Methods in com.bytedesk.kbase.blog.event with parameters of type BlogEntityModifier and TypeMethodDescriptionprivate BlogEntityAbstractBlogEvent.snapshot(BlogEntity source) Constructors in com.bytedesk.kbase.blog.event with parameters of type BlogEntityModifierConstructorDescriptionprotectedAbstractBlogEvent(Object source, BlogEntity blog) BlogCreateEvent(BlogEntity blog) BlogDeleteEvent(BlogEntity blog) BlogUpdateEvent(BlogEntity blog)