| Package | Description |
|---|---|
| org.richfaces.photoalbum.domain | |
| org.richfaces.photoalbum.manager | |
| org.richfaces.photoalbum.service |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
Image.getComments() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageManager.deleteComment(Comment comment)
Method, that invoked when user delete comment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
ImageAction.findAllUserComments(User user)
Retrieve all cooments posted by given user.
|
List<Comment> |
IImageAction.findAllUserComments(User user) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.