Package org.cyclos.services.system
Interface DefaultUserImageService
-
- All Superinterfaces:
BaseImageService<Long>,Service
- All Known Subinterfaces:
DefaultUserImageServiceLocal
public interface DefaultUserImageService extends BaseImageService<Long>
Service interface for default user images.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultUserImageVOgetImageVO(ConfigurationVO configuration)Returns data for a default user image.DefaultUserImageVOload(@NotNull Long id)Returns metadata of a configuration image by id-
Methods inherited from interface org.cyclos.services.system.BaseImageService
remove, removeAll, save, saveName
-
-
-
-
Method Detail
-
getImageVO
DefaultUserImageVO getImageVO(@Nullable ConfigurationVO configuration) throws FrameworkException
Returns data for a default user image. If the configuration is null, assumes the current configuration.- Throws:
FrameworkException
-
load
DefaultUserImageVO load(@NotNull @NotNull Long id) throws FrameworkException
Returns metadata of a configuration image by id- Throws:
FrameworkException
-
-