Liferay 7.0-ce-a3

com.liferay.portlet.social.service
Class SocialActivitySettingServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.social.service.SocialActivitySettingServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<SocialActivitySettingService>, SocialActivitySettingService

@ProviderType
public class SocialActivitySettingServiceWrapper
extends Object
implements SocialActivitySettingService, ServiceWrapper<SocialActivitySettingService>

Provides a wrapper for SocialActivitySettingService.

See Also:
SocialActivitySettingService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
SocialActivitySettingServiceWrapper(SocialActivitySettingService socialActivitySettingService)
           
 
Method Summary
 SocialActivityDefinition getActivityDefinition(long groupId, String className, int activityType)
           
 List<SocialActivityDefinition> getActivityDefinitions(long groupId, String className)
           
 List<SocialActivitySetting> getActivitySettings(long groupId)
           
 JSONArray getJSONActivityDefinitions(long groupId, String className)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 SocialActivitySettingService getWrappedService()
           
 SocialActivitySettingService getWrappedSocialActivitySettingService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 void setWrappedService(SocialActivitySettingService socialActivitySettingService)
           
 void setWrappedSocialActivitySettingService(SocialActivitySettingService socialActivitySettingService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.social.service.SocialActivitySettingService)
 void updateActivitySetting(long groupId, String className, boolean enabled)
           
 void updateActivitySetting(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition)
           
 void updateActivitySettings(long groupId, String className, int activityType, List<SocialActivityCounterDefinition> activityCounterDefinitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialActivitySettingServiceWrapper

public SocialActivitySettingServiceWrapper(SocialActivitySettingService socialActivitySettingService)
Method Detail

getActivityDefinition

public SocialActivityDefinition getActivityDefinition(long groupId,
                                                      String className,
                                                      int activityType)
                                               throws PortalException
Specified by:
getActivityDefinition in interface SocialActivitySettingService
Throws:
PortalException

getActivityDefinitions

public List<SocialActivityDefinition> getActivityDefinitions(long groupId,
                                                             String className)
                                                      throws PortalException
Specified by:
getActivityDefinitions in interface SocialActivitySettingService
Throws:
PortalException

getActivitySettings

public List<SocialActivitySetting> getActivitySettings(long groupId)
                                                throws PortalException
Specified by:
getActivitySettings in interface SocialActivitySettingService
Throws:
PortalException

getJSONActivityDefinitions

public JSONArray getJSONActivityDefinitions(long groupId,
                                            String className)
                                     throws PortalException
Specified by:
getJSONActivityDefinitions in interface SocialActivitySettingService
Throws:
PortalException

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface SocialActivitySettingService
Returns:
the OSGi service identifier

updateActivitySetting

public void updateActivitySetting(long groupId,
                                  String className,
                                  int activityType,
                                  SocialActivityCounterDefinition activityCounterDefinition)
                           throws PortalException
Specified by:
updateActivitySetting in interface SocialActivitySettingService
Throws:
PortalException

updateActivitySetting

public void updateActivitySetting(long groupId,
                                  String className,
                                  boolean enabled)
                           throws PortalException
Specified by:
updateActivitySetting in interface SocialActivitySettingService
Throws:
PortalException

updateActivitySettings

public void updateActivitySettings(long groupId,
                                   String className,
                                   int activityType,
                                   List<SocialActivityCounterDefinition> activityCounterDefinitions)
                            throws PortalException
Specified by:
updateActivitySettings in interface SocialActivitySettingService
Throws:
PortalException

getWrappedSocialActivitySettingService

@Deprecated
public SocialActivitySettingService getWrappedSocialActivitySettingService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedSocialActivitySettingService

@Deprecated
public void setWrappedSocialActivitySettingService(SocialActivitySettingService socialActivitySettingService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.social.service.SocialActivitySettingService)


getWrappedService

public SocialActivitySettingService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<SocialActivitySettingService>

setWrappedService

public void setWrappedService(SocialActivitySettingService socialActivitySettingService)
Specified by:
setWrappedService in interface ServiceWrapper<SocialActivitySettingService>

Liferay 7.0-ce-a3