public interface BaseImageServiceLocal<VO extends ImageVO,NP> extends BaseImageService<VO,NP>
| Modifier and Type | Method and Description |
|---|---|
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
|
ImageNature getImageNature()
SerializableInputStream readContent(java.lang.Long id)
SerializableInputStream readContentByKey(java.lang.String key)