Liferay 6.1.10-ee-ga1

Uses of Interface
com.liferay.portlet.social.model.SocialAchievement

Packages that use SocialAchievement
com.liferay.portlet.social.model   
com.liferay.portlet.social.service This package defines the local and remote social related portlet service interfaces, utility and wrapper classes. 
 

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

Classes in com.liferay.portlet.social.model that implement SocialAchievement
 class BaseSocialAchievement
           
 

Methods in com.liferay.portlet.social.model that return types with arguments of type SocialAchievement
 List<SocialAchievement> SocialActivityDefinition.getAchievements()
           
 

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

Methods in com.liferay.portlet.social.service with parameters of type SocialAchievement
 void SocialActivityAchievementLocalServiceWrapper.addActivityAchievement(long userId, long groupId, SocialAchievement achievement)
           
static void SocialActivityAchievementLocalServiceUtil.addActivityAchievement(long userId, long groupId, SocialAchievement achievement)
           
 void SocialActivityAchievementLocalService.addActivityAchievement(long userId, long groupId, SocialAchievement achievement)
           
 


Liferay 6.1.10-ee-ga1