public interface ConfigurationImageService extends BaseImageService<ConfigurationImageVO,NewConfigurationImageParams>
| Modifier and Type | Method and Description |
|---|---|
ConfigurationImageVO |
getImageVO(java.lang.Long configurationId,
ConfigurationImageType type)
Returns data about a configuration image, optionally searching inherited images from parent configurations.
|
ConfigurationImagesListData |
getListData(java.lang.Long configurationId)
Returns data to list images in a given configuration
|
java.util.List<ConfigurationImageVO> |
list(java.lang.Long configurationId)
Lists a configuration's images, optionally including inherited images from parent configurations
|
SerializableInputStream |
readByConfigurationAndType(java.lang.Long configurationId,
ConfigurationImageType type)
Returns the content of a given configuration image, for the given configuration
|
void |
removeByConfigurationAndType(java.lang.Long configurationId,
ConfigurationImageType type)
Removes a configuration image, making it inherit the default (either from a parent configuration or the hardcoded default)
|
load, loadByKey, readContent, readContentByKey, remove, save, saveNameConfigurationImageVO getImageVO(java.lang.Long configurationId, ConfigurationImageType type) throws FrameworkException
FrameworkExceptionConfigurationImagesListData getListData(java.lang.Long configurationId) throws FrameworkException
FrameworkExceptionjava.util.List<ConfigurationImageVO> list(java.lang.Long configurationId) throws FrameworkException
FrameworkExceptionSerializableInputStream readByConfigurationAndType(java.lang.Long configurationId, ConfigurationImageType type) throws FrameworkException
FrameworkExceptionvoid removeByConfigurationAndType(java.lang.Long configurationId,
ConfigurationImageType type)
throws FrameworkException
FrameworkException