Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.service.ImageService

Packages that use ImageService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of ImageService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement ImageService
 class ImageServiceWrapper
          Provides a wrapper for ImageService.
 

Methods in com.liferay.portal.service that return ImageService
static ImageService ImageServiceUtil.getService()
           
 ImageService ImageServiceWrapper.getWrappedImageService()
          Deprecated. As of 6.1.0, replaced by ImageServiceWrapper.getWrappedService()
 ImageService ImageServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ImageService
 void ImageServiceUtil.setService(ImageService service)
          Deprecated. As of 6.2.0
 void ImageServiceWrapper.setWrappedImageService(ImageService imageService)
          Deprecated. As of 6.1.0, replaced by ImageServiceWrapper.setWrappedService(com.liferay.portal.service.ImageService)
 void ImageServiceWrapper.setWrappedService(ImageService imageService)
           
 

Constructors in com.liferay.portal.service with parameters of type ImageService
ImageServiceWrapper(ImageService imageService)
           
 


Liferay 6.2-ce-ga5