Liferay 6.0-ee-sp2

com.liferay.portlet.social.service
Class SocialActivityInterpreterLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.social.service.SocialActivityInterpreterLocalServiceWrapper
All Implemented Interfaces:
SocialActivityInterpreterLocalService

public class SocialActivityInterpreterLocalServiceWrapper
extends Object
implements SocialActivityInterpreterLocalService

This class is a wrapper for SocialActivityInterpreterLocalService.

See Also:
SocialActivityInterpreterLocalService

Constructor Summary
SocialActivityInterpreterLocalServiceWrapper(SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
           
 
Method Summary
 void addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
           
 void deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 SocialActivityInterpreterLocalService getWrappedSocialActivityInterpreterLocalService()
           
 SocialActivityFeedEntry interpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedSocialActivityInterpreterLocalService(SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialActivityInterpreterLocalServiceWrapper

public SocialActivityInterpreterLocalServiceWrapper(SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
Method Detail

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface SocialActivityInterpreterLocalService
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 SocialActivityInterpreterLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addActivityInterpreter

public void addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Specified by:
addActivityInterpreter in interface SocialActivityInterpreterLocalService

deleteActivityInterpreter

public void deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Specified by:
deleteActivityInterpreter in interface SocialActivityInterpreterLocalService

interpret

public SocialActivityFeedEntry interpret(SocialActivity activity,
                                         ThemeDisplay themeDisplay)
Specified by:
interpret in interface SocialActivityInterpreterLocalService

getWrappedSocialActivityInterpreterLocalService

public SocialActivityInterpreterLocalService getWrappedSocialActivityInterpreterLocalService()

setWrappedSocialActivityInterpreterLocalService

public void setWrappedSocialActivityInterpreterLocalService(SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)

Liferay 6.0-ee-sp2