Class EngineComment


  • public class EngineComment
    extends java.lang.Object
    • Method Detail

      • getReviewSessionActionHandler

        public EngineComment.ReviewSessionActionHandler getReviewSessionActionHandler​(java.sql.Connection c,
                                                                                      java.lang.Integer userID,
                                                                                      mks.ci.common.comment.reviewsession.ReviewSessionOpArgs args)
        Returns an instance of ReviewSessionActionHandler to perform formal commenting operations.
      • getCommentActionHandler

        public EngineComment.CommentActionHandler getCommentActionHandler​(java.sql.Connection c,
                                                                          int userID,
                                                                          mks.ci.common.comment.CommentOpArgs args)
        Returns an instance of CommentActionHandler to perform commenting operations.
      • createPSString

        public java.lang.StringBuilder createPSString​(java.lang.String[] columns)