RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.model.actions
Interface IImageAction

All Known Implementing Classes:
ImageAction

public interface IImageAction

Interface for manipulating with image entity

Author:
Andrey Markhel

Method Summary
 void addComment(Comment comment)
           
 void addImage(Image image)
           
 void deleteComment(Comment comment)
           
 void deleteImage(Image image)
           
 void editImage(Image image, boolean metatagsChanged)
           
 List<Comment> findAllUserComments(User user)
           
 Long getCountIdenticalImages(Album album, String path)
           
 List<MetaTag> getPopularTags()
           
 MetaTag getTagByName(String tag)
           
 List<MetaTag> getTagsLikeString(String suggest)
           
 boolean isImageWithThisPathExist(Album album, String path)
           
 void resetImage(Image imageo)
           
 

Method Detail

deleteImage

void deleteImage(Image image)
                 throws PhotoAlbumException
Throws:
PhotoAlbumException

editImage

void editImage(Image image,
               boolean metatagsChanged)
               throws PhotoAlbumException
Throws:
PhotoAlbumException

addImage

void addImage(Image image)
              throws PhotoAlbumException
Throws:
PhotoAlbumException

deleteComment

void deleteComment(Comment comment)
                   throws PhotoAlbumException
Throws:
PhotoAlbumException

addComment

void addComment(Comment comment)
                throws PhotoAlbumException
Throws:
PhotoAlbumException

getTagByName

MetaTag getTagByName(String tag)

getPopularTags

List<MetaTag> getPopularTags()

getTagsLikeString

List<MetaTag> getTagsLikeString(String suggest)

isImageWithThisPathExist

boolean isImageWithThisPathExist(Album album,
                                 String path)

getCountIdenticalImages

Long getCountIdenticalImages(Album album,
                             String path)

findAllUserComments

List<Comment> findAllUserComments(User user)

resetImage

void resetImage(Image imageo)

RichFaces Photoalbum 4.3.5.Final

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