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
|
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)
void removeAll(User user)