public class SocialActivityAchievementLocalServiceImpl extends SocialActivityAchievementLocalServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, persistedModelLocalServiceRegistry, resourceLocalService, socialActivityAchievementLocalService, socialActivityAchievementPersistence, socialActivityCounterFinder, socialActivityCounterLocalService, socialActivityCounterPersistence, socialActivityFinder, socialActivityInterpreterLocalService, socialActivityLimitLocalService, socialActivityLimitPersistence, socialActivityLocalService, socialActivityPersistence, socialActivityService, socialActivitySetFinder, socialActivitySetLocalService, socialActivitySetPersistence, socialActivitySettingLocalService, socialActivitySettingPersistence, socialActivitySettingService, socialRelationLocalService, socialRelationPersistence, socialRequestInterpreterLocalService, socialRequestLocalService, socialRequestPersistence, socialRequestService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
SocialActivityAchievementLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> |
getUserAchievements(long userId,
long groupId) |
int |
getUserAchievementsCount(long userId,
long groupId) |
addSocialActivityAchievement, afterPropertiesSet, createSocialActivityAchievement, deleteSocialActivityAchievement, deleteSocialActivityAchievement, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchSocialActivityAchievement, getBeanIdentifier, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getSocialActivityAchievement, getSocialActivityAchievementLocalService, getSocialActivityAchievementPersistence, getSocialActivityAchievements, getSocialActivityAchievementsCount, getSocialActivityCounterFinder, getSocialActivityCounterLocalService, getSocialActivityCounterPersistence, getSocialActivityFinder, getSocialActivityInterpreterLocalService, getSocialActivityLimitLocalService, getSocialActivityLimitPersistence, getSocialActivityLocalService, getSocialActivityPersistence, getSocialActivityService, getSocialActivitySetFinder, getSocialActivitySetLocalService, getSocialActivitySetPersistence, getSocialActivitySettingLocalService, getSocialActivitySettingPersistence, getSocialActivitySettingService, getSocialRelationLocalService, getSocialRelationPersistence, getSocialRequestInterpreterLocalService, getSocialRequestLocalService, getSocialRequestPersistence, getSocialRequestService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setResourceLocalService, setSocialActivityAchievementLocalService, setSocialActivityAchievementPersistence, setSocialActivityCounterFinder, setSocialActivityCounterLocalService, setSocialActivityCounterPersistence, setSocialActivityFinder, setSocialActivityInterpreterLocalService, setSocialActivityLimitLocalService, setSocialActivityLimitPersistence, setSocialActivityLocalService, setSocialActivityPersistence, setSocialActivityService, setSocialActivitySetFinder, setSocialActivitySetLocalService, setSocialActivitySetPersistence, setSocialActivitySettingLocalService, setSocialActivitySettingPersistence, setSocialActivitySettingService, setSocialRelationLocalService, setSocialRelationPersistence, setSocialRequestInterpreterLocalService, setSocialRequestLocalService, setSocialRequestPersistence, setSocialRequestService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateSocialActivityAchievementpublic SocialActivityAchievementLocalServiceImpl()
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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.social.model.SocialActivityAchievement fetchUserAchievement(long userId,
long groupId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getGroupAchievements(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getGroupAchievements(long groupId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getGroupAchievementsCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getGroupAchievementsCount(long groupId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getGroupFirstAchievements(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getGroupFirstAchievementsCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getUserAchievements(long userId,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getUserAchievementsCount(long userId,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException