public interface UserImageServiceLocal extends UserImageService
| Modifier and Type | Method and Description |
|---|---|
void |
addUserImages(User user,
java.util.List<UserImage> images)
Adds the images to the given user
|
boolean |
canManageUserImages(User user)
Returns true if the logged user can manage the given user images.
|
void |
importUserExpirableImages(User user)
Import as user images the expirable images linked to the given user
|
void |
removeAll(User user)
removes all user images for the specified user
|
list, saveOrderload, loadByKey, readContent, readContentByKey, remove, save, saveNamevoid importUserExpirableImages(User user)
void addUserImages(User user, java.util.List<UserImage> images)
boolean canManageUserImages(User user)
void removeAll(User user)