Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.repository.liferayrepository.social
Class LiferayFileShortcutSocialActivityManager

java.lang.Object
  extended by com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.portal.kernel.repository.model.FileShortcut>
      extended by com.liferay.portal.repository.liferayrepository.social.LiferayFileShortcutSocialActivityManager
All Implemented Interfaces:
com.liferay.portal.kernel.social.SocialActivityManager<com.liferay.portal.kernel.repository.model.FileShortcut>

public class LiferayFileShortcutSocialActivityManager
extends com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.portal.kernel.repository.model.FileShortcut>


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

LiferayFileShortcutSocialActivityManager

public LiferayFileShortcutSocialActivityManager()
Method Detail

getClassName

protected String getClassName(com.liferay.portal.kernel.repository.model.FileShortcut fileShortcut)
Overrides:
getClassName in class com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.portal.kernel.repository.model.FileShortcut>

getSocialActivityLocalService

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

Liferay 7.0-ce-b7 portal-impl