Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.social.exception.NoSuchActivityException

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

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

Methods in com.liferay.portlet.social.service.persistence that throw NoSuchActivityException
 SocialActivity SocialActivityPersistence.findByActivitySetId_First(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where activitySetId = ?.
static SocialActivity SocialActivityUtil.findByActivitySetId_First(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where activitySetId = ?.
 SocialActivity SocialActivityPersistence.findByActivitySetId_Last(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where activitySetId = ?.
static SocialActivity SocialActivityUtil.findByActivitySetId_Last(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where activitySetId = ?.
 SocialActivity[] SocialActivityPersistence.findByActivitySetId_PrevAndNext(long activityId, long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where activitySetId = ?.
static SocialActivity[] SocialActivityUtil.findByActivitySetId_PrevAndNext(long activityId, long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where activitySetId = ?.
 SocialActivity SocialActivityPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity[] SocialActivityPersistence.findByC_C_PrevAndNext(long activityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?.
static SocialActivity[] SocialActivityUtil.findByC_C_PrevAndNext(long activityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivity SocialActivityUtil.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivity SocialActivityPersistence.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivity SocialActivityUtil.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivity[] SocialActivityPersistence.findByC_C_T_PrevAndNext(long activityId, long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivity[] SocialActivityUtil.findByC_C_T_PrevAndNext(long activityId, long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivity SocialActivityPersistence.findByClassNameId_First(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ?.
static SocialActivity SocialActivityUtil.findByClassNameId_First(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistence.findByClassNameId_Last(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ?.
static SocialActivity SocialActivityUtil.findByClassNameId_Last(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ?.
 SocialActivity[] SocialActivityPersistence.findByClassNameId_PrevAndNext(long activityId, long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ?.
static SocialActivity[] SocialActivityUtil.findByClassNameId_PrevAndNext(long activityId, long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistence.findByCompanyId_First(long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
static SocialActivity SocialActivityUtil.findByCompanyId_First(long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistence.findByCompanyId_Last(long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where companyId = ?.
static SocialActivity SocialActivityUtil.findByCompanyId_Last(long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where companyId = ?.
 SocialActivity[] SocialActivityPersistence.findByCompanyId_PrevAndNext(long activityId, long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where companyId = ?.
static SocialActivity[] SocialActivityUtil.findByCompanyId_PrevAndNext(long activityId, long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistence.findByG_U_C_C_T_R_First(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static SocialActivity SocialActivityUtil.findByG_U_C_C_T_R_First(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
 SocialActivity SocialActivityPersistence.findByG_U_C_C_T_R_Last(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static SocialActivity SocialActivityUtil.findByG_U_C_C_T_R_Last(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
 SocialActivity[] SocialActivityPersistence.findByG_U_C_C_T_R_PrevAndNext(long activityId, long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static SocialActivity[] SocialActivityUtil.findByG_U_C_C_T_R_PrevAndNext(long activityId, long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
 SocialActivity SocialActivityPersistence.findByG_U_CD_C_C_T_R(long groupId, long userId, long createDate, long classNameId, long classPK, int type, long receiverUserId)
          Returns the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchActivityException if it could not be found.
static SocialActivity SocialActivityUtil.findByG_U_CD_C_C_T_R(long groupId, long userId, long createDate, long classNameId, long classPK, int type, long receiverUserId)
          Returns the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchActivityException if it could not be found.
 SocialActivity SocialActivityPersistence.findByGroupId_First(long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where groupId = ?.
static SocialActivity SocialActivityUtil.findByGroupId_First(long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistence.findByGroupId_Last(long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where groupId = ?.
static SocialActivity SocialActivityUtil.findByGroupId_Last(long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where groupId = ?.
 SocialActivity[] SocialActivityPersistence.findByGroupId_PrevAndNext(long activityId, long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where groupId = ?.
static SocialActivity[] SocialActivityUtil.findByGroupId_PrevAndNext(long activityId, long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistence.findByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.findByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.findByM_C_C_Last(long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.findByM_C_C_Last(long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialActivity[] SocialActivityPersistence.findByM_C_C_PrevAndNext(long activityId, long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
static SocialActivity[] SocialActivityUtil.findByM_C_C_PrevAndNext(long activityId, long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.findByMirrorActivityId(long mirrorActivityId)
          Returns the social activity where mirrorActivityId = ? or throws a NoSuchActivityException if it could not be found.
static SocialActivity SocialActivityUtil.findByMirrorActivityId(long mirrorActivityId)
          Returns the social activity where mirrorActivityId = ? or throws a NoSuchActivityException if it could not be found.
 SocialActivity SocialActivityPersistence.findByPrimaryKey(long activityId)
          Returns the social activity with the primary key or throws a NoSuchActivityException if it could not be found.
static SocialActivity SocialActivityUtil.findByPrimaryKey(long activityId)
          Returns the social activity with the primary key or throws a NoSuchActivityException if it could not be found.
 SocialActivity SocialActivityPersistence.findByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where receiverUserId = ?.
static SocialActivity SocialActivityUtil.findByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistence.findByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where receiverUserId = ?.
static SocialActivity SocialActivityUtil.findByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where receiverUserId = ?.
 SocialActivity[] SocialActivityPersistence.findByReceiverUserId_PrevAndNext(long activityId, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where receiverUserId = ?.
static SocialActivity[] SocialActivityUtil.findByReceiverUserId_PrevAndNext(long activityId, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistence.findByUserId_First(long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where userId = ?.
static SocialActivity SocialActivityUtil.findByUserId_First(long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistence.findByUserId_Last(long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where userId = ?.
static SocialActivity SocialActivityUtil.findByUserId_Last(long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where userId = ?.
 SocialActivity[] SocialActivityPersistence.findByUserId_PrevAndNext(long activityId, long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where userId = ?.
static SocialActivity[] SocialActivityUtil.findByUserId_PrevAndNext(long activityId, long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistence.remove(long activityId)
          Removes the social activity with the primary key from the database.
static SocialActivity SocialActivityUtil.remove(long activityId)
          Removes the social activity with the primary key from the database.
 SocialActivity SocialActivityPersistence.removeByG_U_CD_C_C_T_R(long groupId, long userId, long createDate, long classNameId, long classPK, int type, long receiverUserId)
          Removes the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database.
static SocialActivity SocialActivityUtil.removeByG_U_CD_C_C_T_R(long groupId, long userId, long createDate, long classNameId, long classPK, int type, long receiverUserId)
          Removes the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database.
 SocialActivity SocialActivityPersistence.removeByMirrorActivityId(long mirrorActivityId)
          Removes the social activity where mirrorActivityId = ? from the database.
static SocialActivity SocialActivityUtil.removeByMirrorActivityId(long mirrorActivityId)
          Removes the social activity where mirrorActivityId = ? from the database.
 


Liferay 7.0-ce-b4