Liferay 6.0.4

Uses of Interface
com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence

Packages that use IGFolderPersistence
com.liferay.portal.service.base   
com.liferay.portal.service.persistence   
com.liferay.portlet.imagegallery.service.base   
com.liferay.portlet.imagegallery.service.persistence   
 

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

Fields in com.liferay.portal.service.base declared as IGFolderPersistence
protected  IGFolderPersistence GroupServiceBaseImpl.igFolderPersistence
           
protected  IGFolderPersistence GroupLocalServiceBaseImpl.igFolderPersistence
           
 

Methods in com.liferay.portal.service.base that return IGFolderPersistence
 IGFolderPersistence GroupServiceBaseImpl.getIGFolderPersistence()
           
 IGFolderPersistence GroupLocalServiceBaseImpl.getIGFolderPersistence()
           
 

Methods in com.liferay.portal.service.base with parameters of type IGFolderPersistence
 void GroupServiceBaseImpl.setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
           
 void GroupLocalServiceBaseImpl.setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
           
 

Uses of IGFolderPersistence in com.liferay.portal.service.persistence
 

Fields in com.liferay.portal.service.persistence declared as IGFolderPersistence
protected  IGFolderPersistence GroupPersistenceImpl.igFolderPersistence
           
 

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

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

Methods in com.liferay.portlet.imagegallery.service.base that return IGFolderPersistence
 IGFolderPersistence IGImageServiceBaseImpl.getIGFolderPersistence()
           
 IGFolderPersistence IGImageLocalServiceBaseImpl.getIGFolderPersistence()
           
 IGFolderPersistence IGFolderServiceBaseImpl.getIGFolderPersistence()
           
 IGFolderPersistence IGFolderLocalServiceBaseImpl.getIGFolderPersistence()
           
 

Methods in com.liferay.portlet.imagegallery.service.base with parameters of type IGFolderPersistence
 void IGImageServiceBaseImpl.setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
           
 void IGImageLocalServiceBaseImpl.setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
           
 void IGFolderServiceBaseImpl.setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
           
 void IGFolderLocalServiceBaseImpl.setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
           
 

Uses of IGFolderPersistence in com.liferay.portlet.imagegallery.service.persistence
 

Classes in com.liferay.portlet.imagegallery.service.persistence that implement IGFolderPersistence
 class IGFolderPersistenceImpl
          The persistence for the i g folder service.
 

Fields in com.liferay.portlet.imagegallery.service.persistence declared as IGFolderPersistence
protected  IGFolderPersistence IGImagePersistenceImpl.igFolderPersistence
           
protected  IGFolderPersistence IGFolderPersistenceImpl.igFolderPersistence
           
 

Methods in com.liferay.portlet.imagegallery.service.persistence that return IGFolderPersistence
static IGFolderPersistence IGFolderUtil.getPersistence()
           
 

Methods in com.liferay.portlet.imagegallery.service.persistence with parameters of type IGFolderPersistence
 void IGFolderUtil.setPersistence(IGFolderPersistence persistence)
           
 


Liferay 6.0.4