public interface IImageAction
| Modifier and Type | Method and Description |
|---|---|
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) |
void deleteImage(Image image) throws PhotoAlbumException
PhotoAlbumExceptionvoid editImage(Image image, boolean metatagsChanged) throws PhotoAlbumException
PhotoAlbumExceptionvoid addImage(Image image) throws PhotoAlbumException
PhotoAlbumExceptionvoid deleteComment(Comment comment) throws PhotoAlbumException
PhotoAlbumExceptionvoid addComment(Comment comment) throws PhotoAlbumException
PhotoAlbumExceptionvoid resetImage(Image imageo)
Copyright © 2014. All Rights Reserved.