Package org.cyclos.impl.system
Interface ConfigurationImageServiceLocal
-
- All Superinterfaces:
BaseImageService<NewConfigurationImageParams>,BaseImageServiceLocal<ConfigurationImage,NewConfigurationImageParams>,ConfigurationImageService,Service
public interface ConfigurationImageServiceLocal extends ConfigurationImageService, BaseImageServiceLocal<ConfigurationImage,NewConfigurationImageParams>
Local interface forConfigurationImageService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCurrentUrl(Configuration configuration, ConfigurationImageType type)Returns the URL for the given configuration image type and current configurationStringgetUrl(Configuration configuration, ConfigurationImageType type)Returns the URL for the given configuration image type and specific configurationSerializableInputStreamreadByConfigurationAndType(Long configurationId, ConfigurationImageType type)Returns the content of a given configuration image, for the given configurationConfigurationImagesaveImageContent(Configuration configuration, ConfigurationImageType type, String name, SerializableInputStream in, String contentType)Saves an image content-
Methods inherited from interface org.cyclos.services.system.BaseImageService
remove, removeAll, save, saveName
-
Methods inherited from interface org.cyclos.impl.system.BaseImageServiceLocal
find, getImageNature, readContent, readContentByKey
-
Methods inherited from interface org.cyclos.services.system.ConfigurationImageService
getImageVO, getListData, list, load, removeByConfigurationAndType
-
-
-
-
Method Detail
-
getCurrentUrl
String getCurrentUrl(Configuration configuration, ConfigurationImageType type)
Returns the URL for the given configuration image type and current configuration
-
getUrl
String getUrl(Configuration configuration, ConfigurationImageType type)
Returns the URL for the given configuration image type and specific configuration
-
readByConfigurationAndType
SerializableInputStream readByConfigurationAndType(Long configurationId, ConfigurationImageType type)
Returns the content of a given configuration image, for the given configuration
-
saveImageContent
ConfigurationImage saveImageContent(Configuration configuration, ConfigurationImageType type, String name, SerializableInputStream in, String contentType)
Saves an image content
-
-