Liferay 6.0.5

com.liferay.portal.service
Class ImageServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.ImageServiceWrapper
All Implemented Interfaces:
ImageService

public class ImageServiceWrapper
extends Object
implements ImageService

This class is a wrapper for ImageService.

See Also:
ImageService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
ImageServiceWrapper(ImageService imageService)
           
 
Method Summary
 Image getImage(long imageId)
           
 ImageService getWrappedImageService()
           
 
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,
                      SystemException
Specified by:
getImage in interface ImageService
Throws:
PortalException
SystemException

getWrappedImageService

public ImageService getWrappedImageService()

Liferay 6.0.5