Class ImageThumbnailServiceImpl
java.lang.Object
org.exoplatform.social.core.thumbnail.ImageThumbnailServiceImpl
- All Implemented Interfaces:
org.exoplatform.services.thumbnail.ImageThumbnailService
public class ImageThumbnailServiceImpl
extends Object
implements org.exoplatform.services.thumbnail.ImageThumbnailService
-
Constructor Summary
ConstructorsConstructorDescriptionImageThumbnailServiceImpl(org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.services.thumbnail.ImageResizeService imageResizeService) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteThumbnails(Long fileId) org.exoplatform.commons.file.model.FileItemgetOrCreateThumbnail(org.exoplatform.commons.file.model.FileItem file, int width, int height) org.exoplatform.commons.file.model.FileItemgetOrCreateThumbnail(org.exoplatform.services.thumbnail.ImageResizeService resizeSupplier, org.exoplatform.commons.file.model.FileItem file, int width, int height)
-
Constructor Details
-
ImageThumbnailServiceImpl
public ImageThumbnailServiceImpl(org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.services.thumbnail.ImageResizeService imageResizeService)
-
-
Method Details
-
getOrCreateThumbnail
public org.exoplatform.commons.file.model.FileItem getOrCreateThumbnail(org.exoplatform.commons.file.model.FileItem file, int width, int height) throws Exception - Specified by:
getOrCreateThumbnailin interfaceorg.exoplatform.services.thumbnail.ImageThumbnailService- Throws:
Exception
-
getOrCreateThumbnail
public org.exoplatform.commons.file.model.FileItem getOrCreateThumbnail(org.exoplatform.services.thumbnail.ImageResizeService resizeSupplier, org.exoplatform.commons.file.model.FileItem file, int width, int height) throws Exception - Specified by:
getOrCreateThumbnailin interfaceorg.exoplatform.services.thumbnail.ImageThumbnailService- Throws:
Exception
-
deleteThumbnails
- Specified by:
deleteThumbnailsin interfaceorg.exoplatform.services.thumbnail.ImageThumbnailService
-