Uses of Interface
com.liferay.social.kernel.model.SocialActivityAchievement
Packages that use SocialActivityAchievement
Package
Description
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of SocialActivityAchievement in com.liferay.social.kernel.model
Classes in com.liferay.social.kernel.model that implement SocialActivityAchievementFields in com.liferay.social.kernel.model with type parameters of type SocialActivityAchievementModifier and TypeFieldDescriptionstatic final Accessor<SocialActivityAchievement,
Long> SocialActivityAchievement.ACTIVITY_ACHIEVEMENT_ID_ACCESSOR
Methods in com.liferay.social.kernel.model that return SocialActivityAchievementModifier and TypeMethodDescriptionSocialActivityAchievementModel.cloneWithOriginalValues()
SocialActivityAchievementWrapper.cloneWithOriginalValues()
Methods in com.liferay.social.kernel.model that return types with arguments of type SocialActivityAchievementModifier and TypeMethodDescriptionSocialActivityAchievementWrapper.getAttributeGetterFunctions()
SocialActivityAchievementWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.social.kernel.model with parameters of type SocialActivityAchievementModifier and TypeMethodDescriptionprotected SocialActivityAchievementWrapper
SocialActivityAchievementWrapper.wrap
(SocialActivityAchievement socialActivityAchievement) Constructors in com.liferay.social.kernel.model with parameters of type SocialActivityAchievementModifierConstructorDescriptionSocialActivityAchievementWrapper
(SocialActivityAchievement socialActivityAchievement) -
Uses of SocialActivityAchievement in com.liferay.social.kernel.service
Methods in com.liferay.social.kernel.service that return SocialActivityAchievementModifier and TypeMethodDescriptionSocialActivityAchievementLocalService.addSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Adds the social activity achievement to the database.static SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.addSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Adds the social activity achievement to the database.SocialActivityAchievementLocalServiceWrapper.addSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Adds the social activity achievement to the database.SocialActivityAchievementLocalService.createSocialActivityAchievement
(long activityAchievementId) Creates a new social activity achievement with the primary key.static SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.createSocialActivityAchievement
(long activityAchievementId) Creates a new social activity achievement with the primary key.SocialActivityAchievementLocalServiceWrapper.createSocialActivityAchievement
(long activityAchievementId) Creates a new social activity achievement with the primary key.SocialActivityAchievementLocalService.deleteSocialActivityAchievement
(long activityAchievementId) Deletes the social activity achievement with the primary key from the database.SocialActivityAchievementLocalService.deleteSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Deletes the social activity achievement from the database.static SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.deleteSocialActivityAchievement
(long activityAchievementId) Deletes the social activity achievement with the primary key from the database.static SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.deleteSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Deletes the social activity achievement from the database.SocialActivityAchievementLocalServiceWrapper.deleteSocialActivityAchievement
(long activityAchievementId) Deletes the social activity achievement with the primary key from the database.SocialActivityAchievementLocalServiceWrapper.deleteSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Deletes the social activity achievement from the database.SocialActivityAchievementLocalService.fetchSocialActivityAchievement
(long activityAchievementId) static SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.fetchSocialActivityAchievement
(long activityAchievementId) SocialActivityAchievementLocalServiceWrapper.fetchSocialActivityAchievement
(long activityAchievementId) SocialActivityAchievementLocalService.fetchUserAchievement
(long userId, long groupId, String name) static SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.fetchUserAchievement
(long userId, long groupId, String name) SocialActivityAchievementLocalServiceWrapper.fetchUserAchievement
(long userId, long groupId, String name) SocialActivityAchievementLocalService.getSocialActivityAchievement
(long activityAchievementId) Returns the social activity achievement with the primary key.static SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.getSocialActivityAchievement
(long activityAchievementId) Returns the social activity achievement with the primary key.SocialActivityAchievementLocalServiceWrapper.getSocialActivityAchievement
(long activityAchievementId) Returns the social activity achievement with the primary key.SocialActivityAchievementLocalService.updateSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Updates the social activity achievement in the database or adds it if it does not yet exist.static SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.updateSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Updates the social activity achievement in the database or adds it if it does not yet exist.SocialActivityAchievementLocalServiceWrapper.updateSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Updates the social activity achievement in the database or adds it if it does not yet exist.Methods in com.liferay.social.kernel.service that return types with arguments of type SocialActivityAchievementModifier and TypeMethodDescriptionSocialActivityAchievementLocalService.getCTPersistence()
SocialActivityAchievementLocalServiceWrapper.getCTPersistence()
SocialActivityAchievementLocalService.getGroupAchievements
(long groupId) SocialActivityAchievementLocalService.getGroupAchievements
(long groupId, String name) static List<SocialActivityAchievement>
SocialActivityAchievementLocalServiceUtil.getGroupAchievements
(long groupId) static List<SocialActivityAchievement>
SocialActivityAchievementLocalServiceUtil.getGroupAchievements
(long groupId, String name) SocialActivityAchievementLocalServiceWrapper.getGroupAchievements
(long groupId) SocialActivityAchievementLocalServiceWrapper.getGroupAchievements
(long groupId, String name) SocialActivityAchievementLocalService.getGroupFirstAchievements
(long groupId) static List<SocialActivityAchievement>
SocialActivityAchievementLocalServiceUtil.getGroupFirstAchievements
(long groupId) SocialActivityAchievementLocalServiceWrapper.getGroupFirstAchievements
(long groupId) SocialActivityAchievementLocalService.getModelClass()
SocialActivityAchievementLocalServiceWrapper.getModelClass()
SocialActivityAchievementLocalService.getSocialActivityAchievements
(int start, int end) Returns a range of all the social activity achievements.static List<SocialActivityAchievement>
SocialActivityAchievementLocalServiceUtil.getSocialActivityAchievements
(int start, int end) Returns a range of all the social activity achievements.SocialActivityAchievementLocalServiceWrapper.getSocialActivityAchievements
(int start, int end) Returns a range of all the social activity achievements.SocialActivityAchievementLocalService.getUserAchievements
(long userId, long groupId) static List<SocialActivityAchievement>
SocialActivityAchievementLocalServiceUtil.getUserAchievements
(long userId, long groupId) SocialActivityAchievementLocalServiceWrapper.getUserAchievements
(long userId, long groupId) Methods in com.liferay.social.kernel.service with parameters of type SocialActivityAchievementModifier and TypeMethodDescriptionSocialActivityAchievementLocalService.addSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Adds the social activity achievement to the database.static SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.addSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Adds the social activity achievement to the database.SocialActivityAchievementLocalServiceWrapper.addSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Adds the social activity achievement to the database.SocialActivityAchievementLocalService.deleteSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Deletes the social activity achievement from the database.static SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.deleteSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Deletes the social activity achievement from the database.SocialActivityAchievementLocalServiceWrapper.deleteSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Deletes the social activity achievement from the database.SocialActivityAchievementLocalService.updateSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Updates the social activity achievement in the database or adds it if it does not yet exist.static SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.updateSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Updates the social activity achievement in the database or adds it if it does not yet exist.SocialActivityAchievementLocalServiceWrapper.updateSocialActivityAchievement
(SocialActivityAchievement socialActivityAchievement) Updates the social activity achievement in the database or adds it if it does not yet exist.Method parameters in com.liferay.social.kernel.service with type arguments of type SocialActivityAchievementModifier and TypeMethodDescription<R,
E extends Throwable>
RSocialActivityAchievementLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialActivityAchievement>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RSocialActivityAchievementLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialActivityAchievement>, R, E> updateUnsafeFunction) -
Uses of SocialActivityAchievement in com.liferay.social.kernel.service.persistence
Methods in com.liferay.social.kernel.service.persistence that return SocialActivityAchievementModifier and TypeMethodDescriptionSocialActivityAchievementPersistence.create
(long activityAchievementId) Creates a new social activity achievement with the primary key.static SocialActivityAchievement
SocialActivityAchievementUtil.create
(long activityAchievementId) Creates a new social activity achievement with the primary key.SocialActivityAchievementPersistence.fetchByG_F_First
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_F_First
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.fetchByG_F_Last
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_F_Last
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.fetchByG_N_First
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_N_First
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.fetchByG_N_Last
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_N_Last
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.fetchByG_U_F_First
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_F_First
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.fetchByG_U_F_Last
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_F_Last
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.fetchByG_U_First
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_First
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.fetchByG_U_N
(long groupId, long userId, String name) Returns the social activity achievement where groupId = ? and userId = ? and name = ? or returnsnull
if it could not be found.SocialActivityAchievementPersistence.fetchByG_U_N
(long groupId, long userId, String name, boolean useFinderCache) Returns the social activity achievement where groupId = ? and userId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_N
(long groupId, long userId, String name) Returns the social activity achievement where groupId = ? and userId = ? and name = ? or returnsnull
if it could not be found.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_N
(long groupId, long userId, String name, boolean useFinderCache) Returns the social activity achievement where groupId = ? and userId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.SocialActivityAchievementPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ?.SocialActivityAchievementPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ?.SocialActivityAchievementPersistence.fetchByPrimaryKey
(long activityAchievementId) Returns the social activity achievement with the primary key or returnsnull
if it could not be found.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByPrimaryKey
(long activityAchievementId) Returns the social activity achievement with the primary key or returnsnull
if it could not be found.SocialActivityAchievementPersistence.findByG_F_First
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_F_First
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F_Last
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_F_Last
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F_PrevAndNext
(long activityAchievementId, long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByG_F_PrevAndNext
(long activityAchievementId, long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_N_First
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_N_First
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_N_Last
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_N_Last
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_N_PrevAndNext
(long activityAchievementId, long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByG_N_PrevAndNext
(long activityAchievementId, long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_U_F_First
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_F_First
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F_Last
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_F_Last
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F_PrevAndNext
(long activityAchievementId, long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByG_U_F_PrevAndNext
(long activityAchievementId, long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_First
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_First
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U_Last
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_Last
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U_N
(long groupId, long userId, String name) Returns the social activity achievement where groupId = ? and userId = ? and name = ? or throws aNoSuchActivityAchievementException
if it could not be found.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_N
(long groupId, long userId, String name) Returns the social activity achievement where groupId = ? and userId = ? and name = ? or throws aNoSuchActivityAchievementException
if it could not be found.SocialActivityAchievementPersistence.findByG_U_PrevAndNext
(long activityAchievementId, long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByG_U_PrevAndNext
(long activityAchievementId, long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ?.SocialActivityAchievementPersistence.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ?.SocialActivityAchievementPersistence.findByGroupId_PrevAndNext
(long activityAchievementId, long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByGroupId_PrevAndNext
(long activityAchievementId, long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?.SocialActivityAchievementPersistence.findByPrimaryKey
(long activityAchievementId) Returns the social activity achievement with the primary key or throws aNoSuchActivityAchievementException
if it could not be found.static SocialActivityAchievement
SocialActivityAchievementUtil.findByPrimaryKey
(long activityAchievementId) Returns the social activity achievement with the primary key or throws aNoSuchActivityAchievementException
if it could not be found.SocialActivityAchievementPersistence.remove
(long activityAchievementId) Removes the social activity achievement with the primary key from the database.static SocialActivityAchievement
SocialActivityAchievementUtil.remove
(long activityAchievementId) Removes the social activity achievement with the primary key from the database.SocialActivityAchievementPersistence.removeByG_U_N
(long groupId, long userId, String name) Removes the social activity achievement where groupId = ? and userId = ? and name = ? from the database.static SocialActivityAchievement
SocialActivityAchievementUtil.removeByG_U_N
(long groupId, long userId, String name) Removes the social activity achievement where groupId = ? and userId = ? and name = ? from the database.static SocialActivityAchievement
SocialActivityAchievementUtil.update
(SocialActivityAchievement socialActivityAchievement) static SocialActivityAchievement
SocialActivityAchievementUtil.update
(SocialActivityAchievement socialActivityAchievement, ServiceContext serviceContext) SocialActivityAchievementPersistence.updateImpl
(SocialActivityAchievement socialActivityAchievement) static SocialActivityAchievement
SocialActivityAchievementUtil.updateImpl
(SocialActivityAchievement socialActivityAchievement) Methods in com.liferay.social.kernel.service.persistence that return types with arguments of type SocialActivityAchievementModifier and TypeMethodDescriptionstatic Map<Serializable,
SocialActivityAchievement> SocialActivityAchievementUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) SocialActivityAchievementPersistence.findAll()
Returns all the social activity achievements.SocialActivityAchievementPersistence.findAll
(int start, int end) Returns a range of all the social activity achievements.SocialActivityAchievementPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements.SocialActivityAchievementPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findAll()
Returns all the social activity achievements.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findAll
(int start, int end) Returns a range of all the social activity achievements.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findAll
(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findAll
(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements.SocialActivityAchievementPersistence.findByG_F
(long groupId, boolean firstInGroup) Returns all the social activity achievements where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F
(long groupId, boolean firstInGroup, int start, int end) Returns a range of all the social activity achievements where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F
(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F
(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_F
(long groupId, boolean firstInGroup) Returns all the social activity achievements where groupId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_F
(long groupId, boolean firstInGroup, int start, int end) Returns a range of all the social activity achievements where groupId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_F
(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_F
(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.Returns all the social activity achievements where groupId = ? and name = ?.Returns a range of all the social activity achievements where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_N
(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_N
(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.static List<SocialActivityAchievement>
Returns all the social activity achievements where groupId = ? and name = ?.static List<SocialActivityAchievement>
Returns a range of all the social activity achievements where groupId = ? and name = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_N
(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_N
(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_U
(long groupId, long userId) Returns all the social activity achievements where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U
(long groupId, long userId, int start, int end) Returns a range of all the social activity achievements where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U
(long groupId, long userId) Returns all the social activity achievements where groupId = ? and userId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U
(long groupId, long userId, int start, int end) Returns a range of all the social activity achievements where groupId = ? and userId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U_F
(long groupId, long userId, boolean firstInGroup) Returns all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end) Returns a range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U_F
(long groupId, long userId, boolean firstInGroup) Returns all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end) Returns a range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByGroupId
(long groupId) Returns all the social activity achievements where groupId = ?.SocialActivityAchievementPersistence.findByGroupId
(long groupId, int start, int end) Returns a range of all the social activity achievements where groupId = ?.SocialActivityAchievementPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ?.SocialActivityAchievementPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByGroupId
(long groupId) Returns all the social activity achievements where groupId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByGroupId
(long groupId, int start, int end) Returns a range of all the social activity achievements where groupId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Methods in com.liferay.social.kernel.service.persistence with parameters of type SocialActivityAchievementModifier and TypeMethodDescriptionvoid
SocialActivityAchievementPersistence.cacheResult
(SocialActivityAchievement socialActivityAchievement) Caches the social activity achievement in the entity cache if it is enabled.static void
SocialActivityAchievementUtil.cacheResult
(SocialActivityAchievement socialActivityAchievement) Caches the social activity achievement in the entity cache if it is enabled.static void
SocialActivityAchievementUtil.clearCache
(SocialActivityAchievement socialActivityAchievement) static SocialActivityAchievement
SocialActivityAchievementUtil.update
(SocialActivityAchievement socialActivityAchievement) static SocialActivityAchievement
SocialActivityAchievementUtil.update
(SocialActivityAchievement socialActivityAchievement, ServiceContext serviceContext) SocialActivityAchievementPersistence.updateImpl
(SocialActivityAchievement socialActivityAchievement) static SocialActivityAchievement
SocialActivityAchievementUtil.updateImpl
(SocialActivityAchievement socialActivityAchievement) Method parameters in com.liferay.social.kernel.service.persistence with type arguments of type SocialActivityAchievementModifier and TypeMethodDescriptionvoid
SocialActivityAchievementPersistence.cacheResult
(List<SocialActivityAchievement> socialActivityAchievements) Caches the social activity achievements in the entity cache if it is enabled.static void
SocialActivityAchievementUtil.cacheResult
(List<SocialActivityAchievement> socialActivityAchievements) Caches the social activity achievements in the entity cache if it is enabled.SocialActivityAchievementPersistence.fetchByG_F_First
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_F_First
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.fetchByG_F_Last
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_F_Last
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.fetchByG_N_First
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_N_First
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.fetchByG_N_Last
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_N_Last
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.fetchByG_U_F_First
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_F_First
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.fetchByG_U_F_Last
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_F_Last
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.fetchByG_U_First
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_First
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ?.SocialActivityAchievementPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ?.SocialActivityAchievementPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements.SocialActivityAchievementPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findAll
(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findAll
(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements.SocialActivityAchievementPersistence.findByG_F
(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F
(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_F
(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_F
(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F_First
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_F_First
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F_Last
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_F_Last
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F_PrevAndNext
(long activityAchievementId, long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByG_F_PrevAndNext
(long activityAchievementId, long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_N
(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_N
(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_N
(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_N
(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_N_First
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_N_First
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_N_Last
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_N_Last
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_N_PrevAndNext
(long activityAchievementId, long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByG_N_PrevAndNext
(long activityAchievementId, long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F_First
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_F_First
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F_Last
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_F_Last
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F_PrevAndNext
(long activityAchievementId, long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByG_U_F_PrevAndNext
(long activityAchievementId, long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_First
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_First
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U_Last
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_Last
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U_PrevAndNext
(long activityAchievementId, long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByG_U_PrevAndNext
(long activityAchievementId, long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ?.SocialActivityAchievementPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ?.SocialActivityAchievementPersistence.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ?.SocialActivityAchievementPersistence.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ?.SocialActivityAchievementPersistence.findByGroupId_PrevAndNext
(long activityAchievementId, long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByGroupId_PrevAndNext
(long activityAchievementId, long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator)