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(ConfigurationVO configuration)
Returns data to list images in a given configuration
|
java.util.List<ConfigurationImageVO> |
list(ConfigurationVO configuration)
Lists a configuration's images, optionally including inherited images from parent configurations
|
void |
removeByConfigurationAndType(ConfigurationVO configuration,
ConfigurationImageType type)
Removes a configuration image, making it inherit the default (either from a parent configuration or the hardcoded
default)
|
ConfigurationImageVO getImageVO(java.lang.Long configurationId, ConfigurationImageType type) throws FrameworkException
FrameworkExceptionConfigurationImagesListData getListData(ConfigurationVO configuration) throws FrameworkException
FrameworkExceptionjava.util.List<ConfigurationImageVO> list(ConfigurationVO configuration) throws FrameworkException
FrameworkExceptionvoid removeByConfigurationAndType(ConfigurationVO configuration, ConfigurationImageType type) throws FrameworkException
FrameworkException