Uses of Class
com.bytedesk.kbase.comment.CommentEntity
Packages that use CommentEntity
Package
Description
ByteDesk 评论管理包
提供评论的CRUD、搜索等功能
-
Uses of CommentEntity in com.bytedesk.kbase.comment
Methods in com.bytedesk.kbase.comment that return CommentEntityModifier and TypeMethodDescriptionprotected CommentEntityCommentRestService.doSave(CommentEntity entity) CommentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CommentEntity entity) CommentRestService.save(CommentEntity entity) Methods in com.bytedesk.kbase.comment that return types with arguments of type CommentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<CommentEntity>CommentRestService.createSpecification(CommentRequest request) protected org.springframework.data.domain.Page<CommentEntity>CommentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CommentEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<CommentEntity>CommentSpecification.search(CommentRequest request, AuthService authService) Methods in com.bytedesk.kbase.comment with parameters of type CommentEntityModifier and TypeMethodDescriptionCommentRestService.convertToResponse(CommentEntity entity) protected CommentEntityCommentRestService.doSave(CommentEntity entity) CommentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CommentEntity entity) CommentRestService.save(CommentEntity entity) Method parameters in com.bytedesk.kbase.comment with type arguments of type CommentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<CommentEntity>CommentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CommentEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of CommentEntity in com.bytedesk.kbase.comment.event
Fields in com.bytedesk.kbase.comment.event declared as CommentEntityModifier and TypeFieldDescriptionprivate CommentEntityCommentCreateEvent.commentprivate CommentEntityCommentDeleteEvent.commentprivate CommentEntityCommentUpdateEvent.commentConstructors in com.bytedesk.kbase.comment.event with parameters of type CommentEntityModifierConstructorDescriptionCommentCreateEvent(CommentEntity comment) CommentDeleteEvent(CommentEntity comment) CommentUpdateEvent(CommentEntity comment)