Liferay 6.0.5

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

Packages that use IGFolderService
com.liferay.portal.service.base   
com.liferay.portlet.imagegallery.service   
com.liferay.portlet.imagegallery.service.base   
com.liferay.portlet.imagegallery.service.impl   
 

Uses of IGFolderService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as IGFolderService
protected  IGFolderService GroupServiceBaseImpl.igFolderService
           
protected  IGFolderService GroupLocalServiceBaseImpl.igFolderService
           
 

Methods in com.liferay.portal.service.base that return IGFolderService
 IGFolderService GroupServiceBaseImpl.getIGFolderService()
          Gets the i g folder remote service.
 IGFolderService GroupLocalServiceBaseImpl.getIGFolderService()
          Gets the i g folder remote service.
 

Methods in com.liferay.portal.service.base with parameters of type IGFolderService
 void GroupServiceBaseImpl.setIGFolderService(IGFolderService igFolderService)
          Sets the i g folder remote service.
 void GroupLocalServiceBaseImpl.setIGFolderService(IGFolderService igFolderService)
          Sets the i g folder remote 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)
           
 

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

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

Classes in com.liferay.portlet.imagegallery.service.base that implement IGFolderService
 class IGFolderServiceBaseImpl
          The base implementation of the i g folder remote service.
 

Fields in com.liferay.portlet.imagegallery.service.base declared as IGFolderService
protected  IGFolderService IGImageServiceBaseImpl.igFolderService
           
protected  IGFolderService IGImageLocalServiceBaseImpl.igFolderService
           
protected  IGFolderService IGFolderServiceBaseImpl.igFolderService
           
protected  IGFolderService IGFolderLocalServiceBaseImpl.igFolderService
           
 

Methods in com.liferay.portlet.imagegallery.service.base that return IGFolderService
 IGFolderService IGImageServiceBaseImpl.getIGFolderService()
          Gets the i g folder remote service.
 IGFolderService IGImageLocalServiceBaseImpl.getIGFolderService()
          Gets the i g folder remote service.
 IGFolderService IGFolderServiceBaseImpl.getIGFolderService()
          Gets the i g folder remote service.
 IGFolderService IGFolderLocalServiceBaseImpl.getIGFolderService()
          Gets the i g folder remote service.
 

Methods in com.liferay.portlet.imagegallery.service.base with parameters of type IGFolderService
 void IGImageServiceBaseImpl.setIGFolderService(IGFolderService igFolderService)
          Sets the i g folder remote service.
 void IGImageLocalServiceBaseImpl.setIGFolderService(IGFolderService igFolderService)
          Sets the i g folder remote service.
 void IGFolderServiceBaseImpl.setIGFolderService(IGFolderService igFolderService)
          Sets the i g folder remote service.
 void IGFolderLocalServiceBaseImpl.setIGFolderService(IGFolderService igFolderService)
          Sets the i g folder remote service.
 

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

Classes in com.liferay.portlet.imagegallery.service.impl that implement IGFolderService
 class IGFolderServiceImpl
           
 


Liferay 6.0.5