public interface CommentService
| Modifier and Type | Method and Description |
|---|---|
String |
createComment(InforContext context,
Comment comment) |
String |
deleteComment(InforContext context,
Comment comment) |
Comment[] |
readComments(InforContext context,
String entityCode,
String entityKeyCode,
String typeCode) |
String |
updateComment(InforContext context,
Comment comment) |
String createComment(InforContext context, Comment comment) throws InforException
InforExceptionComment[] readComments(InforContext context, String entityCode, String entityKeyCode, String typeCode) throws InforException
InforExceptionString updateComment(InforContext context, Comment comment) throws InforException
InforExceptionString deleteComment(InforContext context, Comment comment) throws InforException
InforExceptionCopyright © 2022 CERN European Organization for Nuclear Research. All rights reserved.