org.richfaces.photoalbum.model.actions
Interface IImageAction
- All Known Implementing Classes:
- ImageAction
public interface IImageAction
Interface for manipulating with image entity
- Author:
- Andrey Markhel
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)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.