Liferay 6.1.2-ce-ga3

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

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

This class is a wrapper for SocialActivitySettingService.

See Also:
SocialActivitySettingService

Constructor Summary
SocialActivitySettingServiceWrapper(SocialActivitySettingService socialActivitySettingService)
           
 
Method Summary
 SocialActivityDefinition getActivityDefinition(long groupId, String className, int activityType)
           
 List<SocialActivityDefinition> getActivityDefinitions(long groupId, String className)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 JSONArray getJSONActivityDefinitions(long groupId, String className)
           
 SocialActivitySettingService getWrappedService()
           
 SocialActivitySettingService getWrappedSocialActivitySettingService()
          Deprecated. Renamed to getWrappedService()
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedService(SocialActivitySettingService socialActivitySettingService)
           
 void setWrappedSocialActivitySettingService(SocialActivitySettingService socialActivitySettingService)
          Deprecated. Renamed to 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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface SocialActivitySettingService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface SocialActivitySettingService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getActivityDefinition

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

getActivityDefinitions

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

getJSONActivityDefinitions

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

updateActivitySetting

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

updateActivitySetting

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

updateActivitySettings

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

getWrappedSocialActivitySettingService

public SocialActivitySettingService getWrappedSocialActivitySettingService()
Deprecated. Renamed to getWrappedService()


setWrappedSocialActivitySettingService

public void setWrappedSocialActivitySettingService(SocialActivitySettingService socialActivitySettingService)
Deprecated. Renamed to 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 6.1.2-ce-ga3