Uses of Class
org.sakaiproject.profile2.model.WallItemComment
-
Packages that use WallItemComment Package Description org.sakaiproject.profile2.logic org.sakaiproject.profile2.model -
-
Uses of WallItemComment in org.sakaiproject.profile2.logic
Methods in org.sakaiproject.profile2.logic that return WallItemComment Modifier and Type Method Description WallItemCommentProfileWallLogic. getWallItemComment(long wallItemCommentId)Deprecated.Returns the specified wall item comment.Methods in org.sakaiproject.profile2.logic with parameters of type WallItemComment Modifier and Type Method Description booleanProfileWallLogic. addNewCommentToWallItem(WallItemComment wallItemComment)Deprecated.Adds a new wall item comment. -
Uses of WallItemComment in org.sakaiproject.profile2.model
Methods in org.sakaiproject.profile2.model with parameters of type WallItemComment Modifier and Type Method Description voidWallItem. addComment(WallItemComment comment)
-