Liferay 7.0-ce-b6

Uses of Interface
com.liferay.portlet.exportimport.service.persistence.ExportImportConfigurationFinder

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

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

Fields in com.liferay.portal.service.base declared as ExportImportConfigurationFinder
protected  ExportImportConfigurationFinder GroupServiceBaseImpl.exportImportConfigurationFinder
           
protected  ExportImportConfigurationFinder LayoutServiceBaseImpl.exportImportConfigurationFinder
           
protected  ExportImportConfigurationFinder UserGroupServiceBaseImpl.exportImportConfigurationFinder
           
protected  ExportImportConfigurationFinder LayoutLocalServiceBaseImpl.exportImportConfigurationFinder
           
protected  ExportImportConfigurationFinder UserGroupLocalServiceBaseImpl.exportImportConfigurationFinder
           
protected  ExportImportConfigurationFinder GroupLocalServiceBaseImpl.exportImportConfigurationFinder
           
 

Methods in com.liferay.portal.service.base that return ExportImportConfigurationFinder
 ExportImportConfigurationFinder GroupServiceBaseImpl.getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 ExportImportConfigurationFinder LayoutServiceBaseImpl.getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 ExportImportConfigurationFinder UserGroupServiceBaseImpl.getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 ExportImportConfigurationFinder LayoutLocalServiceBaseImpl.getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 ExportImportConfigurationFinder UserGroupLocalServiceBaseImpl.getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 ExportImportConfigurationFinder GroupLocalServiceBaseImpl.getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 

Methods in com.liferay.portal.service.base with parameters of type ExportImportConfigurationFinder
 void GroupServiceBaseImpl.setExportImportConfigurationFinder(ExportImportConfigurationFinder exportImportConfigurationFinder)
          Sets the export import configuration finder.
 void LayoutServiceBaseImpl.setExportImportConfigurationFinder(ExportImportConfigurationFinder exportImportConfigurationFinder)
          Sets the export import configuration finder.
 void UserGroupServiceBaseImpl.setExportImportConfigurationFinder(ExportImportConfigurationFinder exportImportConfigurationFinder)
          Sets the export import configuration finder.
 void LayoutLocalServiceBaseImpl.setExportImportConfigurationFinder(ExportImportConfigurationFinder exportImportConfigurationFinder)
          Sets the export import configuration finder.
 void UserGroupLocalServiceBaseImpl.setExportImportConfigurationFinder(ExportImportConfigurationFinder exportImportConfigurationFinder)
          Sets the export import configuration finder.
 void GroupLocalServiceBaseImpl.setExportImportConfigurationFinder(ExportImportConfigurationFinder exportImportConfigurationFinder)
          Sets the export import configuration finder.
 

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

Fields in com.liferay.portlet.exportimport.service.base declared as ExportImportConfigurationFinder
protected  ExportImportConfigurationFinder ExportImportServiceBaseImpl.exportImportConfigurationFinder
           
protected  ExportImportConfigurationFinder StagingServiceBaseImpl.exportImportConfigurationFinder
           
protected  ExportImportConfigurationFinder ExportImportConfigurationServiceBaseImpl.exportImportConfigurationFinder
           
protected  ExportImportConfigurationFinder StagingLocalServiceBaseImpl.exportImportConfigurationFinder
           
protected  ExportImportConfigurationFinder ExportImportConfigurationLocalServiceBaseImpl.exportImportConfigurationFinder
           
protected  ExportImportConfigurationFinder ExportImportLocalServiceBaseImpl.exportImportConfigurationFinder
           
 

Methods in com.liferay.portlet.exportimport.service.base that return ExportImportConfigurationFinder
 ExportImportConfigurationFinder ExportImportServiceBaseImpl.getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 ExportImportConfigurationFinder StagingServiceBaseImpl.getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 ExportImportConfigurationFinder ExportImportConfigurationServiceBaseImpl.getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 ExportImportConfigurationFinder StagingLocalServiceBaseImpl.getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 ExportImportConfigurationFinder ExportImportConfigurationLocalServiceBaseImpl.getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 ExportImportConfigurationFinder ExportImportLocalServiceBaseImpl.getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type ExportImportConfigurationFinder
 void ExportImportServiceBaseImpl.setExportImportConfigurationFinder(ExportImportConfigurationFinder exportImportConfigurationFinder)
          Sets the export import configuration finder.
 void StagingServiceBaseImpl.setExportImportConfigurationFinder(ExportImportConfigurationFinder exportImportConfigurationFinder)
          Sets the export import configuration finder.
 void ExportImportConfigurationServiceBaseImpl.setExportImportConfigurationFinder(ExportImportConfigurationFinder exportImportConfigurationFinder)
          Sets the export import configuration finder.
 void StagingLocalServiceBaseImpl.setExportImportConfigurationFinder(ExportImportConfigurationFinder exportImportConfigurationFinder)
          Sets the export import configuration finder.
 void ExportImportConfigurationLocalServiceBaseImpl.setExportImportConfigurationFinder(ExportImportConfigurationFinder exportImportConfigurationFinder)
          Sets the export import configuration finder.
 void ExportImportLocalServiceBaseImpl.setExportImportConfigurationFinder(ExportImportConfigurationFinder exportImportConfigurationFinder)
          Sets the export import configuration finder.
 

Uses of ExportImportConfigurationFinder in com.liferay.portlet.exportimport.service.persistence
 

Methods in com.liferay.portlet.exportimport.service.persistence that return ExportImportConfigurationFinder
static ExportImportConfigurationFinder ExportImportConfigurationFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.exportimport.service.persistence with parameters of type ExportImportConfigurationFinder
 void ExportImportConfigurationFinderUtil.setFinder(ExportImportConfigurationFinder finder)
           
 

Uses of ExportImportConfigurationFinder in com.liferay.portlet.exportimport.service.persistence.impl
 

Classes in com.liferay.portlet.exportimport.service.persistence.impl that implement ExportImportConfigurationFinder
 class ExportImportConfigurationFinderImpl
           
 


Liferay 7.0-ce-b6