Liferay 6.2-ce-ga5

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

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

Uses of ImageLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement ImageLocalService
 class ImageLocalServiceWrapper
          Provides a wrapper for ImageLocalService.
 

Methods in com.liferay.portal.service that return ImageLocalService
static ImageLocalService ImageLocalServiceUtil.getService()
           
 ImageLocalService ImageLocalServiceWrapper.getWrappedImageLocalService()
          Deprecated. As of 6.1.0, replaced by ImageLocalServiceWrapper.getWrappedService()
 ImageLocalService ImageLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ImageLocalService
 void ImageLocalServiceUtil.setService(ImageLocalService service)
          Deprecated. As of 6.2.0
 void ImageLocalServiceWrapper.setWrappedImageLocalService(ImageLocalService imageLocalService)
          Deprecated. As of 6.1.0, replaced by ImageLocalServiceWrapper.setWrappedService(com.liferay.portal.service.ImageLocalService)
 void ImageLocalServiceWrapper.setWrappedService(ImageLocalService imageLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type ImageLocalService
ImageLocalServiceWrapper(ImageLocalService imageLocalService)
           
 


Liferay 6.2-ce-ga5