Liferay 6.2.0-ce-rc2

com.liferay.portlet.social.service
Class SocialActivityServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.social.service.SocialActivityServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<SocialActivityService>, SocialActivityService

public class SocialActivityServiceWrapper
extends Object
implements SocialActivityService, ServiceWrapper<SocialActivityService>

Provides a wrapper for SocialActivityService.

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

Constructor Summary
SocialActivityServiceWrapper(SocialActivityService socialActivityService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 SocialActivityService getWrappedService()
           
 SocialActivityService getWrappedSocialActivityService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedService(SocialActivityService socialActivityService)
           
 void setWrappedSocialActivityService(SocialActivityService socialActivityService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.social.service.SocialActivityService)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialActivityServiceWrapper

public SocialActivityServiceWrapper(SocialActivityService socialActivityService)
Method Detail

getBeanIdentifier

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

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

getWrappedSocialActivityService

public SocialActivityService getWrappedSocialActivityService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedSocialActivityService

public void setWrappedSocialActivityService(SocialActivityService socialActivityService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.social.service.SocialActivityService)


getWrappedService

public SocialActivityService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<SocialActivityService>

setWrappedService

public void setWrappedService(SocialActivityService socialActivityService)
Specified by:
setWrappedService in interface ServiceWrapper<SocialActivityService>

Liferay 6.2.0-ce-rc2