Class ExportImportConfigurationServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.exportimport.service.base.ExportImportConfigurationServiceBaseImpl
All Implemented Interfaces:
com.liferay.exportimport.kernel.service.ExportImportConfigurationService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService
Direct Known Subclasses:
ExportImportConfigurationServiceImpl

public abstract class ExportImportConfigurationServiceBaseImpl extends com.liferay.portal.kernel.service.BaseServiceImpl implements com.liferay.exportimport.kernel.service.ExportImportConfigurationService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the export import configuration 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 ExportImportConfigurationServiceImpl.

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.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
     
    protected com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
     
    protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence
     
    protected com.liferay.exportimport.kernel.service.ExportImportConfigurationService
     

    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.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
    Returns the export import configuration finder.
    com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
    Returns the export import configuration local service.
    com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence
    Returns the export import configuration persistence.
    com.liferay.exportimport.kernel.service.ExportImportConfigurationService
    Returns the export import configuration 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
    setExportImportConfigurationFinder(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder)
    Sets the export import configuration finder.
    void
    setExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService)
    Sets the export import configuration local service.
    void
    setExportImportConfigurationPersistence(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence)
    Sets the export import configuration persistence.
    void
    setExportImportConfigurationService(com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService)
    Sets the export import configuration 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.exportimport.kernel.service.ExportImportConfigurationService

    deleteExportImportConfiguration, moveExportImportConfigurationToTrash, restoreExportImportConfigurationFromTrash
  • Field Details

    • exportImportConfigurationLocalService

      @BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService.class) protected com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService
    • exportImportConfigurationService

      @BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportConfigurationService.class) protected com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService
    • exportImportConfigurationPersistence

      @BeanReference(type=com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence.class) protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence
    • exportImportConfigurationFinder

      @BeanReference(type=com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder.class) protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder
    • counterLocalService

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

    • ExportImportConfigurationServiceBaseImpl

      public ExportImportConfigurationServiceBaseImpl()
  • Method Details

    • getExportImportConfigurationLocalService

      public com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
      Returns the export import configuration local service.
      Returns:
      the export import configuration local service
    • setExportImportConfigurationLocalService

      public void setExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService)
      Sets the export import configuration local service.
      Parameters:
      exportImportConfigurationLocalService - the export import configuration local service
    • getExportImportConfigurationService

      public com.liferay.exportimport.kernel.service.ExportImportConfigurationService getExportImportConfigurationService()
      Returns the export import configuration remote service.
      Returns:
      the export import configuration remote service
    • setExportImportConfigurationService

      public void setExportImportConfigurationService(com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService)
      Sets the export import configuration remote service.
      Parameters:
      exportImportConfigurationService - the export import configuration remote service
    • getExportImportConfigurationPersistence

      public com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
      Returns the export import configuration persistence.
      Returns:
      the export import configuration persistence
    • setExportImportConfigurationPersistence

      public void setExportImportConfigurationPersistence(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence)
      Sets the export import configuration persistence.
      Parameters:
      exportImportConfigurationPersistence - the export import configuration persistence
    • getExportImportConfigurationFinder

      public com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder getExportImportConfigurationFinder()
      Returns the export import configuration finder.
      Returns:
      the export import configuration finder
    • setExportImportConfigurationFinder

      public void setExportImportConfigurationFinder(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder)
      Sets the export import configuration finder.
      Parameters:
      exportImportConfigurationFinder - the export import configuration finder
    • 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.exportimport.kernel.service.ExportImportConfigurationService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
      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