public class EditActivitySettingsMVCActionCommand
extends com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
| Constructor and Description |
|---|
EditActivitySettingsMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
setSocialActivitySettingService(com.liferay.social.kernel.service.SocialActivitySettingService socialActivitySettingService) |
protected com.liferay.social.kernel.model.SocialActivityCounterDefinition |
updateActivityCounterDefinition(com.liferay.portal.kernel.json.JSONObject actionJSONObject,
com.liferay.social.kernel.model.SocialActivityDefinition activityDefinition,
java.lang.String activityCounterName) |
protected void |
updateActivitySettings(javax.portlet.ActionRequest actionRequest) |
public EditActivitySettingsMVCActionCommand()
protected void doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
doProcessAction in class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommandjava.lang.Exceptionprotected void setSocialActivitySettingService(com.liferay.social.kernel.service.SocialActivitySettingService socialActivitySettingService)
protected com.liferay.social.kernel.model.SocialActivityCounterDefinition updateActivityCounterDefinition(com.liferay.portal.kernel.json.JSONObject actionJSONObject,
com.liferay.social.kernel.model.SocialActivityDefinition activityDefinition,
java.lang.String activityCounterName)
protected void updateActivitySettings(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exception