Liferay 6.2.0

Uses of Interface
com.liferay.portlet.social.model.SocialActivityAchievement

Packages that use SocialActivityAchievement
com.liferay.portlet.social.model   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.service.persistence   
 

Uses of SocialActivityAchievement in com.liferay.portlet.social.model
 

Classes in com.liferay.portlet.social.model that implement SocialActivityAchievement
 class SocialActivityAchievementWrapper
           This class is a wrapper for SocialActivityAchievement.
 

Methods in com.liferay.portlet.social.model that return SocialActivityAchievement
 SocialActivityAchievement SocialActivityAchievementWrapper.getWrappedModel()
           
 SocialActivityAchievement SocialActivityAchievementWrapper.getWrappedSocialActivityAchievement()
          Deprecated. As of 6.1.0, replaced by SocialActivityAchievementWrapper.getWrappedModel()
abstract  SocialActivityAchievement SocialActivityAchievementModel.toEscapedModel()
           
 SocialActivityAchievement SocialActivityAchievementWrapper.toEscapedModel()
           
abstract  SocialActivityAchievement SocialActivityAchievementModel.toUnescapedModel()
           
 SocialActivityAchievement SocialActivityAchievementWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.social.model that return types with arguments of type SocialActivityAchievement
abstract  CacheModel<SocialActivityAchievement> SocialActivityAchievementModel.toCacheModel()
           
 CacheModel<SocialActivityAchievement> SocialActivityAchievementWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.social.model with parameters of type SocialActivityAchievement
abstract  int SocialActivityAchievementModel.compareTo(SocialActivityAchievement socialActivityAchievement)
           
 int SocialActivityAchievementWrapper.compareTo(SocialActivityAchievement socialActivityAchievement)
           
static SocialActivityAchievementSoap SocialActivityAchievementSoap.toSoapModel(SocialActivityAchievement model)
           
static SocialActivityAchievementSoap[] SocialActivityAchievementSoap.toSoapModels(SocialActivityAchievement[] models)
           
static SocialActivityAchievementSoap[][] SocialActivityAchievementSoap.toSoapModels(SocialActivityAchievement[][] models)
           
 

Method parameters in com.liferay.portlet.social.model with type arguments of type SocialActivityAchievement
static SocialActivityAchievementSoap[] SocialActivityAchievementSoap.toSoapModels(List<SocialActivityAchievement> models)
           
 

Constructors in com.liferay.portlet.social.model with parameters of type SocialActivityAchievement
SocialActivityAchievementWrapper(SocialActivityAchievement socialActivityAchievement)
           
 

Uses of SocialActivityAchievement in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service that return SocialActivityAchievement
abstract  SocialActivityAchievement SocialActivityAchievementLocalService.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.
 SocialActivityAchievement SocialActivityAchievementLocalServiceWrapper.addSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Adds the social activity achievement to the database.
abstract  SocialActivityAchievement 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.
 SocialActivityAchievement SocialActivityAchievementLocalServiceWrapper.createSocialActivityAchievement(long activityAchievementId)
          Creates a new social activity achievement with the primary key.
abstract  SocialActivityAchievement SocialActivityAchievementLocalService.deleteSocialActivityAchievement(long activityAchievementId)
          Deletes the social activity achievement with the primary key from the database.
static SocialActivityAchievement SocialActivityAchievementLocalServiceUtil.deleteSocialActivityAchievement(long activityAchievementId)
          Deletes the social activity achievement with the primary key from the database.
 SocialActivityAchievement SocialActivityAchievementLocalServiceWrapper.deleteSocialActivityAchievement(long activityAchievementId)
          Deletes the social activity achievement with the primary key from the database.
abstract  SocialActivityAchievement 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.
 SocialActivityAchievement SocialActivityAchievementLocalServiceWrapper.deleteSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Deletes the social activity achievement from the database.
abstract  SocialActivityAchievement SocialActivityAchievementLocalService.fetchSocialActivityAchievement(long activityAchievementId)
           
static SocialActivityAchievement SocialActivityAchievementLocalServiceUtil.fetchSocialActivityAchievement(long activityAchievementId)
           
 SocialActivityAchievement SocialActivityAchievementLocalServiceWrapper.fetchSocialActivityAchievement(long activityAchievementId)
           
abstract  SocialActivityAchievement SocialActivityAchievementLocalService.fetchUserAchievement(long userId, long groupId, String name)
           
static SocialActivityAchievement SocialActivityAchievementLocalServiceUtil.fetchUserAchievement(long userId, long groupId, String name)
           
 SocialActivityAchievement SocialActivityAchievementLocalServiceWrapper.fetchUserAchievement(long userId, long groupId, String name)
           
abstract  SocialActivityAchievement 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.
 SocialActivityAchievement SocialActivityAchievementLocalServiceWrapper.getSocialActivityAchievement(long activityAchievementId)
          Returns the social activity achievement with the primary key.
abstract  SocialActivityAchievement 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.
 SocialActivityAchievement 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.portlet.social.service that return types with arguments of type SocialActivityAchievement
abstract  List<SocialActivityAchievement> SocialActivityAchievementLocalService.getGroupAchievements(long groupId)
           
static List<SocialActivityAchievement> SocialActivityAchievementLocalServiceUtil.getGroupAchievements(long groupId)
           
 List<SocialActivityAchievement> SocialActivityAchievementLocalServiceWrapper.getGroupAchievements(long groupId)
           
abstract  List<SocialActivityAchievement> SocialActivityAchievementLocalService.getGroupAchievements(long groupId, String name)
           
static List<SocialActivityAchievement> SocialActivityAchievementLocalServiceUtil.getGroupAchievements(long groupId, String name)
           
 List<SocialActivityAchievement> SocialActivityAchievementLocalServiceWrapper.getGroupAchievements(long groupId, String name)
           
abstract  List<SocialActivityAchievement> SocialActivityAchievementLocalService.getGroupFirstAchievements(long groupId)
           
static List<SocialActivityAchievement> SocialActivityAchievementLocalServiceUtil.getGroupFirstAchievements(long groupId)
           
 List<SocialActivityAchievement> SocialActivityAchievementLocalServiceWrapper.getGroupFirstAchievements(long groupId)
           
abstract  List<SocialActivityAchievement> 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.
 List<SocialActivityAchievement> SocialActivityAchievementLocalServiceWrapper.getSocialActivityAchievements(int start, int end)
          Returns a range of all the social activity achievements.
abstract  List<SocialActivityAchievement> SocialActivityAchievementLocalService.getUserAchievements(long userId, long groupId)
           
static List<SocialActivityAchievement> SocialActivityAchievementLocalServiceUtil.getUserAchievements(long userId, long groupId)
           
 List<SocialActivityAchievement> SocialActivityAchievementLocalServiceWrapper.getUserAchievements(long userId, long groupId)
           
 

Methods in com.liferay.portlet.social.service with parameters of type SocialActivityAchievement
abstract  SocialActivityAchievement SocialActivityAchievementLocalService.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.
 SocialActivityAchievement SocialActivityAchievementLocalServiceWrapper.addSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Adds the social activity achievement to the database.
abstract  SocialActivityAchievement 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.
 SocialActivityAchievement SocialActivityAchievementLocalServiceWrapper.deleteSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Deletes the social activity achievement from the database.
abstract  SocialActivityAchievement 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.
 SocialActivityAchievement SocialActivityAchievementLocalServiceWrapper.updateSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Updates the social activity achievement in the database or adds it if it does not yet exist.
 

Uses of SocialActivityAchievement in com.liferay.portlet.social.service.persistence
 

Methods in com.liferay.portlet.social.service.persistence that return SocialActivityAchievement
static SocialActivityAchievement SocialActivityAchievementUtil.create(long activityAchievementId)
          Creates a new social activity achievement with the primary key.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.create(long activityAchievementId)
          Creates a new social activity achievement with the primary key.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_F_First(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_F_First(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_F_Last(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_F_Last(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_N_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_N_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_N_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_N_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_U_F_First(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_U_F_First(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_U_F_Last(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_U_N(long groupId, long userId, String name)
          Returns the social activity achievement where groupId = ? and userId = ? and name = ? or returns null if it could not be found.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_U_N(long groupId, long userId, String name)
          Returns the social activity achievement where groupId = ? and userId = ? and name = ? or returns null if it could not be found.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_U_N(long groupId, long userId, String name, boolean retrieveFromCache)
          Returns the social activity achievement where groupId = ? and userId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_U_N(long groupId, long userId, String name, boolean retrieveFromCache)
          Returns the social activity achievement where groupId = ? and userId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByPrimaryKey(long activityAchievementId)
          Returns the social activity achievement with the primary key or returns null if it could not be found.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.fetchByPrimaryKey(long activityAchievementId)
          Returns the social activity achievement with the primary key or returns null if it could not be found.
static SocialActivityAchievement SocialActivityAchievementUtil.findByG_F_First(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.findByG_F_First(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByG_F_Last(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.findByG_F_Last(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
static SocialActivityAchievement[] SocialActivityAchievementUtil.findByG_F_PrevAndNext(long activityAchievementId, long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
abstract  SocialActivityAchievement[] SocialActivityAchievementPersistence.findByG_F_PrevAndNext(long activityAchievementId, long groupId, boolean firstInGroup, OrderByComparator 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_N_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.findByG_N_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByG_N_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.findByG_N_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
static SocialActivityAchievement[] SocialActivityAchievementUtil.findByG_N_PrevAndNext(long activityAchievementId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?.
abstract  SocialActivityAchievement[] SocialActivityAchievementPersistence.findByG_N_PrevAndNext(long activityAchievementId, long groupId, String name, OrderByComparator 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_U_F_First(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.findByG_U_F_First(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.findByG_U_F_Last(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
abstract  SocialActivityAchievement[] SocialActivityAchievementPersistence.findByG_U_F_PrevAndNext(long activityAchievementId, long groupId, long userId, boolean firstInGroup, OrderByComparator 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_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
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 a NoSuchActivityAchievementException if it could not be found.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.findByG_U_N(long groupId, long userId, String name)
          Returns the social activity achievement where groupId = ? and userId = ? and name = ? or throws a NoSuchActivityAchievementException if it could not be found.
static SocialActivityAchievement[] SocialActivityAchievementUtil.findByG_U_PrevAndNext(long activityAchievementId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?.
abstract  SocialActivityAchievement[] SocialActivityAchievementPersistence.findByG_U_PrevAndNext(long activityAchievementId, long groupId, long userId, OrderByComparator 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.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ?.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ?.
static SocialActivityAchievement[] SocialActivityAchievementUtil.findByGroupId_PrevAndNext(long activityAchievementId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?.
abstract  SocialActivityAchievement[] SocialActivityAchievementPersistence.findByGroupId_PrevAndNext(long activityAchievementId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByPrimaryKey(long activityAchievementId)
          Returns the social activity achievement with the primary key or throws a NoSuchActivityAchievementException if it could not be found.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.findByPrimaryKey(long activityAchievementId)
          Returns the social activity achievement with the primary key or throws a NoSuchActivityAchievementException if it could not be found.
static SocialActivityAchievement SocialActivityAchievementUtil.remove(long activityAchievementId)
          Removes the social activity achievement with the primary key from the database.
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.remove(long activityAchievementId)
          Removes the social activity achievement with the primary key 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.
abstract  SocialActivityAchievement 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.update(SocialActivityAchievement socialActivityAchievement)
           
static SocialActivityAchievement SocialActivityAchievementUtil.update(SocialActivityAchievement socialActivityAchievement, ServiceContext serviceContext)
           
static SocialActivityAchievement SocialActivityAchievementUtil.updateImpl(SocialActivityAchievement socialActivityAchievement)
           
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.updateImpl(SocialActivityAchievement socialActivityAchievement)
           
 

Methods in com.liferay.portlet.social.service.persistence that return types with arguments of type SocialActivityAchievement
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findAll()
          Returns all the social activity achievements.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.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.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.findAll(int start, int end)
          Returns a range of all the social activity achievements.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findByG_F(long groupId, boolean firstInGroup)
          Returns all the social activity achievements where groupId = ? and firstInGroup = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.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 = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.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 orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_F(long groupId, boolean firstInGroup, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findByG_N(long groupId, String name)
          Returns all the social activity achievements where groupId = ? and name = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_N(long groupId, String name)
          Returns all the social activity achievements where groupId = ? and name = ?.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findByG_N(long groupId, String name, int start, int end)
          Returns a range of all the social activity achievements where groupId = ? and name = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_N(long groupId, String name, int start, int end)
          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 orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_N(long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.
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 = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.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 = ?.
abstract  List<SocialActivityAchievement> 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 = ?.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findByG_U_F(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_U_F(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findByG_U(long groupId, long userId)
          Returns all the social activity achievements where groupId = ? and userId = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.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 = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.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 orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findByGroupId(long groupId)
          Returns all the social activity achievements where groupId = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.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 = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.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 orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ?.
abstract  List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          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 orderByComparator)
           
 

Methods in com.liferay.portlet.social.service.persistence with parameters of type SocialActivityAchievement
static void SocialActivityAchievementUtil.cacheResult(SocialActivityAchievement socialActivityAchievement)
          Caches the social activity achievement in the entity cache if it is enabled.
abstract  void SocialActivityAchievementPersistence.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)
           
static SocialActivityAchievement SocialActivityAchievementUtil.updateImpl(SocialActivityAchievement socialActivityAchievement)
           
abstract  SocialActivityAchievement SocialActivityAchievementPersistence.updateImpl(SocialActivityAchievement socialActivityAchievement)
           
 

Method parameters in com.liferay.portlet.social.service.persistence with type arguments of type SocialActivityAchievement
static void SocialActivityAchievementUtil.cacheResult(List<SocialActivityAchievement> socialActivityAchievements)
          Caches the social activity achievements in the entity cache if it is enabled.
abstract  void SocialActivityAchievementPersistence.cacheResult(List<SocialActivityAchievement> socialActivityAchievements)
          Caches the social activity achievements in the entity cache if it is enabled.
 


Liferay 6.2.0