Liferay 7.0-ce-b4

com.liferay.portal.service
Class ImageServiceWrapper

java.lang.Object
  extended by 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

Constructor Summary
ImageServiceWrapper(ImageService imageService)
           
 
Method Summary
 Image getImage(long imageId)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 ImageService getWrappedService()
           
 void setWrappedService(ImageService imageService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageServiceWrapper

public ImageServiceWrapper(ImageService imageService)
Method Detail

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>

Liferay 7.0-ce-b4