Liferay 7.0-ce-m6

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

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

@ProviderType
public abstract class ExportImportLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements ExportImportLocalService, IdentifiableBean

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  BackgroundTaskLocalService backgroundTaskLocalService
           
protected  BackgroundTaskPersistence backgroundTaskPersistence
           
protected  BackgroundTaskService backgroundTaskService
           
protected  ClassNameLocalService classNameLocalService
           
protected  ClassNamePersistence classNamePersistence
           
protected  ClassNameService classNameService
           
protected  CounterLocalService counterLocalService
           
protected  ExportImportConfigurationLocalService exportImportConfigurationLocalService
           
protected  ExportImportConfigurationPersistence exportImportConfigurationPersistence
           
protected  ExportImportConfigurationService exportImportConfigurationService
           
protected  ExportImportLocalService exportImportLocalService
           
protected  ExportImportService exportImportService
           
protected  LayoutFinder layoutFinder
           
protected  LayoutLocalService layoutLocalService
           
protected  LayoutPersistence layoutPersistence
           
protected  LayoutService layoutService
           
protected  ResourceLocalService resourceLocalService
           
protected  StagingLocalService stagingLocalService
           
protected  StagingService stagingService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
ExportImportLocalServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 BackgroundTaskLocalService getBackgroundTaskLocalService()
          Returns the background task local service.
 BackgroundTaskPersistence getBackgroundTaskPersistence()
          Returns the background task persistence.
 BackgroundTaskService getBackgroundTaskService()
          Returns the background task remote service.
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 ClassNameLocalService getClassNameLocalService()
          Returns the class name local service.
 ClassNamePersistence getClassNamePersistence()
          Returns the class name persistence.
 ClassNameService getClassNameService()
          Returns the class name remote service.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
          Returns the export import configuration local service.
 ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
          Returns the export import configuration persistence.
 ExportImportConfigurationService getExportImportConfigurationService()
          Returns the export import configuration remote service.
 ExportImportLocalService getExportImportLocalService()
          Returns the export import local service.
 ExportImportService getExportImportService()
          Returns the export import remote service.
 LayoutFinder getLayoutFinder()
          Returns the layout finder.
 LayoutLocalService getLayoutLocalService()
          Returns the layout local service.
 LayoutPersistence getLayoutPersistence()
          Returns the layout persistence.
 LayoutService getLayoutService()
          Returns the layout remote service.
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 StagingLocalService getStagingLocalService()
          Returns the staging local service.
 StagingService getStagingService()
          Returns the staging remote service.
 UserFinder getUserFinder()
          Returns the user finder.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
 UserService getUserService()
          Returns the user remote service.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setBackgroundTaskLocalService(BackgroundTaskLocalService backgroundTaskLocalService)
          Sets the background task local service.
 void setBackgroundTaskPersistence(BackgroundTaskPersistence backgroundTaskPersistence)
          Sets the background task persistence.
 void setBackgroundTaskService(BackgroundTaskService backgroundTaskService)
          Sets the background task remote service.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setClassNameLocalService(ClassNameLocalService classNameLocalService)
          Sets the class name local service.
 void setClassNamePersistence(ClassNamePersistence classNamePersistence)
          Sets the class name persistence.
 void setClassNameService(ClassNameService classNameService)
          Sets the class name remote service.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setExportImportConfigurationLocalService(ExportImportConfigurationLocalService exportImportConfigurationLocalService)
          Sets the export import configuration local service.
 void setExportImportConfigurationPersistence(ExportImportConfigurationPersistence exportImportConfigurationPersistence)
          Sets the export import configuration persistence.
 void setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 void setExportImportLocalService(ExportImportLocalService exportImportLocalService)
          Sets the export import local service.
 void setExportImportService(ExportImportService exportImportService)
          Sets the export import remote service.
 void setLayoutFinder(LayoutFinder layoutFinder)
          Sets the layout finder.
 void setLayoutLocalService(LayoutLocalService layoutLocalService)
          Sets the layout local service.
 void setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 void setStagingService(StagingService stagingService)
          Sets the staging remote service.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 
Methods inherited from class com.liferay.portal.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.portlet.exportimport.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=ExportImportLocalService.class)
protected ExportImportLocalService exportImportLocalService

exportImportService

@BeanReference(type=ExportImportService.class)
protected ExportImportService exportImportService

exportImportConfigurationLocalService

@BeanReference(type=ExportImportConfigurationLocalService.class)
protected ExportImportConfigurationLocalService exportImportConfigurationLocalService

exportImportConfigurationService

@BeanReference(type=ExportImportConfigurationService.class)
protected ExportImportConfigurationService exportImportConfigurationService

exportImportConfigurationPersistence

@BeanReference(type=ExportImportConfigurationPersistence.class)
protected ExportImportConfigurationPersistence exportImportConfigurationPersistence

stagingLocalService

@BeanReference(type=StagingLocalService.class)
protected StagingLocalService stagingLocalService

stagingService

@BeanReference(type=StagingService.class)
protected StagingService stagingService

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

backgroundTaskLocalService

@BeanReference(type=BackgroundTaskLocalService.class)
protected BackgroundTaskLocalService backgroundTaskLocalService

backgroundTaskService

@BeanReference(type=BackgroundTaskService.class)
protected BackgroundTaskService backgroundTaskService

backgroundTaskPersistence

@BeanReference(type=BackgroundTaskPersistence.class)
protected BackgroundTaskPersistence backgroundTaskPersistence

classNameLocalService

@BeanReference(type=ClassNameLocalService.class)
protected ClassNameLocalService classNameLocalService

classNameService

@BeanReference(type=ClassNameService.class)
protected ClassNameService classNameService

classNamePersistence

@BeanReference(type=ClassNamePersistence.class)
protected ClassNamePersistence classNamePersistence

layoutLocalService

@BeanReference(type=LayoutLocalService.class)
protected LayoutLocalService layoutLocalService

layoutService

@BeanReference(type=LayoutService.class)
protected LayoutService layoutService

layoutPersistence

@BeanReference(type=LayoutPersistence.class)
protected LayoutPersistence layoutPersistence

layoutFinder

@BeanReference(type=LayoutFinder.class)
protected LayoutFinder layoutFinder

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder
Constructor Detail

ExportImportLocalServiceBaseImpl

public ExportImportLocalServiceBaseImpl()
Method Detail

getExportImportLocalService

public ExportImportLocalService getExportImportLocalService()
Returns the export import local service.

Returns:
the export import local service

setExportImportLocalService

public void setExportImportLocalService(ExportImportLocalService exportImportLocalService)
Sets the export import local service.

Parameters:
exportImportLocalService - the export import local service

getExportImportService

public ExportImportService getExportImportService()
Returns the export import remote service.

Returns:
the export import remote service

setExportImportService

public void setExportImportService(ExportImportService exportImportService)
Sets the export import remote service.

Parameters:
exportImportService - the export import remote service

getExportImportConfigurationLocalService

public ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
Returns the export import configuration local service.

Returns:
the export import configuration local service

setExportImportConfigurationLocalService

public void setExportImportConfigurationLocalService(ExportImportConfigurationLocalService exportImportConfigurationLocalService)
Sets the export import configuration local service.

Parameters:
exportImportConfigurationLocalService - the export import configuration local service

getExportImportConfigurationService

public ExportImportConfigurationService getExportImportConfigurationService()
Returns the export import configuration remote service.

Returns:
the export import configuration remote service

setExportImportConfigurationService

public void setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
Sets the export import configuration remote service.

Parameters:
exportImportConfigurationService - the export import configuration remote service

getExportImportConfigurationPersistence

public ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
Returns the export import configuration persistence.

Returns:
the export import configuration persistence

setExportImportConfigurationPersistence

public void setExportImportConfigurationPersistence(ExportImportConfigurationPersistence exportImportConfigurationPersistence)
Sets the export import configuration persistence.

Parameters:
exportImportConfigurationPersistence - the export import configuration persistence

getStagingLocalService

public StagingLocalService getStagingLocalService()
Returns the staging local service.

Returns:
the staging local service

setStagingLocalService

public void setStagingLocalService(StagingLocalService stagingLocalService)
Sets the staging local service.

Parameters:
stagingLocalService - the staging local service

getStagingService

public StagingService getStagingService()
Returns the staging remote service.

Returns:
the staging remote service

setStagingService

public void setStagingService(StagingService stagingService)
Sets the staging remote service.

Parameters:
stagingService - the staging remote service

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getBackgroundTaskLocalService

public BackgroundTaskLocalService getBackgroundTaskLocalService()
Returns the background task local service.

Returns:
the background task local service

setBackgroundTaskLocalService

public void setBackgroundTaskLocalService(BackgroundTaskLocalService backgroundTaskLocalService)
Sets the background task local service.

Parameters:
backgroundTaskLocalService - the background task local service

getBackgroundTaskService

public BackgroundTaskService getBackgroundTaskService()
Returns the background task remote service.

Returns:
the background task remote service

setBackgroundTaskService

public void setBackgroundTaskService(BackgroundTaskService backgroundTaskService)
Sets the background task remote service.

Parameters:
backgroundTaskService - the background task remote service

getBackgroundTaskPersistence

public BackgroundTaskPersistence getBackgroundTaskPersistence()
Returns the background task persistence.

Returns:
the background task persistence

setBackgroundTaskPersistence

public void setBackgroundTaskPersistence(BackgroundTaskPersistence backgroundTaskPersistence)
Sets the background task persistence.

Parameters:
backgroundTaskPersistence - the background task persistence

getClassNameLocalService

public ClassNameLocalService getClassNameLocalService()
Returns the class name local service.

Returns:
the class name local service

setClassNameLocalService

public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
Sets the class name local service.

Parameters:
classNameLocalService - the class name local service

getClassNameService

public ClassNameService getClassNameService()
Returns the class name remote service.

Returns:
the class name remote service

setClassNameService

public void setClassNameService(ClassNameService classNameService)
Sets the class name remote service.

Parameters:
classNameService - the class name remote service

getClassNamePersistence

public ClassNamePersistence getClassNamePersistence()
Returns the class name persistence.

Returns:
the class name persistence

setClassNamePersistence

public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
Sets the class name persistence.

Parameters:
classNamePersistence - the class name persistence

getLayoutLocalService

public LayoutLocalService getLayoutLocalService()
Returns the layout local service.

Returns:
the layout local service

setLayoutLocalService

public void setLayoutLocalService(LayoutLocalService layoutLocalService)
Sets the layout local service.

Parameters:
layoutLocalService - the layout local service

getLayoutService

public LayoutService getLayoutService()
Returns the layout remote service.

Returns:
the layout remote service

setLayoutService

public void setLayoutService(LayoutService layoutService)
Sets the layout remote service.

Parameters:
layoutService - the layout remote service

getLayoutPersistence

public LayoutPersistence getLayoutPersistence()
Returns the layout persistence.

Returns:
the layout persistence

setLayoutPersistence

public void setLayoutPersistence(LayoutPersistence layoutPersistence)
Sets the layout persistence.

Parameters:
layoutPersistence - the layout persistence

getLayoutFinder

public LayoutFinder getLayoutFinder()
Returns the layout finder.

Returns:
the layout finder

setLayoutFinder

public void setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder.

Parameters:
layoutFinder - the layout finder

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface IdentifiableBean
Specified by:
getBeanIdentifier in interface ExportImportLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface IdentifiableBean
Specified by:
setBeanIdentifier in interface ExportImportLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

runSQL

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

Parameters:
sql - the sql query

Liferay 7.0-ce-m6