Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.exportimport.service.ExportImportConfigurationService

Packages that use ExportImportConfigurationService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.exportimport.service   
com.liferay.portlet.exportimport.service.base   
com.liferay.portlet.exportimport.service.impl   
 

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

Fields in com.liferay.portal.service.base declared as ExportImportConfigurationService
protected  ExportImportConfigurationService GroupServiceBaseImpl.exportImportConfigurationService
           
protected  ExportImportConfigurationService LayoutServiceBaseImpl.exportImportConfigurationService
           
protected  ExportImportConfigurationService UserGroupServiceBaseImpl.exportImportConfigurationService
           
 

Methods in com.liferay.portal.service.base that return ExportImportConfigurationService
 ExportImportConfigurationService GroupServiceBaseImpl.getExportImportConfigurationService()
          Returns the export import configuration remote service.
 ExportImportConfigurationService LayoutServiceBaseImpl.getExportImportConfigurationService()
          Returns the export import configuration remote service.
 ExportImportConfigurationService UserGroupServiceBaseImpl.getExportImportConfigurationService()
          Returns the export import configuration remote service.
 

Methods in com.liferay.portal.service.base with parameters of type ExportImportConfigurationService
 void GroupServiceBaseImpl.setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 void LayoutServiceBaseImpl.setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 void UserGroupServiceBaseImpl.setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 

Uses of ExportImportConfigurationService in com.liferay.portlet.exportimport.service
 

Classes in com.liferay.portlet.exportimport.service that implement ExportImportConfigurationService
 class ExportImportConfigurationServiceWrapper
          Provides a wrapper for ExportImportConfigurationService.
 

Methods in com.liferay.portlet.exportimport.service that return ExportImportConfigurationService
static ExportImportConfigurationService ExportImportConfigurationServiceUtil.getService()
           
 ExportImportConfigurationService ExportImportConfigurationServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.exportimport.service with parameters of type ExportImportConfigurationService
 void ExportImportConfigurationServiceWrapper.setWrappedService(ExportImportConfigurationService exportImportConfigurationService)
           
 

Constructors in com.liferay.portlet.exportimport.service with parameters of type ExportImportConfigurationService
ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService)
           
 

Uses of ExportImportConfigurationService in com.liferay.portlet.exportimport.service.base
 

Classes in com.liferay.portlet.exportimport.service.base that implement ExportImportConfigurationService
 class ExportImportConfigurationServiceBaseImpl
          Provides the base implementation for the export import configuration remote service.
 

Fields in com.liferay.portlet.exportimport.service.base declared as ExportImportConfigurationService
protected  ExportImportConfigurationService ExportImportServiceBaseImpl.exportImportConfigurationService
           
protected  ExportImportConfigurationService StagingServiceBaseImpl.exportImportConfigurationService
           
protected  ExportImportConfigurationService ExportImportConfigurationServiceBaseImpl.exportImportConfigurationService
           
 

Methods in com.liferay.portlet.exportimport.service.base that return ExportImportConfigurationService
 ExportImportConfigurationService ExportImportServiceBaseImpl.getExportImportConfigurationService()
          Returns the export import configuration remote service.
 ExportImportConfigurationService StagingServiceBaseImpl.getExportImportConfigurationService()
          Returns the export import configuration remote service.
 ExportImportConfigurationService ExportImportConfigurationServiceBaseImpl.getExportImportConfigurationService()
          Returns the export import configuration remote service.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type ExportImportConfigurationService
 void ExportImportServiceBaseImpl.setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 void StagingServiceBaseImpl.setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 void ExportImportConfigurationServiceBaseImpl.setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 

Uses of ExportImportConfigurationService in com.liferay.portlet.exportimport.service.impl
 

Classes in com.liferay.portlet.exportimport.service.impl that implement ExportImportConfigurationService
 class ExportImportConfigurationServiceImpl
           
 


Liferay 7.0-ce-b4