@AccessLevel(value=EXTERNAL)
public interface ParticipantComment
Modifier and Type | Method and Description |
---|---|
curam.participantcomment.facade.struct.ListCommentsResult |
listCommentsByConcernRoleAndRelatedObject(curam.participantcomment.entity.struct.ConcernRoleRelatedTypeIDKey key)
Lists all the comments for a concern role and related object.
|
curam.participantcomment.facade.struct.ListCommentsResult |
listCommentsByRelatedObject(curam.participantcomment.entity.struct.SearchByRelatedTypeAndIDKey key)
Lists all the comments for a related object.
|
curam.participantcomment.facade.struct.ParticipantCommentDetails |
read(curam.participantcomment.entity.struct.ParticipantCommentKey key)
Reads the details of a participant comment.
|
@AccessLevel(value=EXTERNAL) curam.participantcomment.facade.struct.ListCommentsResult listCommentsByRelatedObject(curam.participantcomment.entity.struct.SearchByRelatedTypeAndIDKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.participantcomment.facade.struct.ListCommentsResult listCommentsByConcernRoleAndRelatedObject(curam.participantcomment.entity.struct.ConcernRoleRelatedTypeIDKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.participantcomment.facade.struct.ParticipantCommentDetails read(curam.participantcomment.entity.struct.ParticipantCommentKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException