public class SocialActivityAchievementLocalServiceImpl extends SocialActivityAchievementLocalServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, persistedModelLocalServiceRegistry, socialActivityAchievementLocalService, socialActivityAchievementPersistence, socialActivityCounterFinder, socialActivityCounterLocalService, socialActivityCounterPersistence, 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, deletePersistedModel, deleteSocialActivityAchievement, deleteSocialActivityAchievement, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchSocialActivityAchievement, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getModelClass, getModelClassName, getPersistedModel, getSocialActivityAchievement, getSocialActivityAchievementLocalService, getSocialActivityAchievementPersistence, getSocialActivityAchievements, getSocialActivityAchievementsCount, getSocialActivityCounterFinder, getSocialActivityCounterLocalService, getSocialActivityCounterPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setSocialActivityAchievementLocalService, setSocialActivityAchievementPersistence, setSocialActivityCounterFinder, setSocialActivityCounterLocalService, setSocialActivityCounterPersistence, 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.PortalExceptionpublic com.liferay.portlet.social.model.SocialActivityAchievement fetchUserAchievement(long userId,
long groupId,
java.lang.String name)
public java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getGroupAchievements(long groupId)
public java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getGroupAchievements(long groupId,
java.lang.String name)
public int getGroupAchievementsCount(long groupId)
public int getGroupAchievementsCount(long groupId,
java.lang.String name)
public java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getGroupFirstAchievements(long groupId)
public int getGroupFirstAchievementsCount(long groupId)
public java.util.List<com.liferay.portlet.social.model.SocialActivityAchievement> getUserAchievements(long userId,
long groupId)
public int getUserAchievementsCount(long userId,
long groupId)