RichFaces Photoalbum 4.3.1.CR1

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

Packages that use Comment
org.richfaces.photoalbum.domain   
org.richfaces.photoalbum.manager   
org.richfaces.photoalbum.service   
 

Uses of Comment in org.richfaces.photoalbum.domain
 

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

Methods in org.richfaces.photoalbum.domain 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.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.service
 

Methods in org.richfaces.photoalbum.service 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.service 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.1.CR1

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