Modifier and Type | Method and Description |
---|---|
Comment |
CommentBuilder.create() |
Comment |
CommentService.findById(String id) |
Comment |
CommentService.updateComment(String commentId,
String content) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentService.findByScopeIdAndScopeType(String scopeId,
String scopeType) |
Modifier and Type | Method and Description |
---|---|
void |
CommentEventListener.commentCreated(Comment comment) |
void |
CommentEventListener.commentDeleted(Comment comment) |
void |
CommentEventListener.commentUpdated(Comment comment) |
Modifier and Type | Method and Description |
---|---|
Comment |
FindCommentById.execute(CommandContext commandContext) |
Comment |
CreateCommentCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
FindByScopeIdAndType.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
Comment |
CommentBuilderImpl.create() |
Comment |
CommentServiceImpl.findById(String id) |
Comment |
CommentServiceImpl.updateComment(String commentId,
String content) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentQueryImpl.executeList(CommandContext commandContext) |
List<Comment> |
CommentServiceImpl.findByScopeIdAndScopeType(String scopeId,
String scopeType) |
Modifier and Type | Interface and Description |
---|---|
interface |
CommentEntity |
Modifier and Type | Class and Description |
---|---|
class |
PlatformCommentEntityImpl |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentEntityManagerImpl.findByCriteria(CommentQuery commentQuery) |
List<Comment> |
CommentEntityManager.findByCriteria(CommentQuery commentQuery) |
List<Comment> |
CommentEntityManagerImpl.findByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<Comment> |
CommentEntityManager.findByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<Comment> |
CommentEntityManagerImpl.findByUserId(String userId) |
List<Comment> |
CommentEntityManager.findByUserId(String userId) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentDataManager.findByCriteria(CommentQueryImpl commentQuery) |
List<Comment> |
CommentDataManager.findCommentEntityByUserId(String userId) |
List<Comment> |
CommentDataManager.findCommentsByScopeIdAndType(String scopeId,
String scopeType) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
MyBatisCommentDataManager.findByCriteria(CommentQueryImpl commentQuery) |
List<Comment> |
MyBatisCommentDataManager.findCommentEntityByUserId(String userId) |
List<Comment> |
MyBatisCommentDataManager.findCommentsByScopeIdAndType(String scopeId,
String scopeType) |
Constructor and Description |
---|
CommentInstanceRepresentation(Comment comment) |
Modifier and Type | Method and Description |
---|---|
Comment |
PlatformCommentService.getComment(String commentId) |
Modifier and Type | Method and Description |
---|---|
void |
PlatformCommentService.deleteComment(Comment comment,
String scopeId,
String scopeType) |
CommentInstanceRepresentation |
PlatformCommentService.updateComment(Comment comment,
String scopeId,
String scopeType,
String updatedContent) |
Modifier and Type | Method and Description |
---|---|
protected List<CommentInstanceRepresentation> |
PlatformCommentService.commentMapper(List<Comment> comments) |