|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.photoalbum.manager.ImageManager
@Named @RequestScoped public class ImageManager
| Constructor Summary | |
|---|---|
ImageManager()
|
|
| Method Summary | |
|---|---|
void |
addComment(Image image)
Method, that invoked when user add comment to image. |
List<MetaTag> |
autoComplete(Object suggest)
Method, that used to autocomplete 'metatags' field while typing. |
void |
deleteComment(Comment comment)
Method, that invoked when user delete comment. |
void |
deleteImage(Image image)
Method, that invoked when user click 'Delete image' button. |
void |
editImage(Image image,
boolean editFromInplace)
Method, that invoked when user click 'Edit image' button. |
String |
getImageDirectLink(Image image)
Method, that invoked to retrieve direct link to image, to represent in UI. |
String |
getMessage()
|
List<MetaTag> |
popularTags()
Method, that invoked to retrieve most popular metatags. |
void |
setMessage(String message)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageManager()
| Method Detail |
|---|
public String getMessage()
public void setMessage(String message)
public void deleteImage(Image image)
image - - image to delete
public void editImage(Image image,
boolean editFromInplace)
image - - image to editeditFromInplace - - indicate whether edit process was initiated by inplaceInput componentpublic void addComment(Image image)
image - - imagemessage - - comment textpublic void deleteComment(Comment comment)
comment - - comment to deletepublic List<MetaTag> popularTags()
public List<MetaTag> autoComplete(Object suggest)
suggest - - text to autocomplete
public String getImageDirectLink(Image image)
image - - image to get direct link
|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||