Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portal.service.ImageLocalService

Packages that use ImageLocalService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.dynamicdatamapping.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.softwarecatalog.service.base   
 

Uses of ImageLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement ImageLocalService
 class ImageLocalServiceWrapper
          Provides a wrapper for ImageLocalService.
 

Methods in com.liferay.portal.service that return ImageLocalService
static ImageLocalService ImageLocalServiceUtil.getService()
           
 ImageLocalService ImageLocalServiceWrapper.getWrappedImageLocalService()
          Deprecated. As of 6.1.0, replaced by ImageLocalServiceWrapper.getWrappedService()
 ImageLocalService ImageLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ImageLocalService
 void ImageLocalServiceUtil.setService(ImageLocalService service)
          Deprecated. As of 6.2.0
 void ImageLocalServiceWrapper.setWrappedImageLocalService(ImageLocalService imageLocalService)
          Deprecated. As of 6.1.0, replaced by ImageLocalServiceWrapper.setWrappedService(com.liferay.portal.service.ImageLocalService)
 void ImageLocalServiceWrapper.setWrappedService(ImageLocalService imageLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type ImageLocalService
ImageLocalServiceWrapper(ImageLocalService imageLocalService)
           
 

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

Classes in com.liferay.portal.service.base that implement ImageLocalService
 class ImageLocalServiceBaseImpl
          Provides the base implementation for the image local service.
 

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

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

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

Uses of ImageLocalService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement ImageLocalService
 class ImageLocalServiceImpl
           
 

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

Fields in com.liferay.portlet.blogs.service.base declared as ImageLocalService
protected  ImageLocalService BlogsEntryServiceBaseImpl.imageLocalService
           
protected  ImageLocalService BlogsEntryLocalServiceBaseImpl.imageLocalService
           
 

Methods in com.liferay.portlet.blogs.service.base that return ImageLocalService
 ImageLocalService BlogsEntryServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 ImageLocalService BlogsEntryLocalServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type ImageLocalService
 void BlogsEntryServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void BlogsEntryLocalServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as ImageLocalService
protected  ImageLocalService DLFileEntryLocalServiceBaseImpl.imageLocalService
           
protected  ImageLocalService DLAppHelperLocalServiceBaseImpl.imageLocalService
           
protected  ImageLocalService DLFileEntryServiceBaseImpl.imageLocalService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return ImageLocalService
 ImageLocalService DLFileEntryLocalServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 ImageLocalService DLAppHelperLocalServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 ImageLocalService DLFileEntryServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type ImageLocalService
 void DLFileEntryLocalServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void DLAppHelperLocalServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void DLFileEntryServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 

Uses of ImageLocalService in com.liferay.portlet.dynamicdatamapping.service.base
 

Fields in com.liferay.portlet.dynamicdatamapping.service.base declared as ImageLocalService
protected  ImageLocalService DDMTemplateLocalServiceBaseImpl.imageLocalService
           
protected  ImageLocalService DDMTemplateServiceBaseImpl.imageLocalService
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return ImageLocalService
 ImageLocalService DDMTemplateLocalServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 ImageLocalService DDMTemplateServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type ImageLocalService
 void DDMTemplateLocalServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void DDMTemplateServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 

Uses of ImageLocalService in com.liferay.portlet.journal.service.base
 

Fields in com.liferay.portlet.journal.service.base declared as ImageLocalService
protected  ImageLocalService JournalArticleImageLocalServiceBaseImpl.imageLocalService
           
protected  ImageLocalService JournalArticleServiceBaseImpl.imageLocalService
           
protected  ImageLocalService JournalArticleLocalServiceBaseImpl.imageLocalService
           
 

Methods in com.liferay.portlet.journal.service.base that return ImageLocalService
 ImageLocalService JournalArticleImageLocalServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 ImageLocalService JournalArticleServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 ImageLocalService JournalArticleLocalServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type ImageLocalService
 void JournalArticleImageLocalServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void JournalArticleServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void JournalArticleLocalServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 

Uses of ImageLocalService in com.liferay.portlet.shopping.service.base
 

Fields in com.liferay.portlet.shopping.service.base declared as ImageLocalService
protected  ImageLocalService ShoppingItemServiceBaseImpl.imageLocalService
           
protected  ImageLocalService ShoppingItemLocalServiceBaseImpl.imageLocalService
           
 

Methods in com.liferay.portlet.shopping.service.base that return ImageLocalService
 ImageLocalService ShoppingItemServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 ImageLocalService ShoppingItemLocalServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ImageLocalService
 void ShoppingItemServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void ShoppingItemLocalServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 

Uses of ImageLocalService in com.liferay.portlet.softwarecatalog.service.base
 

Fields in com.liferay.portlet.softwarecatalog.service.base declared as ImageLocalService
protected  ImageLocalService SCProductEntryServiceBaseImpl.imageLocalService
           
protected  ImageLocalService SCProductEntryLocalServiceBaseImpl.imageLocalService
           
protected  ImageLocalService SCProductScreenshotLocalServiceBaseImpl.imageLocalService
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return ImageLocalService
 ImageLocalService SCProductEntryServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 ImageLocalService SCProductEntryLocalServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 ImageLocalService SCProductScreenshotLocalServiceBaseImpl.getImageLocalService()
          Returns the image local service.
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type ImageLocalService
 void SCProductEntryServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void SCProductEntryLocalServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void SCProductScreenshotLocalServiceBaseImpl.setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 


Liferay 7.0-ce-m6