com.liferay.portlet.social.service.impl
Class SocialActivityAchievementLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.social.service.base.SocialActivityAchievementLocalServiceBaseImpl
      extended by com.liferay.portlet.social.service.impl.SocialActivityAchievementLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.social.service.SocialActivityAchievementLocalService

public class SocialActivityAchievementLocalServiceImpl
extends SocialActivityAchievementLocalServiceBaseImpl

Author:
Zsolt Berentey, Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.social.service.base.SocialActivityAchievementLocalServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, socialActivityAchievementLocalService, socialActivityAchievementPersistence, socialActivityCounterFinder, socialActivityCounterLocalService, socialActivityCounterPersistence, socialActivityFinder, socialActivityInterpreterLocalService, socialActivityLimitLocalService, socialActivityLimitPersistence, socialActivityLocalService, socialActivityPersistence, socialActivitySettingLocalService, socialActivitySettingPersistence, socialActivitySettingService, socialRelationLocalService, socialRelationPersistence, socialRequestInterpreterLocalService, socialRequestLocalService, socialRequestPersistence, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
SocialActivityAchievementLocalServiceImpl()
           
 
Method Summary
 void addActivityAchievement(long userId, long groupId, com.liferay.portlet.social.model.SocialAchievement achievement)
           
 com.liferay.portlet.social.model.SocialActivityAchievement fetchUserAchievement(long userId, long groupId, java.lang.String name)
           
 java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getGroupAchievements(long groupId)
           
 java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getGroupAchievements(long groupId, java.lang.String name)
           
 int getGroupAchievementsCount(long groupId)
           
 int getGroupAchievementsCount(long groupId, java.lang.String name)
           
 java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getGroupFirstAchievements(long groupId)
           
 int getGroupFirstAchievementsCount(long groupId)
           
 int getUserAchievementCount(long userId, long groupId, java.lang.String name)
           
 java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getUserAchievements(long userId, long groupId, java.lang.String name)
           
 
Methods inherited from class com.liferay.portlet.social.service.base.SocialActivityAchievementLocalServiceBaseImpl
addSocialActivityAchievement, afterPropertiesSet, createSocialActivityAchievement, deleteSocialActivityAchievement, deleteSocialActivityAchievement, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchSocialActivityAchievement, getBeanIdentifier, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getModelClass, getModelClassName, getPersistedModel, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSocialActivityAchievement, getSocialActivityAchievementLocalService, getSocialActivityAchievementPersistence, getSocialActivityAchievements, getSocialActivityAchievementsCount, getSocialActivityCounterFinder, getSocialActivityCounterLocalService, getSocialActivityCounterPersistence, getSocialActivityFinder, getSocialActivityInterpreterLocalService, getSocialActivityLimitLocalService, getSocialActivityLimitPersistence, getSocialActivityLocalService, getSocialActivityPersistence, getSocialActivitySettingLocalService, getSocialActivitySettingPersistence, getSocialActivitySettingService, getSocialRelationLocalService, getSocialRelationPersistence, getSocialRequestInterpreterLocalService, getSocialRequestLocalService, getSocialRequestPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSocialActivityAchievementLocalService, setSocialActivityAchievementPersistence, setSocialActivityCounterFinder, setSocialActivityCounterLocalService, setSocialActivityCounterPersistence, setSocialActivityFinder, setSocialActivityInterpreterLocalService, setSocialActivityLimitLocalService, setSocialActivityLimitPersistence, setSocialActivityLocalService, setSocialActivityPersistence, setSocialActivitySettingLocalService, setSocialActivitySettingPersistence, setSocialActivitySettingService, setSocialRelationLocalService, setSocialRelationPersistence, setSocialRequestInterpreterLocalService, setSocialRequestLocalService, setSocialRequestPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateSocialActivityAchievement, updateSocialActivityAchievement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialActivityAchievementLocalServiceImpl

public SocialActivityAchievementLocalServiceImpl()
Method Detail

addActivityAchievement

public void addActivityAchievement(long userId,
                                   long groupId,
                                   com.liferay.portlet.social.model.SocialAchievement achievement)
                            throws com.liferay.portal.kernel.exception.PortalException,
                                   com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

fetchUserAchievement

public com.liferay.portlet.social.model.SocialActivityAchievement fetchUserAchievement(long userId,
                                                                                       long groupId,
                                                                                       java.lang.String name)
                                                                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupAchievements

public java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getGroupAchievements(long groupId)
                                                                                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupAchievements

public java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getGroupAchievements(long groupId,
                                                                                                       java.lang.String name)
                                                                                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupAchievementsCount

public int getGroupAchievementsCount(long groupId)
                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupAchievementsCount

public int getGroupAchievementsCount(long groupId,
                                     java.lang.String name)
                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupFirstAchievements

public java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getGroupFirstAchievements(long groupId)
                                                                                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupFirstAchievementsCount

public int getGroupFirstAchievementsCount(long groupId)
                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getUserAchievementCount

public int getUserAchievementCount(long userId,
                                   long groupId,
                                   java.lang.String name)
                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getUserAchievements

public java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getUserAchievements(long userId,
                                                                                                      long groupId,
                                                                                                      java.lang.String name)
                                                                                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException