Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.ImagePersistence

Packages that use ImagePersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.documentlibrary.service.base   
 

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

Fields in com.liferay.portal.service.base declared as ImagePersistence
protected  ImagePersistence LayoutServiceBaseImpl.imagePersistence
           
protected  ImagePersistence LayoutSetBranchLocalServiceBaseImpl.imagePersistence
           
protected  ImagePersistence UserServiceBaseImpl.imagePersistence
           
protected  ImagePersistence LayoutLocalServiceBaseImpl.imagePersistence
           
protected  ImagePersistence LayoutRevisionServiceBaseImpl.imagePersistence
           
protected  ImagePersistence ImageServiceBaseImpl.imagePersistence
           
protected  ImagePersistence UserLocalServiceBaseImpl.imagePersistence
           
protected  ImagePersistence LayoutRevisionLocalServiceBaseImpl.imagePersistence
           
protected  ImagePersistence LayoutSetBranchServiceBaseImpl.imagePersistence
           
protected  ImagePersistence CompanyLocalServiceBaseImpl.imagePersistence
           
protected  ImagePersistence CompanyServiceBaseImpl.imagePersistence
           
protected  ImagePersistence LayoutSetServiceBaseImpl.imagePersistence
           
protected  ImagePersistence LayoutSetLocalServiceBaseImpl.imagePersistence
           
protected  ImagePersistence ImageLocalServiceBaseImpl.imagePersistence
           
 

Methods in com.liferay.portal.service.base that return ImagePersistence
 ImagePersistence LayoutServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence LayoutSetBranchLocalServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence UserServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence LayoutLocalServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence LayoutRevisionServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence ImageServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence UserLocalServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence LayoutRevisionLocalServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence LayoutSetBranchServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence CompanyLocalServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence CompanyServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence LayoutSetServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence LayoutSetLocalServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence ImageLocalServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 

Methods in com.liferay.portal.service.base with parameters of type ImagePersistence
 void LayoutServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void LayoutSetBranchLocalServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void UserServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void LayoutLocalServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void LayoutRevisionServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void ImageServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void UserLocalServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void LayoutRevisionLocalServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void LayoutSetBranchServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void CompanyLocalServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void CompanyServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void LayoutSetServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void LayoutSetLocalServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void ImageLocalServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 

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

Methods in com.liferay.portal.service.persistence that return ImagePersistence
static ImagePersistence ImageUtil.getPersistence()
           
 

Uses of ImagePersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement ImagePersistence
 class ImagePersistenceImpl
          The persistence implementation for the image service.
 

Uses of ImagePersistence in com.liferay.portlet.blogs.service.base
 

Fields in com.liferay.portlet.blogs.service.base declared as ImagePersistence
protected  ImagePersistence BlogsEntryServiceBaseImpl.imagePersistence
           
protected  ImagePersistence BlogsEntryLocalServiceBaseImpl.imagePersistence
           
 

Methods in com.liferay.portlet.blogs.service.base that return ImagePersistence
 ImagePersistence BlogsEntryServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence BlogsEntryLocalServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type ImagePersistence
 void BlogsEntryServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void BlogsEntryLocalServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 

Uses of ImagePersistence in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as ImagePersistence
protected  ImagePersistence DLFileEntryServiceBaseImpl.imagePersistence
           
protected  ImagePersistence DLAppHelperLocalServiceBaseImpl.imagePersistence
           
protected  ImagePersistence DLFileEntryLocalServiceBaseImpl.imagePersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return ImagePersistence
 ImagePersistence DLFileEntryServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence DLAppHelperLocalServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 ImagePersistence DLFileEntryLocalServiceBaseImpl.getImagePersistence()
          Returns the image persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type ImagePersistence
 void DLFileEntryServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void DLAppHelperLocalServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void DLFileEntryLocalServiceBaseImpl.setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 


Liferay 7.0-ce-b4