Class SocialActivityAchievementLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.social.service.base.SocialActivityAchievementLocalServiceBaseImpl
com.liferay.portlet.social.service.impl.SocialActivityAchievementLocalServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.social.kernel.model.SocialActivityAchievement>
,com.liferay.portal.kernel.service.PersistedModelLocalService
,com.liferay.social.kernel.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, socialActivityAchievementLocalService, socialActivityAchievementPersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addActivityAchievement
(long userId, long groupId, com.liferay.social.kernel.model.SocialAchievement achievement) com.liferay.social.kernel.model.SocialActivityAchievement
fetchUserAchievement
(long userId, long groupId, String name) List<com.liferay.social.kernel.model.SocialActivityAchievement>
getGroupAchievements
(long groupId) List<com.liferay.social.kernel.model.SocialActivityAchievement>
getGroupAchievements
(long groupId, String name) int
getGroupAchievementsCount
(long groupId) int
getGroupAchievementsCount
(long groupId, String name) List<com.liferay.social.kernel.model.SocialActivityAchievement>
getGroupFirstAchievements
(long groupId) int
getGroupFirstAchievementsCount
(long groupId) List<com.liferay.social.kernel.model.SocialActivityAchievement>
getUserAchievements
(long userId, long groupId) int
getUserAchievementsCount
(long userId, long groupId) Methods inherited from class com.liferay.portlet.social.service.base.SocialActivityAchievementLocalServiceBaseImpl
addSocialActivityAchievement, afterPropertiesSet, createPersistedModel, createSocialActivityAchievement, deletePersistedModel, deleteSocialActivityAchievement, deleteSocialActivityAchievement, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchSocialActivityAchievement, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getCTPersistence, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getSocialActivityAchievement, getSocialActivityAchievementLocalService, getSocialActivityAchievementPersistence, getSocialActivityAchievements, getSocialActivityAchievementsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setSocialActivityAchievementLocalService, setSocialActivityAchievementPersistence, updateSocialActivityAchievement, updateWithUnsafeFunction
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
SocialActivityAchievementLocalServiceImpl
public SocialActivityAchievementLocalServiceImpl()
-
-
Method Details
-
addActivityAchievement
public void addActivityAchievement(long userId, long groupId, com.liferay.social.kernel.model.SocialAchievement achievement) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchUserAchievement
public com.liferay.social.kernel.model.SocialActivityAchievement fetchUserAchievement(long userId, long groupId, String name) -
getGroupAchievements
public List<com.liferay.social.kernel.model.SocialActivityAchievement> getGroupAchievements(long groupId) -
getGroupAchievements
-
getGroupAchievementsCount
public int getGroupAchievementsCount(long groupId) -
getGroupAchievementsCount
-
getGroupFirstAchievements
public List<com.liferay.social.kernel.model.SocialActivityAchievement> getGroupFirstAchievements(long groupId) -
getGroupFirstAchievementsCount
public int getGroupFirstAchievementsCount(long groupId) -
getUserAchievements
public List<com.liferay.social.kernel.model.SocialActivityAchievement> getUserAchievements(long userId, long groupId) -
getUserAchievementsCount
public int getUserAchievementsCount(long userId, long groupId)
-