Class RegionServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.RegionServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.RegionService
Direct Known Subclasses:
RegionServiceImpl

public abstract class RegionServiceBaseImpl extends com.liferay.portal.kernel.service.BaseServiceImpl implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.RegionService
Provides the base implementation for the region 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 RegionServiceImpl.

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.persistence.RegionLocalizationPersistence
     
    protected com.liferay.portal.kernel.service.RegionLocalService
     
    protected com.liferay.portal.kernel.service.persistence.RegionPersistence
     
    protected com.liferay.portal.kernel.service.RegionService
     

    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.
    protected Class<?>
     
    protected String
     
    Returns the OSGi service identifier.
    com.liferay.portal.kernel.service.persistence.RegionLocalizationPersistence
    Returns the region localization persistence.
    com.liferay.portal.kernel.service.RegionLocalService
    Returns the region local service.
    com.liferay.portal.kernel.service.persistence.RegionPersistence
    Returns the region persistence.
    com.liferay.portal.kernel.service.RegionService
    Returns the region remote service.
    protected void
    Performs a SQL query.
    void
    setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
    Sets the counter local service.
    void
    setRegionLocalizationPersistence(com.liferay.portal.kernel.service.persistence.RegionLocalizationPersistence regionLocalizationPersistence)
    Sets the region localization persistence.
    void
    setRegionLocalService(com.liferay.portal.kernel.service.RegionLocalService regionLocalService)
    Sets the region local service.
    void
    setRegionPersistence(com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence)
    Sets the region persistence.
    void
    setRegionService(com.liferay.portal.kernel.service.RegionService regionService)
    Sets the region 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.RegionService

    addRegion, deleteRegion, fetchRegion, fetchRegion, getRegion, getRegion, getRegions, getRegions, getRegions, getRegions, getRegions, getRegions, getRegions, getRegionsCount, getRegionsCount, searchRegions, updateActive, updateRegion
  • Field Details

    • regionLocalService

      @BeanReference(type=com.liferay.portal.kernel.service.RegionLocalService.class) protected com.liferay.portal.kernel.service.RegionLocalService regionLocalService
    • regionService

      @BeanReference(type=com.liferay.portal.kernel.service.RegionService.class) protected com.liferay.portal.kernel.service.RegionService regionService
    • regionPersistence

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

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

      @BeanReference(type=com.liferay.portal.kernel.service.persistence.RegionLocalizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.RegionLocalizationPersistence regionLocalizationPersistence
  • Constructor Details

    • RegionServiceBaseImpl

      public RegionServiceBaseImpl()
  • Method Details

    • getRegionLocalService

      public com.liferay.portal.kernel.service.RegionLocalService getRegionLocalService()
      Returns the region local service.
      Returns:
      the region local service
    • setRegionLocalService

      public void setRegionLocalService(com.liferay.portal.kernel.service.RegionLocalService regionLocalService)
      Sets the region local service.
      Parameters:
      regionLocalService - the region local service
    • getRegionService

      public com.liferay.portal.kernel.service.RegionService getRegionService()
      Returns the region remote service.
      Returns:
      the region remote service
    • setRegionService

      public void setRegionService(com.liferay.portal.kernel.service.RegionService regionService)
      Sets the region remote service.
      Parameters:
      regionService - the region remote service
    • getRegionPersistence

      public com.liferay.portal.kernel.service.persistence.RegionPersistence getRegionPersistence()
      Returns the region persistence.
      Returns:
      the region persistence
    • setRegionPersistence

      public void setRegionPersistence(com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence)
      Sets the region persistence.
      Parameters:
      regionPersistence - the region 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
    • getRegionLocalizationPersistence

      public com.liferay.portal.kernel.service.persistence.RegionLocalizationPersistence getRegionLocalizationPersistence()
      Returns the region localization persistence.
      Returns:
      the region localization persistence
    • setRegionLocalizationPersistence

      public void setRegionLocalizationPersistence(com.liferay.portal.kernel.service.persistence.RegionLocalizationPersistence regionLocalizationPersistence)
      Sets the region localization persistence.
      Parameters:
      regionLocalizationPersistence - the region localization persistence
    • 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.RegionService
      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