public interface TempImageService extends BaseImageService<TempImageVO,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TempImageVO> |
list()
Lists the temporary images owned by the current user or guest.
|
void |
removeAll(java.util.List<java.lang.Long> ids)
Removes the temporary images with the given ids.
|
java.util.List<TempImageVO> list() throws FrameworkException
FrameworkExceptionvoid removeAll(java.util.List<java.lang.Long> ids)
throws FrameworkException
FrameworkException