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

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

public abstract class SocialActivityInterpreterLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.social.service.SocialActivityInterpreterLocalService, com.liferay.portal.kernel.bean.InitializingBean

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SocialActivityInterpreterLocalServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 
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, interpret
 

Constructor Detail

SocialActivityInterpreterLocalServiceBaseImpl

public SocialActivityInterpreterLocalServiceBaseImpl()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface com.liferay.portal.kernel.bean.InitializingBean