public interface BaseImageServiceLocal<I extends Image,VO extends ImageVO,NP> extends BaseImageService<VO,NP>
| Modifier and Type | Method and Description |
|---|---|
I |
find(java.lang.Long id)
Finds an image by id
|
ImageNature |
getImageNature()
Should return the nature of images handled by this service
|
SerializableInputStream |
readContent(java.lang.Long id)
Reads the contents for the image with the given id, with the specified size
|
SerializableInputStream |
readContentByKey(java.lang.String key)
Reads the contents for the image with the given key, with the specified size
|
I find(java.lang.Long id)
ImageNature getImageNature()
SerializableInputStream readContent(java.lang.Long id)
SerializableInputStream readContentByKey(java.lang.String key)