Package org.cyclos.impl.system
Interface DefaultUserImageServiceLocal
-
- All Superinterfaces:
BaseImageService<Long>,BaseImageServiceLocal<DefaultUserImage,Long>,DefaultUserImageService,Service
public interface DefaultUserImageServiceLocal extends DefaultUserImageService, BaseImageServiceLocal<DefaultUserImage,Long>
Local interface forDefaultUserImageService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongimportTempImage(Configuration configuration, TempImage tempImage)Imports the given temporary image, returning the new image identifier-
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.DefaultUserImageService
getImageVO, load
-
-
-
-
Method Detail
-
importTempImage
Long importTempImage(Configuration configuration, TempImage tempImage)
Imports the given temporary image, returning the new image identifier
-
-