Class SocialActivitySettingServiceHttp

Object
com.liferay.portlet.social.service.http.SocialActivitySettingServiceHttp

public class SocialActivitySettingServiceHttp extends Object
Provides the HTTP utility for the SocialActivitySettingServiceUtil service utility. The static methods of this class calls the same methods of the service utility. However, the signatures are different because it requires an additional HttpPrincipal parameter.

The benefits of using the HTTP utility is that it is fast and allows for tunneling without the cost of serializing to text. The drawback is that it only works with Java.

Set the property tunnel.servlet.hosts.allowed in portal.properties to configure security.

The HTTP utility is only generated for remote services.

Author:
Brian Wing Shun Chan
{$generated.description}
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.liferay.social.kernel.model.SocialActivityDefinition
    getActivityDefinition(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className, int activityType)
     
    static List<com.liferay.social.kernel.model.SocialActivityDefinition>
    getActivityDefinitions(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className)
     
    static List<com.liferay.social.kernel.model.SocialActivitySetting>
    getActivitySettings(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId)
     
    static com.liferay.portal.kernel.json.JSONArray
    getJSONActivityDefinitions(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className)
     
    static void
    updateActivitySetting(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className, boolean enabled)
     
    static void
    updateActivitySetting(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className, int activityType, com.liferay.social.kernel.model.SocialActivityCounterDefinition activityCounterDefinition)
     
    static void
    updateActivitySettings(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className, int activityType, List<com.liferay.social.kernel.model.SocialActivityCounterDefinition> activityCounterDefinitions)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SocialActivitySettingServiceHttp

      public SocialActivitySettingServiceHttp()
  • Method Details

    • getActivityDefinition

      public static com.liferay.social.kernel.model.SocialActivityDefinition getActivityDefinition(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className, int activityType) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getActivityDefinitions

      public static List<com.liferay.social.kernel.model.SocialActivityDefinition> getActivityDefinitions(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getActivitySettings

      public static List<com.liferay.social.kernel.model.SocialActivitySetting> getActivitySettings(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getJSONActivityDefinitions

      public static com.liferay.portal.kernel.json.JSONArray getJSONActivityDefinitions(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateActivitySetting

      public static void updateActivitySetting(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className, boolean enabled) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateActivitySetting

      public static void updateActivitySetting(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className, int activityType, com.liferay.social.kernel.model.SocialActivityCounterDefinition activityCounterDefinition) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateActivitySettings

      public static void updateActivitySettings(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className, int activityType, List<com.liferay.social.kernel.model.SocialActivityCounterDefinition> activityCounterDefinitions) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException