Liferay 7.0-ce-b4

com.liferay.portlet.social.service.base
Class SocialActivityInterpreterLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.social.service.base.SocialActivityInterpreterLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, SocialActivityInterpreterLocalService
Direct Known Subclasses:
SocialActivityInterpreterLocalServiceImpl

@ProviderType
public abstract class SocialActivityInterpreterLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements SocialActivityInterpreterLocalService, IdentifiableOSGiService

Provides the base implementation for the social activity interpreter 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 SocialActivityInterpreterLocalServiceImpl.

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

Field Summary
protected  CounterLocalService counterLocalService
           
protected  SocialActivityFinder socialActivityFinder
           
protected  SocialActivityInterpreterLocalService socialActivityInterpreterLocalService
           
protected  SocialActivityLocalService socialActivityLocalService
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  SocialActivitySetFinder socialActivitySetFinder
           
protected  SocialActivitySetLocalService socialActivitySetLocalService
           
protected  SocialActivitySetPersistence socialActivitySetPersistence
           
 
Constructor Summary
SocialActivityInterpreterLocalServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 SocialActivityFinder getSocialActivityFinder()
          Returns the social activity finder.
 SocialActivityInterpreterLocalService getSocialActivityInterpreterLocalService()
          Returns the social activity interpreter local service.
 SocialActivityLocalService getSocialActivityLocalService()
          Returns the social activity local service.
 SocialActivityPersistence getSocialActivityPersistence()
          Returns the social activity persistence.
 SocialActivitySetFinder getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetLocalService getSocialActivitySetLocalService()
          Returns the social activity set local service.
 SocialActivitySetPersistence getSocialActivitySetPersistence()
          Returns the social activity set persistence.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void setSocialActivityInterpreterLocalService(SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
          Sets the social activity interpreter local service.
 void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
          Sets the social activity local service.
 void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
          Sets the social activity persistence.
 void setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void setSocialActivitySetLocalService(SocialActivitySetLocalService socialActivitySetLocalService)
          Sets the social activity set local service.
 void setSocialActivitySetPersistence(SocialActivitySetPersistence socialActivitySetPersistence)
          Sets the social activity set 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.social.service.SocialActivityInterpreterLocalService
addActivityInterpreter, deleteActivityInterpreter, getActivityInterpreters, getActivityInterpreters, interpret, interpret, interpret, updateActivitySet
 

Field Detail

socialActivityInterpreterLocalService

@BeanReference(type=SocialActivityInterpreterLocalService.class)
protected SocialActivityInterpreterLocalService socialActivityInterpreterLocalService

counterLocalService

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

socialActivityLocalService

@BeanReference(type=SocialActivityLocalService.class)
protected SocialActivityLocalService socialActivityLocalService

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialActivityFinder

@BeanReference(type=SocialActivityFinder.class)
protected SocialActivityFinder socialActivityFinder

socialActivitySetLocalService

@BeanReference(type=SocialActivitySetLocalService.class)
protected SocialActivitySetLocalService socialActivitySetLocalService

socialActivitySetPersistence

@BeanReference(type=SocialActivitySetPersistence.class)
protected SocialActivitySetPersistence socialActivitySetPersistence

socialActivitySetFinder

@BeanReference(type=SocialActivitySetFinder.class)
protected SocialActivitySetFinder socialActivitySetFinder
Constructor Detail

SocialActivityInterpreterLocalServiceBaseImpl

public SocialActivityInterpreterLocalServiceBaseImpl()
Method Detail

getSocialActivityInterpreterLocalService

public SocialActivityInterpreterLocalService getSocialActivityInterpreterLocalService()
Returns the social activity interpreter local service.

Returns:
the social activity interpreter local service

setSocialActivityInterpreterLocalService

public void setSocialActivityInterpreterLocalService(SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
Sets the social activity interpreter local service.

Parameters:
socialActivityInterpreterLocalService - the social activity interpreter 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

getSocialActivityLocalService

public SocialActivityLocalService getSocialActivityLocalService()
Returns the social activity local service.

Returns:
the social activity local service

setSocialActivityLocalService

public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service.

Parameters:
socialActivityLocalService - the social activity local service

getSocialActivityPersistence

public SocialActivityPersistence getSocialActivityPersistence()
Returns the social activity persistence.

Returns:
the social activity persistence

setSocialActivityPersistence

public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence.

Parameters:
socialActivityPersistence - the social activity persistence

getSocialActivityFinder

public SocialActivityFinder getSocialActivityFinder()
Returns the social activity finder.

Returns:
the social activity finder

setSocialActivityFinder

public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder.

Parameters:
socialActivityFinder - the social activity finder

getSocialActivitySetLocalService

public SocialActivitySetLocalService getSocialActivitySetLocalService()
Returns the social activity set local service.

Returns:
the social activity set local service

setSocialActivitySetLocalService

public void setSocialActivitySetLocalService(SocialActivitySetLocalService socialActivitySetLocalService)
Sets the social activity set local service.

Parameters:
socialActivitySetLocalService - the social activity set local service

getSocialActivitySetPersistence

public SocialActivitySetPersistence getSocialActivitySetPersistence()
Returns the social activity set persistence.

Returns:
the social activity set persistence

setSocialActivitySetPersistence

public void setSocialActivitySetPersistence(SocialActivitySetPersistence socialActivitySetPersistence)
Sets the social activity set persistence.

Parameters:
socialActivitySetPersistence - the social activity set persistence

getSocialActivitySetFinder

public SocialActivitySetFinder getSocialActivitySetFinder()
Returns the social activity set finder.

Returns:
the social activity set finder

setSocialActivitySetFinder

public void setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
Sets the social activity set finder.

Parameters:
socialActivitySetFinder - the social activity set 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 SocialActivityInterpreterLocalService
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