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