public interface TempImageService extends BaseImageService<TempImageVO,java.lang.String>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TempImageVO> |
list(java.lang.String guestKey)
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(java.lang.String guestKey) throws FrameworkException
FrameworkExceptionvoid removeAll(@NotNull
java.util.List<java.lang.Long> ids)
throws FrameworkException
FrameworkException