RichFaces Photoalbum 4.3.5.Final

Uses of Class
org.richfaces.photoalbum.model.Comment

Packages that use Comment
org.richfaces.photoalbum.manager   
org.richfaces.photoalbum.model   
org.richfaces.photoalbum.model.actions   
 

Uses of Comment in org.richfaces.photoalbum.manager
 

Methods in org.richfaces.photoalbum.manager with parameters of type Comment
 void ImageManager.deleteComment(Comment comment)
          Method, that invoked when user delete comment.
 

Uses of Comment in org.richfaces.photoalbum.model
 

Methods in org.richfaces.photoalbum.model that return types with arguments of type Comment
 List<Comment> Image.getComments()
           
 

Methods in org.richfaces.photoalbum.model with parameters of type Comment
 void Image.addComment(Comment comment)
          Add comment to this image.
 void Image.removeComment(Comment comment)
          Remove comment from list of comments, belongs to that image.
 

Uses of Comment in org.richfaces.photoalbum.model.actions
 

Methods in org.richfaces.photoalbum.model.actions that return types with arguments of type Comment
 List<Comment> ImageAction.findAllUserComments(User user)
          Retrieve all cooments posted by given user.
 List<Comment> IImageAction.findAllUserComments(User user)
           
 

Methods in org.richfaces.photoalbum.model.actions with parameters of type Comment
 void ImageAction.addComment(Comment comment)
          Add comment from image
 void IImageAction.addComment(Comment comment)
           
 void ImageAction.deleteComment(Comment comment)
          Remove comment from image
 void IImageAction.deleteComment(Comment comment)
           
 


RichFaces Photoalbum 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.