public interface TempImageServiceLocal extends TempImageService, BaseImageServiceLocal<TempImageVO,java.lang.Void>
TempImageService| Modifier and Type | Method and Description |
|---|---|
long |
deleteExpiredImages()
Deletes the expired temporary images from the database and the corresponding contents from the content storage.
|
void |
move(TempImage temp,
StoredFile image)
Move the content of the given temp image to a final destination
|
list, removeAllgetImageNature, readContent, readContentByKeylong deleteExpiredImages()
void move(TempImage temp, StoredFile image)