Interface CommentService
- All Known Implementing Classes:
CommentServiceImpl
public interface CommentService
-
Method Summary
Modifier and TypeMethodDescriptioncreateComment(EAMContext context, Comment comment) deleteComment(EAMContext context, Comment comment) Comment[]readComments(EAMContext context, String entityCode, String entityKeyCode, String typeCode) updateComment(EAMContext context, Comment comment)
-
Method Details
-
createComment
- Throws:
EAMException
-
readComments
Comment[] readComments(EAMContext context, String entityCode, String entityKeyCode, String typeCode) throws EAMException - Throws:
EAMException
-
updateComment
- Throws:
EAMException
-
deleteComment
- Throws:
EAMException
-