Uses of Class
com.silverpeas.comment.model.CommentPK

Packages that use CommentPK
com.silverpeas.comment.dao   
com.silverpeas.comment.dao.jdbc   
com.silverpeas.comment.model   
com.silverpeas.comment.service   
com.silverpeas.comment.web Provides the REST web service that handle requests about comments on a given resource in published in Silverpeas. 
 

Uses of CommentPK in com.silverpeas.comment.dao
 

Methods in com.silverpeas.comment.dao that return CommentPK
 CommentPK CommentDAO.saveComment(Comment cmt)
          Saves the specified comment into the underlying data source.
 

Methods in com.silverpeas.comment.dao with parameters of type CommentPK
 Comment CommentDAO.getComment(CommentPK pk)
          Gets the comment identified by the specified primary key.
 void CommentDAO.removeComment(CommentPK pk)
          Deletes the comment identified by the specified primary key
 

Uses of CommentPK in com.silverpeas.comment.dao.jdbc
 

Methods in com.silverpeas.comment.dao.jdbc that return CommentPK
 CommentPK JDBCCommentDAO.saveComment(Comment cmt)
           
 CommentPK JDBCCommentRequester.saveComment(Connection con, Comment cmt)
          Saves the specified comment with the specified connection onto a data source.
 

Methods in com.silverpeas.comment.dao.jdbc with parameters of type CommentPK
 void JDBCCommentRequester.deleteComment(Connection con, CommentPK pk)
          Deletes the comment identified by the specified primary key from the data source onto which the given connection is opened.
 Comment JDBCCommentDAO.getComment(CommentPK pk)
           
 Comment JDBCCommentRequester.getComment(Connection con, CommentPK pk)
          Gets the comment identified by the specified identifier.
 void JDBCCommentDAO.removeComment(CommentPK pk)
           
 

Uses of CommentPK in com.silverpeas.comment.model
 

Methods in com.silverpeas.comment.model that return CommentPK
 CommentPK Comment.getCommentPK()
           
 

Methods in com.silverpeas.comment.model with parameters of type CommentPK
 void Comment.setCommentPK(CommentPK pk)
           
 

Constructors in com.silverpeas.comment.model with parameters of type CommentPK
Comment(CommentPK pk, String resourceType, WAPrimaryKey foreign_key, int owner_id, String owner, String message, Date creation_date, Date modification_date)
           
Comment(CommentPK pk, String resourceType, WAPrimaryKey contentPk, String authorId, String message, Date creationDate, Date modificationDate)
           
 

Uses of CommentPK in com.silverpeas.comment.service
 

Methods in com.silverpeas.comment.service with parameters of type CommentPK
 void DefaultCommentService.deleteComment(CommentPK pk)
          Deletes the comment identified by the specified identifier.
 void CommentService.deleteComment(CommentPK pk)
           
 Comment DefaultCommentService.getComment(CommentPK pk)
          Gets the comment that identified by the specified identifier.
 Comment CommentService.getComment(CommentPK pk)
           
 

Uses of CommentPK in com.silverpeas.comment.web
 

Methods in com.silverpeas.comment.web that return CommentPK
protected  CommentPK CommentResource.byPK(String id, String componentId)
          Gets the primary key of the specified resource.
 



Copyright © 2016 Silverpeas. All Rights Reserved.