public class SubscriptionSocialActivityManager
extends com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.portal.kernel.model.Subscription>
Modifier and Type | Field and Description |
---|---|
protected com.liferay.social.kernel.service.SocialActivityLocalService |
socialActivityLocalService |
Constructor and Description |
---|
SubscriptionSocialActivityManager() |
Modifier and Type | Method and Description |
---|---|
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() |
@BeanReference(type=com.liferay.social.kernel.service.SocialActivityLocalService.class) protected com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService
protected String getClassName(com.liferay.portal.kernel.model.Subscription subscription)
getClassName
in class com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.portal.kernel.model.Subscription>
protected long getPrimaryKey(com.liferay.portal.kernel.model.Subscription subscription)
getPrimaryKey
in class com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.portal.kernel.model.Subscription>
protected com.liferay.social.kernel.service.SocialActivityLocalService getSocialActivityLocalService()
getSocialActivityLocalService
in class com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.portal.kernel.model.Subscription>