Liferay 7.0-ga1 portal-impl

com.liferay.portal.social
Class DefaultSocialActivityManager<T extends com.liferay.portal.kernel.model.ClassedModel & com.liferay.portal.kernel.model.GroupedModel>

java.lang.Object
  extended by com.liferay.portal.kernel.social.BaseSocialActivityManager<T>
      extended by com.liferay.portal.social.DefaultSocialActivityManager<T>
All Implemented Interfaces:
com.liferay.portal.kernel.social.SocialActivityManager<T>

public class DefaultSocialActivityManager<T extends com.liferay.portal.kernel.model.ClassedModel & com.liferay.portal.kernel.model.GroupedModel>
extends com.liferay.portal.kernel.social.BaseSocialActivityManager<T>


Field Summary
protected  com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService
           
 
Constructor Summary
DefaultSocialActivityManager()
           
 
Method Summary
protected  com.liferay.social.kernel.service.SocialActivityLocalService getSocialActivityLocalService()
           
 
Methods inherited from class com.liferay.portal.kernel.social.BaseSocialActivityManager
addActivity, addUniqueActivity, addUniqueActivity, deleteActivities, getClassName, getPrimaryKey, updateLastSocialActivity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

socialActivityLocalService

@BeanReference(type=com.liferay.social.kernel.service.SocialActivityLocalService.class)
protected com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService
Constructor Detail

DefaultSocialActivityManager

public DefaultSocialActivityManager()
Method Detail

getSocialActivityLocalService

protected com.liferay.social.kernel.service.SocialActivityLocalService getSocialActivityLocalService()
Specified by:
getSocialActivityLocalService in class com.liferay.portal.kernel.social.BaseSocialActivityManager<T extends com.liferay.portal.kernel.model.ClassedModel & com.liferay.portal.kernel.model.GroupedModel>

Liferay 7.0-ga1 portal-impl