com.liferay.portal.service
Class ImageServiceWrapper

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

public class ImageServiceWrapper
extends java.lang.Object
implements ImageService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for ImageService.

Author:
Brian Wing Shun Chan
See Also:
ImageService
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 com.liferay.portal.PortalException,
                      com.liferay.portal.SystemException
Specified by:
getImage in interface ImageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedImageService

public ImageService getWrappedImageService()