Liferay 7.0-ga1 portal-impl

com.liferay.portlet.exportimport.service.base
Class ExportImportLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.exportimport.service.base.ExportImportLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.exportimport.kernel.service.ExportImportLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService
Direct Known Subclasses:
ExportImportLocalServiceImpl

@ProviderType
public abstract class ExportImportLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.exportimport.kernel.service.ExportImportLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

Provides the base implementation for the export import local service.

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

See Also:
ExportImportLocalServiceImpl, ExportImportLocalServiceUtil
{$generated.description}

Field Summary
protected  com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService
           
protected  com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence
           
protected  com.liferay.counter.kernel.service.CounterLocalService counterLocalService
           
protected  com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder
           
protected  com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService
           
protected  com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence
           
protected  com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService
           
protected  com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder
           
protected  com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService
           
protected  com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence
           
protected  com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.exportimport.kernel.service.StagingLocalService stagingLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.kernel.service.UserLocalService userLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
           
 
Constructor Summary
ExportImportLocalServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 com.liferay.portal.kernel.service.ClassNameLocalService getClassNameLocalService()
          Returns the class name local service.
 com.liferay.portal.kernel.service.persistence.ClassNamePersistence getClassNamePersistence()
          Returns the class name persistence.
 com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder getExportImportConfigurationFinder()
          Returns the export import configuration finder.
 com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
          Returns the export import configuration local service.
 com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
          Returns the export import configuration persistence.
 com.liferay.exportimport.kernel.service.ExportImportLocalService getExportImportLocalService()
          Returns the export import local service.
 com.liferay.portal.kernel.service.persistence.LayoutFinder getLayoutFinder()
          Returns the layout finder.
 com.liferay.portal.kernel.service.LayoutLocalService getLayoutLocalService()
          Returns the layout local service.
 com.liferay.portal.kernel.service.persistence.LayoutPersistence getLayoutPersistence()
          Returns the layout persistence.
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 com.liferay.exportimport.kernel.service.StagingLocalService getStagingLocalService()
          Returns the staging local service.
 com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
          Returns the user finder.
 com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
          Returns the user local service.
 com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
          Returns the user persistence.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
          Sets the class name local service.
 void setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
          Sets the class name persistence.
 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 setExportImportLocalService(com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService)
          Sets the export import local service.
 void setLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder)
          Sets the layout finder.
 void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
          Sets the layout local service.
 void setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setStagingLocalService(com.liferay.exportimport.kernel.service.StagingLocalService stagingLocalService)
          Sets the staging local service.
 void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
          Sets the user persistence.
 
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
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.ExportImportLocalService
exportLayoutsAsFile, exportLayoutsAsFileInBackground, exportLayoutsAsFileInBackground, exportPortletInfoAsFile, exportPortletInfoAsFileInBackground, exportPortletInfoAsFileInBackground, importLayouts, importLayouts, importLayoutsDataDeletions, importLayoutsInBackground, importLayoutsInBackground, importLayoutsInBackground, importLayoutsInBackground, importPortletDataDeletions, importPortletInfo, importPortletInfo, importPortletInfoInBackground, importPortletInfoInBackground, importPortletInfoInBackground, importPortletInfoInBackground, validateImportLayoutsFile, validateImportLayoutsFile, validateImportPortletInfo, validateImportPortletInfo
 

Field Detail

exportImportLocalService

@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportLocalService.class)
protected com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService

exportImportConfigurationLocalService

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

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

stagingLocalService

@BeanReference(type=com.liferay.exportimport.kernel.service.StagingLocalService.class)
protected com.liferay.exportimport.kernel.service.StagingLocalService stagingLocalService

counterLocalService

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

classNameLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ClassNameLocalService.class)
protected com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService

classNamePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.ClassNamePersistence.class)
protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence

layoutLocalService

@BeanReference(type=com.liferay.portal.kernel.service.LayoutLocalService.class)
protected com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService

layoutPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutPersistence.class)
protected com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence

layoutFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutFinder.class)
protected com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder

resourceLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class)
protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService

userLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class)
protected com.liferay.portal.kernel.service.UserLocalService userLocalService

userPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder
Constructor Detail

ExportImportLocalServiceBaseImpl

public ExportImportLocalServiceBaseImpl()
Method Detail

getExportImportLocalService

public com.liferay.exportimport.kernel.service.ExportImportLocalService getExportImportLocalService()
Returns the export import local service.

Returns:
the export import local service

setExportImportLocalService

public void setExportImportLocalService(com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService)
Sets the export import local service.

Parameters:
exportImportLocalService - the export import local service

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

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

getStagingLocalService

public com.liferay.exportimport.kernel.service.StagingLocalService getStagingLocalService()
Returns the staging local service.

Returns:
the staging local service

setStagingLocalService

public void setStagingLocalService(com.liferay.exportimport.kernel.service.StagingLocalService stagingLocalService)
Sets the staging local service.

Parameters:
stagingLocalService - the staging local service

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

getClassNameLocalService

public com.liferay.portal.kernel.service.ClassNameLocalService getClassNameLocalService()
Returns the class name local service.

Returns:
the class name local service

setClassNameLocalService

public void setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
Sets the class name local service.

Parameters:
classNameLocalService - the class name local service

getClassNamePersistence

public com.liferay.portal.kernel.service.persistence.ClassNamePersistence getClassNamePersistence()
Returns the class name persistence.

Returns:
the class name persistence

setClassNamePersistence

public void setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
Sets the class name persistence.

Parameters:
classNamePersistence - the class name persistence

getLayoutLocalService

public com.liferay.portal.kernel.service.LayoutLocalService getLayoutLocalService()
Returns the layout local service.

Returns:
the layout local service

setLayoutLocalService

public void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
Sets the layout local service.

Parameters:
layoutLocalService - the layout local service

getLayoutPersistence

public com.liferay.portal.kernel.service.persistence.LayoutPersistence getLayoutPersistence()
Returns the layout persistence.

Returns:
the layout persistence

setLayoutPersistence

public void setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
Sets the layout persistence.

Parameters:
layoutPersistence - the layout persistence

getLayoutFinder

public com.liferay.portal.kernel.service.persistence.LayoutFinder getLayoutFinder()
Returns the layout finder.

Returns:
the layout finder

setLayoutFinder

public void setLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder)
Sets the layout finder.

Parameters:
layoutFinder - the layout finder

getResourceLocalService

public com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getUserLocalService

public com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserPersistence

public com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

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.ExportImportLocalService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Returns:
the OSGi service identifier

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ga1 portal-impl