Class ImageServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.ImageServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ImageService
Direct Known Subclasses:
ImageServiceImpl

public abstract class ImageServiceBaseImpl extends com.liferay.portal.kernel.service.BaseServiceImpl implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.ImageService
Provides the base implementation for the image remote service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in ImageServiceImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.liferay.counter.kernel.service.CounterLocalService
     
    protected com.liferay.portal.kernel.service.ImageLocalService
     
    protected com.liferay.portal.kernel.service.persistence.ImagePersistence
     
    protected com.liferay.portal.kernel.service.ImageService
     

    Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl

    ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    com.liferay.counter.kernel.service.CounterLocalService
    Returns the counter local service.
    com.liferay.portal.kernel.service.ImageLocalService
    Returns the image local service.
    com.liferay.portal.kernel.service.persistence.ImagePersistence
    Returns the image persistence.
    com.liferay.portal.kernel.service.ImageService
    Returns the image remote service.
    protected Class<?>
     
    protected String
     
    Returns the OSGi service identifier.
    protected void
    Performs a SQL query.
    void
    setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
    Sets the counter local service.
    void
    setImageLocalService(com.liferay.portal.kernel.service.ImageLocalService imageLocalService)
    Sets the image local service.
    void
    setImagePersistence(com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence)
    Sets the image persistence.
    void
    setImageService(com.liferay.portal.kernel.service.ImageService imageService)
    Sets the image remote service.

    Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl

    getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.service.ImageService

    getImage
  • Field Details

    • imageLocalService

      @BeanReference(type=com.liferay.portal.kernel.service.ImageLocalService.class) protected com.liferay.portal.kernel.service.ImageLocalService imageLocalService
    • imageService

      @BeanReference(type=com.liferay.portal.kernel.service.ImageService.class) protected com.liferay.portal.kernel.service.ImageService imageService
    • imagePersistence

      @BeanReference(type=com.liferay.portal.kernel.service.persistence.ImagePersistence.class) protected com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence
    • counterLocalService

      @BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
  • Constructor Details

    • ImageServiceBaseImpl

      public ImageServiceBaseImpl()
  • Method Details

    • getImageLocalService

      public com.liferay.portal.kernel.service.ImageLocalService getImageLocalService()
      Returns the image local service.
      Returns:
      the image local service
    • setImageLocalService

      public void setImageLocalService(com.liferay.portal.kernel.service.ImageLocalService imageLocalService)
      Sets the image local service.
      Parameters:
      imageLocalService - the image local service
    • getImageService

      public com.liferay.portal.kernel.service.ImageService getImageService()
      Returns the image remote service.
      Returns:
      the image remote service
    • setImageService

      public void setImageService(com.liferay.portal.kernel.service.ImageService imageService)
      Sets the image remote service.
      Parameters:
      imageService - the image remote service
    • getImagePersistence

      public com.liferay.portal.kernel.service.persistence.ImagePersistence getImagePersistence()
      Returns the image persistence.
      Returns:
      the image persistence
    • setImagePersistence

      public void setImagePersistence(com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence)
      Sets the image persistence.
      Parameters:
      imagePersistence - the image persistence
    • getCounterLocalService

      public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
      Returns the counter local service.
      Returns:
      the counter local service
    • setCounterLocalService

      public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
      Sets the counter local service.
      Parameters:
      counterLocalService - the counter local service
    • afterPropertiesSet

      public void afterPropertiesSet()
    • destroy

      public void destroy()
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.ImageService
      Returns:
      the OSGi service identifier
    • getModelClass

      protected Class<?> getModelClass()
    • getModelClassName

      protected String getModelClassName()
    • runSQL

      protected void runSQL(String sql)
      Performs a SQL query.
      Parameters:
      sql - the sql query