Liferay 6.0-ee-sp2

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

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

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

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

Methods in com.liferay.portlet.imagegallery.service that return IGFolderService
static IGFolderService IGFolderServiceUtil.getService()
           
 IGFolderService IGFolderServiceWrapper.getWrappedIGFolderService()
           
 

Methods in com.liferay.portlet.imagegallery.service with parameters of type IGFolderService
 void IGFolderServiceUtil.setService(IGFolderService service)
           
 void IGFolderServiceWrapper.setWrappedIGFolderService(IGFolderService igFolderService)
           
 

Constructors in com.liferay.portlet.imagegallery.service with parameters of type IGFolderService
IGFolderServiceWrapper(IGFolderService igFolderService)
           
 


Liferay 6.0-ee-sp2