Liferay 6.0-ee-sp2

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

Packages that use ImageLocalService
com.liferay.portal.service   
 

Uses of ImageLocalService in com.liferay.portal.service
 

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

Methods in com.liferay.portal.service that return ImageLocalService
static ImageLocalService ImageLocalServiceUtil.getService()
           
 ImageLocalService ImageLocalServiceWrapper.getWrappedImageLocalService()
           
 

Methods in com.liferay.portal.service with parameters of type ImageLocalService
 void ImageLocalServiceUtil.setService(ImageLocalService service)
           
 void ImageLocalServiceWrapper.setWrappedImageLocalService(ImageLocalService imageLocalService)
           
 

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


Liferay 6.0-ee-sp2