Liferay 6.2-ce-ga5

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 social related portlet service local and remote interfaces, utilities, and wrappers. 
 

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()
           
 

Methods in com.liferay.portlet.social.model with parameters of type SocialAchievement
 boolean BaseSocialAchievement.equals(SocialAchievement socialAchievement)
           
 

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)
           
 void SocialActivityAchievementLocalService.addActivityAchievement(long userId, long groupId, SocialAchievement achievement)
           
static void SocialActivityAchievementLocalServiceUtil.addActivityAchievement(long userId, long groupId, SocialAchievement achievement)
           
 


Liferay 6.2-ce-ga5