Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.subscription.social
Class SubscriptionSocialActivityManager

java.lang.Object
  extended by com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.portal.kernel.model.Subscription>
      extended by com.liferay.portal.subscription.social.SubscriptionSocialActivityManager
All Implemented Interfaces:
com.liferay.portal.kernel.social.SocialActivityManager<com.liferay.portal.kernel.model.Subscription>

public class SubscriptionSocialActivityManager
extends com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.portal.kernel.model.Subscription>


Field Summary
protected  com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService
           
 
Constructor Summary
SubscriptionSocialActivityManager()
           
 
Method Summary
protected  String getClassName(com.liferay.portal.kernel.model.Subscription subscription)
           
protected  long getPrimaryKey(com.liferay.portal.kernel.model.Subscription subscription)
           
protected  com.liferay.social.kernel.service.SocialActivityLocalService getSocialActivityLocalService()
           
 
Methods inherited from class com.liferay.portal.kernel.social.BaseSocialActivityManager
addActivity, addUniqueActivity, addUniqueActivity, deleteActivities, 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

SubscriptionSocialActivityManager

public SubscriptionSocialActivityManager()
Method Detail

getClassName

protected String getClassName(com.liferay.portal.kernel.model.Subscription subscription)
Overrides:
getClassName in class com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.portal.kernel.model.Subscription>

getPrimaryKey

protected long getPrimaryKey(com.liferay.portal.kernel.model.Subscription subscription)
Overrides:
getPrimaryKey in class com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.portal.kernel.model.Subscription>

getSocialActivityLocalService

protected com.liferay.social.kernel.service.SocialActivityLocalService getSocialActivityLocalService()
Specified by:
getSocialActivityLocalService in class com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.portal.kernel.model.Subscription>

Liferay 7.0-ce-b7 portal-impl