Liferay 7.0-ga1 portal-impl

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

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl
All Implemented Interfaces:
com.liferay.exportimport.kernel.service.ExportImportService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService
Direct Known Subclasses:
ExportImportServiceImpl

public abstract class ExportImportServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.exportimport.kernel.service.ExportImportService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

Provides the base implementation for the export import 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 ExportImportServiceImpl.

See Also:
ExportImportServiceImpl, ExportImportServiceUtil
{$generated.description}

Field Summary
protected  com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService
           
protected  com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence
           
protected  com.liferay.portal.kernel.service.ClassNameService classNameService
           
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.ExportImportConfigurationService exportImportConfigurationService
           
protected  com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService
           
protected  com.liferay.exportimport.kernel.service.ExportImportService exportImportService
           
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.LayoutService layoutService
           
protected  com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.exportimport.kernel.service.StagingLocalService stagingLocalService
           
protected  com.liferay.exportimport.kernel.service.StagingService stagingService
           
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
           
protected  com.liferay.portal.kernel.service.UserService userService
           
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ExportImportServiceBaseImpl()
           
 
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.portal.kernel.service.ClassNameService getClassNameService()
          Returns the class name remote service.
 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.ExportImportConfigurationService getExportImportConfigurationService()
          Returns the export import configuration remote service.
 com.liferay.exportimport.kernel.service.ExportImportLocalService getExportImportLocalService()
          Returns the export import local service.
 com.liferay.exportimport.kernel.service.ExportImportService getExportImportService()
          Returns the export import remote 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.
 com.liferay.portal.kernel.service.LayoutService getLayoutService()
          Returns the layout remote service.
 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.exportimport.kernel.service.StagingService getStagingService()
          Returns the staging remote 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.
 com.liferay.portal.kernel.service.UserService getUserService()
          Returns the user remote service.
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 setClassNameService(com.liferay.portal.kernel.service.ClassNameService classNameService)
          Sets the class name remote service.
 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.
 void setExportImportLocalService(com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService)
          Sets the export import local service.
 void setExportImportService(com.liferay.exportimport.kernel.service.ExportImportService exportImportService)
          Sets the export import remote 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 setLayoutService(com.liferay.portal.kernel.service.LayoutService layoutService)
          Sets the layout remote service.
 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 setStagingService(com.liferay.exportimport.kernel.service.StagingService stagingService)
          Sets the staging remote 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.
 void setUserService(com.liferay.portal.kernel.service.UserService userService)
          Sets the user 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.ExportImportService
exportLayoutsAsFile, exportLayoutsAsFileInBackground, exportLayoutsAsFileInBackground, exportPortletInfoAsFile, exportPortletInfoAsFileInBackground, importLayouts, importLayouts, importLayoutsInBackground, importLayoutsInBackground, importPortletInfo, importPortletInfo, 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

exportImportService

@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportService.class)
protected com.liferay.exportimport.kernel.service.ExportImportService exportImportService

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

stagingLocalService

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

stagingService

@BeanReference(type=com.liferay.exportimport.kernel.service.StagingService.class)
protected com.liferay.exportimport.kernel.service.StagingService stagingService

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

classNameService

@BeanReference(type=com.liferay.portal.kernel.service.ClassNameService.class)
protected com.liferay.portal.kernel.service.ClassNameService classNameService

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

layoutService

@BeanReference(type=com.liferay.portal.kernel.service.LayoutService.class)
protected com.liferay.portal.kernel.service.LayoutService layoutService

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

userService

@BeanReference(type=com.liferay.portal.kernel.service.UserService.class)
protected com.liferay.portal.kernel.service.UserService userService

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

ExportImportServiceBaseImpl

public ExportImportServiceBaseImpl()
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

getExportImportService

public com.liferay.exportimport.kernel.service.ExportImportService getExportImportService()
Returns the export import remote service.

Returns:
the export import remote service

setExportImportService

public void setExportImportService(com.liferay.exportimport.kernel.service.ExportImportService exportImportService)
Sets the export import remote service.

Parameters:
exportImportService - the export import remote 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

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

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

getStagingService

public com.liferay.exportimport.kernel.service.StagingService getStagingService()
Returns the staging remote service.

Returns:
the staging remote service

setStagingService

public void setStagingService(com.liferay.exportimport.kernel.service.StagingService stagingService)
Sets the staging remote service.

Parameters:
stagingService - the staging remote 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

getClassNameService

public com.liferay.portal.kernel.service.ClassNameService getClassNameService()
Returns the class name remote service.

Returns:
the class name remote service

setClassNameService

public void setClassNameService(com.liferay.portal.kernel.service.ClassNameService classNameService)
Sets the class name remote service.

Parameters:
classNameService - the class name remote 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

getLayoutService

public com.liferay.portal.kernel.service.LayoutService getLayoutService()
Returns the layout remote service.

Returns:
the layout remote service

setLayoutService

public void setLayoutService(com.liferay.portal.kernel.service.LayoutService layoutService)
Sets the layout remote service.

Parameters:
layoutService - the layout remote 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

getUserService

public com.liferay.portal.kernel.service.UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(com.liferay.portal.kernel.service.UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote 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.ExportImportService
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