Liferay 6.0.5

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()
          Gets the i g folder persistence.
 IGFolderPersistence GroupLocalServiceBaseImpl.getIGFolderPersistence()
          Gets the i g folder persistence.
 

Methods in com.liferay.portal.service.base with parameters of type IGFolderPersistence
 void GroupServiceBaseImpl.setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
          Sets the i g folder persistence.
 void GroupLocalServiceBaseImpl.setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
          Sets the i g folder persistence.
 

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()
          Gets the i g folder persistence.
 IGFolderPersistence IGImageLocalServiceBaseImpl.getIGFolderPersistence()
          Gets the i g folder persistence.
 IGFolderPersistence IGFolderServiceBaseImpl.getIGFolderPersistence()
          Gets the i g folder persistence.
 IGFolderPersistence IGFolderLocalServiceBaseImpl.getIGFolderPersistence()
          Gets the i g folder persistence.
 

Methods in com.liferay.portlet.imagegallery.service.base with parameters of type IGFolderPersistence
 void IGImageServiceBaseImpl.setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
          Sets the i g folder persistence.
 void IGImageLocalServiceBaseImpl.setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
          Sets the i g folder persistence.
 void IGFolderServiceBaseImpl.setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
          Sets the i g folder persistence.
 void IGFolderLocalServiceBaseImpl.setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
          Sets the i g folder persistence.
 

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 implementation 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.5