Package | Description |
---|---|
com.liferay.social.kernel.model | |
com.liferay.social.kernel.service |
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.social.kernel.service.persistence |
Modifier and Type | Class and Description |
---|---|
class |
SocialActivityAchievementWrapper
This class is a wrapper for
SocialActivityAchievement . |
Modifier and Type | Field and Description |
---|---|
static Accessor<SocialActivityAchievement,Long> |
SocialActivityAchievement.ACTIVITY_ACHIEVEMENT_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
SocialActivityAchievement |
SocialActivityAchievementWrapper.getWrappedModel() |
SocialActivityAchievement |
SocialActivityAchievementWrapper.toEscapedModel() |
SocialActivityAchievement |
SocialActivityAchievementModel.toEscapedModel() |
SocialActivityAchievement |
SocialActivityAchievementWrapper.toUnescapedModel() |
SocialActivityAchievement |
SocialActivityAchievementModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<SocialActivityAchievement> |
SocialActivityAchievementWrapper.toCacheModel() |
CacheModel<SocialActivityAchievement> |
SocialActivityAchievementModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
SocialActivityAchievementWrapper.compareTo(SocialActivityAchievement socialActivityAchievement) |
int |
SocialActivityAchievementModel.compareTo(SocialActivityAchievement socialActivityAchievement) |
static SocialActivityAchievementSoap |
SocialActivityAchievementSoap.toSoapModel(SocialActivityAchievement model) |
static SocialActivityAchievementSoap[] |
SocialActivityAchievementSoap.toSoapModels(SocialActivityAchievement[] models) |
static SocialActivityAchievementSoap[][] |
SocialActivityAchievementSoap.toSoapModels(SocialActivityAchievement[][] models) |
Modifier and Type | Method and Description |
---|---|
static SocialActivityAchievementSoap[] |
SocialActivityAchievementSoap.toSoapModels(List<SocialActivityAchievement> models) |
Constructor and Description |
---|
SocialActivityAchievementWrapper(SocialActivityAchievement socialActivityAchievement) |
Modifier and Type | Method and Description |
---|---|
SocialActivityAchievement |
SocialActivityAchievementLocalServiceWrapper.addSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Adds the social activity achievement to the database.
|
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.createSocialActivityAchievement(long activityAchievementId)
Creates a new social activity achievement with the primary key.
|
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.deleteSocialActivityAchievement(long activityAchievementId)
Deletes the social activity achievement with the primary key from the database.
|
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(SocialActivityAchievement socialActivityAchievement)
Deletes the social activity achievement from the database.
|
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.fetchSocialActivityAchievement(long activityAchievementId) |
SocialActivityAchievement |
SocialActivityAchievementLocalService.fetchSocialActivityAchievement(long activityAchievementId) |
static SocialActivityAchievement |
SocialActivityAchievementLocalServiceUtil.fetchSocialActivityAchievement(long activityAchievementId) |
SocialActivityAchievement |
SocialActivityAchievementLocalServiceWrapper.fetchUserAchievement(long userId,
long groupId,
String name) |
SocialActivityAchievement |
SocialActivityAchievementLocalService.fetchUserAchievement(long userId,
long groupId,
String name) |
static SocialActivityAchievement |
SocialActivityAchievementLocalServiceUtil.fetchUserAchievement(long userId,
long groupId,
String name) |
SocialActivityAchievement |
SocialActivityAchievementLocalServiceWrapper.getSocialActivityAchievement(long activityAchievementId)
Returns the social activity achievement with the primary key.
|
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.updateSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Updates the social activity achievement in the database or adds it if it does not yet exist.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceWrapper.getGroupAchievements(long groupId) |
List<SocialActivityAchievement> |
SocialActivityAchievementLocalService.getGroupAchievements(long groupId) |
static List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceUtil.getGroupAchievements(long groupId) |
List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceWrapper.getGroupAchievements(long groupId,
String name) |
List<SocialActivityAchievement> |
SocialActivityAchievementLocalService.getGroupAchievements(long groupId,
String name) |
static List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceUtil.getGroupAchievements(long groupId,
String name) |
List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceWrapper.getGroupFirstAchievements(long groupId) |
List<SocialActivityAchievement> |
SocialActivityAchievementLocalService.getGroupFirstAchievements(long groupId) |
static List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceUtil.getGroupFirstAchievements(long groupId) |
List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceWrapper.getSocialActivityAchievements(int start,
int end)
Returns a range of all the social activity achievements.
|
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.getUserAchievements(long userId,
long groupId) |
List<SocialActivityAchievement> |
SocialActivityAchievementLocalService.getUserAchievements(long userId,
long groupId) |
static List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceUtil.getUserAchievements(long userId,
long groupId) |
Modifier and Type | Method and Description |
---|---|
SocialActivityAchievement |
SocialActivityAchievementLocalServiceWrapper.addSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Adds the social activity achievement to the database.
|
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.deleteSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Deletes the social activity achievement from the database.
|
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.updateSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Updates the social activity achievement in the database or adds it if it does not yet exist.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static SocialActivityAchievement |
SocialActivityAchievementUtil.create(long activityAchievementId)
Creates a new social activity achievement with the primary key.
|
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<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
|
SocialActivityAchievement |
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_Last(long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
|
SocialActivityAchievement |
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_N_First(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.
|
SocialActivityAchievement |
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_Last(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement |
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_First(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.
|
SocialActivityAchievement |
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_Last(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
|
SocialActivityAchievement |
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_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. |
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. |
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<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ?.
|
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first 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 = ?.
|
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivityAchievement> 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. |
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<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
|
SocialActivityAchievement |
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_Last(long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement[] |
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_N_First(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.
|
SocialActivityAchievement |
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_Last(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement[] |
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_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 = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement[] |
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_First(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.
|
SocialActivityAchievement |
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_Last(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
|
SocialActivityAchievement |
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_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. |
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<SocialActivityAchievement> orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?.
|
SocialActivityAchievement[] |
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.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ?.
|
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first 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 = ?.
|
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last 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 = ?.
|
SocialActivityAchievement[] |
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.findByPrimaryKey(long activityAchievementId)
Returns the social activity achievement with the primary key or throws a
NoSuchActivityAchievementException if it could not be found. |
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.
|
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.
|
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) |
SocialActivityAchievement |
SocialActivityAchievementPersistence.updateImpl(SocialActivityAchievement socialActivityAchievement) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,SocialActivityAchievement> |
SocialActivityAchievementUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,SocialActivityAchievement> |
SocialActivityAchievementPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findAll()
Returns all the social activity achievements.
|
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.
|
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<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.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 retrieveFromCache)
Returns an ordered range of all the social activity achievements.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findAll(int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.
|
List<SocialActivityAchievement> |
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 = ?.
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_F(long groupId,
boolean firstInGroup,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_F(long groupId,
boolean firstInGroup,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.
|
List<SocialActivityAchievement> |
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 = ?.
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.
|
List<SocialActivityAchievement> |
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 = ?.
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_U_F(long groupId,
long userId,
boolean firstInGroup,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_U_F(long groupId,
long userId,
boolean firstInGroup,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.
|
List<SocialActivityAchievement> |
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 = ?.
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ?.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.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 retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ?.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
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) |
Modifier and Type | Method and Description |
---|---|
static void |
SocialActivityAchievementUtil.cacheResult(SocialActivityAchievement socialActivityAchievement)
Caches the social activity achievement in the entity cache if it is enabled.
|
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) |
SocialActivityAchievement |
SocialActivityAchievementPersistence.updateImpl(SocialActivityAchievement socialActivityAchievement) |
Modifier and Type | Method and Description |
---|---|
static void |
SocialActivityAchievementUtil.cacheResult(List<SocialActivityAchievement> socialActivityAchievements)
Caches the social activity achievements in the entity cache if it is enabled.
|
void |
SocialActivityAchievementPersistence.cacheResult(List<SocialActivityAchievement> socialActivityAchievements)
Caches the social activity achievements in the entity cache if it is enabled.
|
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 = ?.
|
SocialActivityAchievement |
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_Last(long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
|
SocialActivityAchievement |
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_N_First(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.
|
SocialActivityAchievement |
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_Last(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement |
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_First(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.
|
SocialActivityAchievement |
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_Last(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
|
SocialActivityAchievement |
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.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ?.
|
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first 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 = ?.
|
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ?.
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findAll(int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.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 retrieveFromCache)
Returns an ordered range of all the social activity achievements.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findAll(int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements.
|
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 = ?.
|
SocialActivityAchievement |
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_Last(long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement[] |
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 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 = ?.
|
List<SocialActivityAchievement> |
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 = ?.
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_F(long groupId,
boolean firstInGroup,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_F(long groupId,
boolean firstInGroup,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.
|
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 = ?.
|
SocialActivityAchievement |
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_Last(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement[] |
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 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 = ?.
|
List<SocialActivityAchievement> |
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 = ?.
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.
|
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 = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement[] |
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 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 = ?.
|
List<SocialActivityAchievement> |
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 = ?.
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_U_F(long groupId,
long userId,
boolean firstInGroup,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_U_F(long groupId,
long userId,
boolean firstInGroup,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.
|
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 = ?.
|
SocialActivityAchievement |
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_Last(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
|
SocialActivityAchievement |
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_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 = ?.
|
SocialActivityAchievement[] |
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 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 = ?.
|
List<SocialActivityAchievement> |
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 = ?.
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.
|
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ?.
|
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first 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 = ?.
|
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last 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 = ?.
|
SocialActivityAchievement[] |
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 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 = ?.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.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 retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ?.
|
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity achievements where groupId = ?.
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator) |