Liferay 7.0-ce-b4

com.liferay.portlet.asset.social
Class AssetEntrySocialActivityManager

java.lang.Object
  extended by com.liferay.portal.kernel.social.BaseSocialActivityManager<AssetEntry>
      extended by com.liferay.portlet.asset.social.AssetEntrySocialActivityManager
All Implemented Interfaces:
SocialActivityManager<AssetEntry>

public class AssetEntrySocialActivityManager
extends BaseSocialActivityManager<AssetEntry>


Field Summary
protected  SocialActivityLocalService socialActivityLocalService
           
 
Constructor Summary
AssetEntrySocialActivityManager()
           
 
Method Summary
protected  String getClassName(AssetEntry assetEntry)
           
protected  long getPrimaryKey(AssetEntry assetEntry)
           
protected  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=SocialActivityLocalService.class)
protected SocialActivityLocalService socialActivityLocalService
Constructor Detail

AssetEntrySocialActivityManager

public AssetEntrySocialActivityManager()
Method Detail

getClassName

protected String getClassName(AssetEntry assetEntry)
Overrides:
getClassName in class BaseSocialActivityManager<AssetEntry>

getPrimaryKey

protected long getPrimaryKey(AssetEntry assetEntry)
Overrides:
getPrimaryKey in class BaseSocialActivityManager<AssetEntry>

getSocialActivityLocalService

protected SocialActivityLocalService getSocialActivityLocalService()
Specified by:
getSocialActivityLocalService in class BaseSocialActivityManager<AssetEntry>

Liferay 7.0-ce-b4