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

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

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

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SocialRequestInterpreterLocalServiceBaseImpl()
           
 
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.SocialRequestInterpreterLocalService
addRequestInterpreter, deleteRequestInterpreter, interpret, processConfirmation, processRejection
 

Constructor Detail

SocialRequestInterpreterLocalServiceBaseImpl

public SocialRequestInterpreterLocalServiceBaseImpl()
Method Detail

afterPropertiesSet

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