Uses of Class
ch.cern.eam.wshub.core.services.comments.entities.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in ch.cern.eam.wshub.core.services.comments
Methods in ch.cern.eam.wshub.core.services.comments that return CommentModifier and TypeMethodDescriptionComment[]CommentService.readComments(EAMContext context, String entityCode, String entityKeyCode, String typeCode) Methods in ch.cern.eam.wshub.core.services.comments with parameters of type CommentModifier and TypeMethodDescriptionCommentService.createComment(EAMContext context, Comment comment) CommentService.deleteComment(EAMContext context, Comment comment) CommentService.updateComment(EAMContext context, Comment comment) -
Uses of Comment in ch.cern.eam.wshub.core.services.comments.impl
Methods in ch.cern.eam.wshub.core.services.comments.impl that return CommentModifier and TypeMethodDescriptionComment[]CommentServiceImpl.readComments(EAMContext context, String entityCode, String entityKeyCode, String typeCode) Methods in ch.cern.eam.wshub.core.services.comments.impl with parameters of type CommentModifier and TypeMethodDescriptionCommentServiceImpl.createComment(EAMContext context, Comment comment) CommentServiceImpl.deleteComment(EAMContext context, Comment comment) CommentServiceImpl.updateComment(EAMContext context, Comment comment)