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

Packages that use CommentPK
com.silverpeas.comment.model   
com.silverpeas.comment.service   
 

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 CommentService.deleteComment(CommentPK pk)
           
 Comment CommentService.getComment(CommentPK pk)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.