Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portlet.imagegallery.service.IGImageService

Packages that use IGImageService
com.liferay.portlet.imagegallery.service   
 

Uses of IGImageService in com.liferay.portlet.imagegallery.service
 

Classes in com.liferay.portlet.imagegallery.service that implement IGImageService
 class IGImageServiceWrapper
           This class is a wrapper for IGImageService.
 

Methods in com.liferay.portlet.imagegallery.service that return IGImageService
static IGImageService IGImageServiceUtil.getService()
           
 IGImageService IGImageServiceWrapper.getWrappedIGImageService()
           
 

Methods in com.liferay.portlet.imagegallery.service with parameters of type IGImageService
 void IGImageServiceUtil.setService(IGImageService service)
           
 void IGImageServiceWrapper.setWrappedIGImageService(IGImageService igImageService)
           
 

Constructors in com.liferay.portlet.imagegallery.service with parameters of type IGImageService
IGImageServiceWrapper(IGImageService igImageService)
           
 


Liferay 6.0-ee-sp2