Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.social.model.SocialActivityDefinition

Packages that use SocialActivityDefinition
com.liferay.portlet.social.model   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.util.comparator   
 

Uses of SocialActivityDefinition in com.liferay.portlet.social.model
 

Methods in com.liferay.portlet.social.model that return SocialActivityDefinition
 SocialActivityDefinition SocialActivityDefinition.clone()
           
 

Methods in com.liferay.portlet.social.model with parameters of type SocialActivityDefinition
 void BaseSocialAchievement.initialize(SocialActivityDefinition activityDefinition)
           
 void SocialAchievement.initialize(SocialActivityDefinition activityDefinition)
           
 

Uses of SocialActivityDefinition in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service that return SocialActivityDefinition
 SocialActivityDefinition SocialActivitySettingService.getActivityDefinition(long groupId, String className, int activityType)
           
static SocialActivityDefinition SocialActivitySettingServiceUtil.getActivityDefinition(long groupId, String className, int activityType)
           
 SocialActivityDefinition SocialActivitySettingServiceWrapper.getActivityDefinition(long groupId, String className, int activityType)
           
 SocialActivityDefinition SocialActivitySettingLocalService.getActivityDefinition(long groupId, String className, int activityType)
           
 SocialActivityDefinition SocialActivitySettingLocalServiceWrapper.getActivityDefinition(long groupId, String className, int activityType)
           
static SocialActivityDefinition SocialActivitySettingLocalServiceUtil.getActivityDefinition(long groupId, String className, int activityType)
           
 

Methods in com.liferay.portlet.social.service that return types with arguments of type SocialActivityDefinition
 List<SocialActivityDefinition> SocialActivitySettingService.getActivityDefinitions(long groupId, String className)
           
static List<SocialActivityDefinition> SocialActivitySettingServiceUtil.getActivityDefinitions(long groupId, String className)
           
 List<SocialActivityDefinition> SocialActivitySettingServiceWrapper.getActivityDefinitions(long groupId, String className)
           
 List<SocialActivityDefinition> SocialActivitySettingLocalService.getActivityDefinitions(long groupId, String className)
           
 List<SocialActivityDefinition> SocialActivitySettingLocalServiceWrapper.getActivityDefinitions(long groupId, String className)
           
static List<SocialActivityDefinition> SocialActivitySettingLocalServiceUtil.getActivityDefinitions(long groupId, String className)
           
 

Uses of SocialActivityDefinition in com.liferay.portlet.social.util.comparator
 

Methods in com.liferay.portlet.social.util.comparator with parameters of type SocialActivityDefinition
 int SocialActivityDefinitionNameComparator.compare(SocialActivityDefinition activityDefinition1, SocialActivityDefinition activityDefinition2)
           
 


Liferay 6.1.2-ce-ga3