Package mks.ci.server.engine
Class EngineComment
- java.lang.Object
-
- mks.ci.server.engine.EngineComment
-
public class EngineComment extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
EngineComment.CommentActionHandler
Manages all commenting related operations.static class
EngineComment.Op
Review session operationclass
EngineComment.ReviewActionHandler
Manages all the actions for Review Sessionclass
EngineComment.ReviewSessionActionHandler
Manages all the actions for Review Sessionstatic class
EngineComment.ScriptReviewSessionArgsBean
A class that represents the arguments for review session bean.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilder
createPSString(java.lang.String[] columns)
EngineComment.CommentActionHandler
getCommentActionHandler(java.sql.Connection c, int userID, mks.ci.common.comment.CommentOpArgs args)
Returns an instance of CommentActionHandler to perform commenting operations.static EngineComment
getInstance()
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.
-
-
-
Method Detail
-
getInstance
public static EngineComment getInstance()
-
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)
-
-