public class SocialActivitySettingServiceImpl extends SocialActivitySettingServiceBaseImpl
counterLocalService, socialActivitySettingLocalService, socialActivitySettingPersistence, socialActivitySettingService| Constructor and Description |
|---|
SocialActivitySettingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.social.kernel.model.SocialActivityDefinition |
getActivityDefinition(long groupId,
String className,
int activityType) |
List<com.liferay.social.kernel.model.SocialActivityDefinition> |
getActivityDefinitions(long groupId,
String className) |
List<com.liferay.social.kernel.model.SocialActivitySetting> |
getActivitySettings(long groupId) |
com.liferay.portal.kernel.json.JSONArray |
getJSONActivityDefinitions(long groupId,
String className) |
void |
updateActivitySetting(long groupId,
String className,
boolean enabled) |
void |
updateActivitySetting(long groupId,
String className,
int activityType,
com.liferay.social.kernel.model.SocialActivityCounterDefinition activityCounterDefinition) |
void |
updateActivitySettings(long groupId,
String className,
int activityType,
List<com.liferay.social.kernel.model.SocialActivityCounterDefinition> activityCounterDefinitions) |
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getSocialActivitySettingLocalService, getSocialActivitySettingPersistence, getSocialActivitySettingService, runSQL, setCounterLocalService, setSocialActivitySettingLocalService, setSocialActivitySettingPersistence, setSocialActivitySettingServicepublic com.liferay.social.kernel.model.SocialActivityDefinition getActivityDefinition(long groupId,
String className,
int activityType)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.social.kernel.model.SocialActivityDefinition> getActivityDefinitions(long groupId,
String className)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.social.kernel.model.SocialActivitySetting> getActivitySettings(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.json.JSONArray getJSONActivityDefinitions(long groupId,
String className)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateActivitySetting(long groupId,
String className,
boolean enabled)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateActivitySetting(long groupId,
String className,
int activityType,
com.liferay.social.kernel.model.SocialActivityCounterDefinition activityCounterDefinition)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateActivitySettings(long groupId,
String className,
int activityType,
List<com.liferay.social.kernel.model.SocialActivityCounterDefinition> activityCounterDefinitions)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException