Liferay 6.2.0

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

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

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

Methods in com.liferay.portlet.social.service.persistence that throw NoSuchActivitySetException
abstract  SocialActivitySet SocialActivitySetPersistence.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
abstract  SocialActivitySet SocialActivitySetPersistence.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
abstract  SocialActivitySet[] SocialActivitySetPersistence.findByC_C_T_PrevAndNext(long activitySetId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivitySet[] SocialActivitySetUtil.findByC_C_T_PrevAndNext(long activitySetId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
abstract  SocialActivitySet SocialActivitySetPersistence.findByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
abstract  SocialActivitySet SocialActivitySetPersistence.findByG_U_C_T_Last(long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByG_U_C_T_Last(long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
abstract  SocialActivitySet[] SocialActivitySetPersistence.findByG_U_C_T_PrevAndNext(long activitySetId, long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
static SocialActivitySet[] SocialActivitySetUtil.findByG_U_C_T_PrevAndNext(long activitySetId, long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
abstract  SocialActivitySet SocialActivitySetPersistence.findByG_U_T_First(long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByG_U_T_First(long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
abstract  SocialActivitySet SocialActivitySetPersistence.findByG_U_T_Last(long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByG_U_T_Last(long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
abstract  SocialActivitySet[] SocialActivitySetPersistence.findByG_U_T_PrevAndNext(long activitySetId, long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
static SocialActivitySet[] SocialActivitySetUtil.findByG_U_T_PrevAndNext(long activitySetId, long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
abstract  SocialActivitySet SocialActivitySetPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ?.
static SocialActivitySet SocialActivitySetUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ?.
abstract  SocialActivitySet SocialActivitySetPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ?.
static SocialActivitySet SocialActivitySetUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ?.
abstract  SocialActivitySet[] SocialActivitySetPersistence.findByGroupId_PrevAndNext(long activitySetId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?.
static SocialActivitySet[] SocialActivitySetUtil.findByGroupId_PrevAndNext(long activitySetId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?.
abstract  SocialActivitySet SocialActivitySetPersistence.findByPrimaryKey(long activitySetId)
          Returns the social activity set with the primary key or throws a NoSuchActivitySetException if it could not be found.
static SocialActivitySet SocialActivitySetUtil.findByPrimaryKey(long activitySetId)
          Returns the social activity set with the primary key or throws a NoSuchActivitySetException if it could not be found.
abstract  SocialActivitySet SocialActivitySetPersistence.findByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
abstract  SocialActivitySet SocialActivitySetPersistence.findByU_C_C_T_Last(long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByU_C_C_T_Last(long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
abstract  SocialActivitySet[] SocialActivitySetPersistence.findByU_C_C_T_PrevAndNext(long activitySetId, long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
static SocialActivitySet[] SocialActivitySetUtil.findByU_C_C_T_PrevAndNext(long activitySetId, long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
abstract  SocialActivitySet SocialActivitySetPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ?.
static SocialActivitySet SocialActivitySetUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ?.
abstract  SocialActivitySet SocialActivitySetPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ?.
static SocialActivitySet SocialActivitySetUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ?.
abstract  SocialActivitySet[] SocialActivitySetPersistence.findByUserId_PrevAndNext(long activitySetId, long userId, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?.
static SocialActivitySet[] SocialActivitySetUtil.findByUserId_PrevAndNext(long activitySetId, long userId, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?.
abstract  SocialActivitySet SocialActivitySetPersistence.remove(long activitySetId)
          Removes the social activity set with the primary key from the database.
static SocialActivitySet SocialActivitySetUtil.remove(long activitySetId)
          Removes the social activity set with the primary key from the database.
 


Liferay 6.2.0