Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.exportimport.service.base.StagingServiceBaseImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, StagingService
Direct Known Subclasses:
StagingServiceImpl

public abstract class StagingServiceBaseImpl
extends BaseServiceImpl
implements StagingService, IdentifiableOSGiService

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

See Also:
StagingServiceImpl, StagingServiceUtil
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  ClassNameService classNameService
           
protected  CounterLocalService counterLocalService
           
protected  ExportImportConfigurationLocalService exportImportConfigurationLocalService
           
protected  ExportImportConfigurationPersistence exportImportConfigurationPersistence
           
protected  ExportImportConfigurationService exportImportConfigurationService
           
protected  ExportImportLocalService exportImportLocalService
           
protected  ExportImportService exportImportService
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  GroupService groupService
           
protected  LayoutFinder layoutFinder
           
protected  LayoutLocalService layoutLocalService
           
protected  LayoutPersistence layoutPersistence
           
protected  LayoutRevisionLocalService layoutRevisionLocalService
           
protected  LayoutRevisionPersistence layoutRevisionPersistence
           
protected  LayoutRevisionService layoutRevisionService
           
protected  LayoutService layoutService
           
protected  LayoutSetBranchLocalService layoutSetBranchLocalService
           
protected  LayoutSetBranchPersistence layoutSetBranchPersistence
           
protected  LayoutSetBranchService layoutSetBranchService
           
protected  LayoutSetLocalService layoutSetLocalService
           
protected  LayoutSetPersistence layoutSetPersistence
           
protected  LayoutSetService layoutSetService
           
protected  PortletPreferencesFinder portletPreferencesFinder
           
protected  PortletPreferencesLocalService portletPreferencesLocalService
           
protected  PortletPreferencesPersistence portletPreferencesPersistence
           
protected  PortletPreferencesService portletPreferencesService
           
protected  ResourceLocalService resourceLocalService
           
protected  StagingLocalService stagingLocalService
           
protected  StagingService stagingService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
StagingServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 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.
 GroupFinder getGroupFinder()
          Returns the group finder.
 GroupLocalService getGroupLocalService()
          Returns the group local service.
 GroupPersistence getGroupPersistence()
          Returns the group persistence.
 GroupService getGroupService()
          Returns the group remote service.
 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.
 LayoutRevisionService getLayoutRevisionService()
          Returns the layout revision remote service.
 LayoutService getLayoutService()
          Returns the layout remote service.
 LayoutSetBranchLocalService getLayoutSetBranchLocalService()
          Returns the layout set branch local service.
 LayoutSetBranchPersistence getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetBranchService getLayoutSetBranchService()
          Returns the layout set branch remote service.
 LayoutSetLocalService getLayoutSetLocalService()
          Returns the layout set local service.
 LayoutSetPersistence getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetService getLayoutSetService()
          Returns the layout set remote service.
 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.
 PortletPreferencesService getPortletPreferencesService()
          Returns the portlet preferences 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 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 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 setGroupService(GroupService groupService)
          Sets the group 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 setLayoutRevisionLocalService(LayoutRevisionLocalService layoutRevisionLocalService)
          Sets the layout revision local service.
 void setLayoutRevisionPersistence(LayoutRevisionPersistence layoutRevisionPersistence)
          Sets the layout revision persistence.
 void setLayoutRevisionService(LayoutRevisionService layoutRevisionService)
          Sets the layout revision remote service.
 void setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
          Sets the layout set branch local service.
 void setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
          Sets the layout set branch remote service.
 void setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
          Sets the layout set local service.
 void setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void setLayoutSetService(LayoutSetService layoutSetService)
          Sets the layout set remote service.
 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 setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
          Sets the portlet preferences 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.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.portlet.exportimport.service.StagingService
cleanUpStagingRequest, createStagingRequest, publishStagingRequest, publishStagingRequest, updateStagingRequest, validateStagingRequest
 

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

classNameLocalService

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

classNameService

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

classNamePersistence

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

groupLocalService

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

groupService

@BeanReference(type=GroupService.class)
protected GroupService groupService

groupPersistence

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

groupFinder

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

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

layoutRevisionLocalService

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

layoutRevisionService

@BeanReference(type=LayoutRevisionService.class)
protected LayoutRevisionService layoutRevisionService

layoutRevisionPersistence

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

layoutSetLocalService

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

layoutSetService

@BeanReference(type=LayoutSetService.class)
protected LayoutSetService layoutSetService

layoutSetPersistence

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

layoutSetBranchLocalService

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

layoutSetBranchService

@BeanReference(type=LayoutSetBranchService.class)
protected LayoutSetBranchService layoutSetBranchService

layoutSetBranchPersistence

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

portletPreferencesLocalService

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

portletPreferencesService

@BeanReference(type=PortletPreferencesService.class)
protected PortletPreferencesService portletPreferencesService

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

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

StagingServiceBaseImpl

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

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

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

getGroupService

public GroupService getGroupService()
Returns the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote 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

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

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

getLayoutRevisionService

public LayoutRevisionService getLayoutRevisionService()
Returns the layout revision remote service.

Returns:
the layout revision remote service

setLayoutRevisionService

public void setLayoutRevisionService(LayoutRevisionService layoutRevisionService)
Sets the layout revision remote service.

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

getLayoutSetService

public LayoutSetService getLayoutSetService()
Returns the layout set remote service.

Returns:
the layout set remote service

setLayoutSetService

public void setLayoutSetService(LayoutSetService layoutSetService)
Sets the layout set remote service.

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

getLayoutSetBranchService

public LayoutSetBranchService getLayoutSetBranchService()
Returns the layout set branch remote service.

Returns:
the layout set branch remote service

setLayoutSetBranchService

public void setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
Sets the layout set branch remote service.

Parameters:
layoutSetBranchService - the layout set branch remote 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

getPortletPreferencesService

public PortletPreferencesService getPortletPreferencesService()
Returns the portlet preferences remote service.

Returns:
the portlet preferences remote service

setPortletPreferencesService

public void setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
Sets the portlet preferences remote service.

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

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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface StagingService
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