Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.exportimport.service.base.StagingLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, StagingLocalService
Direct Known Subclasses:
StagingLocalServiceImpl

@ProviderType
public abstract class StagingLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements StagingLocalService, IdentifiableOSGiService

Provides the base implementation for the staging 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 StagingLocalServiceImpl.

See Also:
StagingLocalServiceImpl, StagingLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  ClassNameLocalService classNameLocalService
           
protected  ClassNamePersistence classNamePersistence
           
protected  CounterLocalService counterLocalService
           
protected  ExportImportConfigurationLocalService exportImportConfigurationLocalService
           
protected  ExportImportConfigurationPersistence exportImportConfigurationPersistence
           
protected  ExportImportLocalService exportImportLocalService
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  LayoutFinder layoutFinder
           
protected  LayoutLocalService layoutLocalService
           
protected  LayoutPersistence layoutPersistence
           
protected  LayoutRevisionLocalService layoutRevisionLocalService
           
protected  LayoutRevisionPersistence layoutRevisionPersistence
           
protected  LayoutSetBranchLocalService layoutSetBranchLocalService
           
protected  LayoutSetBranchPersistence layoutSetBranchPersistence
           
protected  LayoutSetLocalService layoutSetLocalService
           
protected  LayoutSetPersistence layoutSetPersistence
           
protected  PortletPreferencesFinder portletPreferencesFinder
           
protected  PortletPreferencesLocalService portletPreferencesLocalService
           
protected  PortletPreferencesPersistence portletPreferencesPersistence
           
protected  ResourceLocalService resourceLocalService
           
protected  StagingLocalService stagingLocalService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
 
Constructor Summary
StagingLocalServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 ClassNameLocalService getClassNameLocalService()
          Returns the class name local service.
 ClassNamePersistence getClassNamePersistence()
          Returns the class name persistence.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
          Returns the export import configuration local service.
 ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
          Returns the export import configuration persistence.
 ExportImportLocalService getExportImportLocalService()
          Returns the export import local service.
 GroupFinder getGroupFinder()
          Returns the group finder.
 GroupLocalService getGroupLocalService()
          Returns the group local service.
 GroupPersistence getGroupPersistence()
          Returns the group persistence.
 LayoutFinder getLayoutFinder()
          Returns the layout finder.
 LayoutLocalService getLayoutLocalService()
          Returns the layout local service.
 LayoutPersistence getLayoutPersistence()
          Returns the layout persistence.
 LayoutRevisionLocalService getLayoutRevisionLocalService()
          Returns the layout revision local service.
 LayoutRevisionPersistence getLayoutRevisionPersistence()
          Returns the layout revision persistence.
 LayoutSetBranchLocalService getLayoutSetBranchLocalService()
          Returns the layout set branch local service.
 LayoutSetBranchPersistence getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetLocalService getLayoutSetLocalService()
          Returns the layout set local service.
 LayoutSetPersistence getLayoutSetPersistence()
          Returns the layout set persistence.
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PortletPreferencesFinder getPortletPreferencesFinder()
          Returns the portlet preferences finder.
 PortletPreferencesLocalService getPortletPreferencesLocalService()
          Returns the portlet preferences local service.
 PortletPreferencesPersistence getPortletPreferencesPersistence()
          Returns the portlet preferences persistence.
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 StagingLocalService getStagingLocalService()
          Returns the staging local service.
 UserFinder getUserFinder()
          Returns the user finder.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setClassNameLocalService(ClassNameLocalService classNameLocalService)
          Sets the class name local service.
 void setClassNamePersistence(ClassNamePersistence classNamePersistence)
          Sets the class name persistence.
 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 setExportImportLocalService(ExportImportLocalService exportImportLocalService)
          Sets the export import local service.
 void setGroupFinder(GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(GroupPersistence groupPersistence)
          Sets the group persistence.
 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 setLayoutRevisionLocalService(LayoutRevisionLocalService layoutRevisionLocalService)
          Sets the layout revision local service.
 void setLayoutRevisionPersistence(LayoutRevisionPersistence layoutRevisionPersistence)
          Sets the layout revision persistence.
 void setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
          Sets the layout set branch local service.
 void setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
          Sets the layout set local service.
 void setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
          Sets the portlet preferences finder.
 void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
          Sets the portlet preferences local service.
 void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
          Sets the portlet preferences persistence.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local 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.
 
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.StagingLocalService
checkDefaultLayoutSetBranches, cleanUpStagingRequest, createStagingRequest, disableStaging, disableStaging, enableLocalStaging, enableRemoteStaging, publishStagingRequest, publishStagingRequest, updateStagingRequest, validateStagingRequest
 

Field Detail

exportImportLocalService

@BeanReference(type=ExportImportLocalService.class)
protected ExportImportLocalService exportImportLocalService

exportImportConfigurationLocalService

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

exportImportConfigurationPersistence

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

stagingLocalService

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

counterLocalService

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

classNameLocalService

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

classNamePersistence

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

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

layoutLocalService

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

layoutPersistence

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

layoutFinder

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

layoutRevisionLocalService

@BeanReference(type=LayoutRevisionLocalService.class)
protected LayoutRevisionLocalService layoutRevisionLocalService

layoutRevisionPersistence

@BeanReference(type=LayoutRevisionPersistence.class)
protected LayoutRevisionPersistence layoutRevisionPersistence

layoutSetLocalService

@BeanReference(type=LayoutSetLocalService.class)
protected LayoutSetLocalService layoutSetLocalService

layoutSetPersistence

@BeanReference(type=LayoutSetPersistence.class)
protected LayoutSetPersistence layoutSetPersistence

layoutSetBranchLocalService

@BeanReference(type=LayoutSetBranchLocalService.class)
protected LayoutSetBranchLocalService layoutSetBranchLocalService

layoutSetBranchPersistence

@BeanReference(type=LayoutSetBranchPersistence.class)
protected LayoutSetBranchPersistence layoutSetBranchPersistence

portletPreferencesLocalService

@BeanReference(type=PortletPreferencesLocalService.class)
protected PortletPreferencesLocalService portletPreferencesLocalService

portletPreferencesPersistence

@BeanReference(type=PortletPreferencesPersistence.class)
protected PortletPreferencesPersistence portletPreferencesPersistence

portletPreferencesFinder

@BeanReference(type=PortletPreferencesFinder.class)
protected PortletPreferencesFinder portletPreferencesFinder

resourceLocalService

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

userLocalService

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

userPersistence

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

userFinder

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

StagingLocalServiceBaseImpl

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

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

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

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

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

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

getGroupLocalService

public GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

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

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

getLayoutRevisionLocalService

public LayoutRevisionLocalService getLayoutRevisionLocalService()
Returns the layout revision local service.

Returns:
the layout revision local service

setLayoutRevisionLocalService

public void setLayoutRevisionLocalService(LayoutRevisionLocalService layoutRevisionLocalService)
Sets the layout revision local service.

Parameters:
layoutRevisionLocalService - the layout revision local service

getLayoutRevisionPersistence

public LayoutRevisionPersistence getLayoutRevisionPersistence()
Returns the layout revision persistence.

Returns:
the layout revision persistence

setLayoutRevisionPersistence

public void setLayoutRevisionPersistence(LayoutRevisionPersistence layoutRevisionPersistence)
Sets the layout revision persistence.

Parameters:
layoutRevisionPersistence - the layout revision persistence

getLayoutSetLocalService

public LayoutSetLocalService getLayoutSetLocalService()
Returns the layout set local service.

Returns:
the layout set local service

setLayoutSetLocalService

public void setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
Sets the layout set local service.

Parameters:
layoutSetLocalService - the layout set local service

getLayoutSetPersistence

public LayoutSetPersistence getLayoutSetPersistence()
Returns the layout set persistence.

Returns:
the layout set persistence

setLayoutSetPersistence

public void setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
Sets the layout set persistence.

Parameters:
layoutSetPersistence - the layout set persistence

getLayoutSetBranchLocalService

public LayoutSetBranchLocalService getLayoutSetBranchLocalService()
Returns the layout set branch local service.

Returns:
the layout set branch local service

setLayoutSetBranchLocalService

public void setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
Sets the layout set branch local service.

Parameters:
layoutSetBranchLocalService - the layout set branch local service

getLayoutSetBranchPersistence

public LayoutSetBranchPersistence getLayoutSetBranchPersistence()
Returns the layout set branch persistence.

Returns:
the layout set branch persistence

setLayoutSetBranchPersistence

public void setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
Sets the layout set branch persistence.

Parameters:
layoutSetBranchPersistence - the layout set branch persistence

getPortletPreferencesLocalService

public PortletPreferencesLocalService getPortletPreferencesLocalService()
Returns the portlet preferences local service.

Returns:
the portlet preferences local service

setPortletPreferencesLocalService

public void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
Sets the portlet preferences local service.

Parameters:
portletPreferencesLocalService - the portlet preferences local service

getPortletPreferencesPersistence

public PortletPreferencesPersistence getPortletPreferencesPersistence()
Returns the portlet preferences persistence.

Returns:
the portlet preferences persistence

setPortletPreferencesPersistence

public void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
Sets the portlet preferences persistence.

Parameters:
portletPreferencesPersistence - the portlet preferences persistence

getPortletPreferencesFinder

public PortletPreferencesFinder getPortletPreferencesFinder()
Returns the portlet preferences finder.

Returns:
the portlet preferences finder

setPortletPreferencesFinder

public void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
Sets the portlet preferences finder.

Parameters:
portletPreferencesFinder - the portlet preferences 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

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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface StagingLocalService
Returns:
the OSGi service identifier

runSQL

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

Parameters:
sql - the sql query

Liferay 7.0-ce-b4