com.liferay.portal.service
Class ImageServiceWrapper
java.lang.Object
com.liferay.portal.service.ImageServiceWrapper
- All Implemented Interfaces:
- BaseService, ImageService, ServiceWrapper<ImageService>
@ProviderType
public class ImageServiceWrapper
- extends Object
- implements ImageService, ServiceWrapper<ImageService>
Provides a wrapper for ImageService.
- See Also:
ImageService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageServiceWrapper
public ImageServiceWrapper(ImageService imageService)
getImage
public Image getImage(long imageId)
throws PortalException
- Specified by:
getImage in interface ImageService
- Throws:
PortalException
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface ImageService
- Returns:
- the OSGi service identifier
getWrappedService
public ImageService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<ImageService>
setWrappedService
public void setWrappedService(ImageService imageService)
- Specified by:
setWrappedService in interface ServiceWrapper<ImageService>