Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.social.NoSuchActivityAchievementException

Packages that use NoSuchActivityAchievementException
com.liferay.portlet.social.service.persistence   
 

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

Methods in com.liferay.portlet.social.service.persistence that throw NoSuchActivityAchievementException
 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_First(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
 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_Last(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
 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_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 = ?.
 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_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.
 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_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
 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_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 = ?.
 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_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 = ?.
 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_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 = ?.
 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_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 = ?.
 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_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.
 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_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
 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_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_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.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 = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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.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 = ?.
 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.findByPrimaryKey(long activityAchievementId)
          Returns the social activity achievement with the primary key or throws a NoSuchActivityAchievementException if it could not be found.
 SocialActivityAchievement SocialActivityAchievementPersistence.remove(long activityAchievementId)
          Removes the social activity achievement with the primary key from the database.
static SocialActivityAchievement SocialActivityAchievementUtil.remove(long activityAchievementId)
          Removes the social activity achievement with the primary key from the database.
 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.removeByG_U_N(long groupId, long userId, String name)
          Removes the social activity achievement where groupId = ? and userId = ? and name = ? from the database.
 


Liferay 6.1.2-ce-ga3