public interface ConfigurationImageServiceLocal extends ConfigurationImageService, BaseImageServiceLocal<ConfigurationImageVO,NewConfigurationImageParams>
ConfigurationImageService| Modifier and Type | Method and Description |
|---|---|
SerializableInputStream |
readByConfigurationAndType(java.lang.Long configurationId,
ConfigurationImageType type)
Returns the content of a given configuration image, for the given configuration
|
ConfigurationImage |
saveImageContent(Configuration configuration,
ConfigurationImageType type,
java.lang.String name,
SerializableInputStream in,
java.lang.String contentType)
Saves an image content
|
getImageVO, getListData, list, removeByConfigurationAndTypegetImageNature, readContent, readContentByKeySerializableInputStream readByConfigurationAndType(java.lang.Long configurationId, ConfigurationImageType type)
ConfigurationImage saveImageContent(Configuration configuration, ConfigurationImageType type, java.lang.String name, SerializableInputStream in, java.lang.String contentType)