Uses of Class
com.liferay.social.kernel.exception.NoSuchActivityException
Packages that use NoSuchActivityException
-
Uses of NoSuchActivityException in com.liferay.social.kernel.service.persistence
Methods in com.liferay.social.kernel.service.persistence that throw NoSuchActivityExceptionModifier and TypeMethodDescriptionSocialActivityPersistence.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.SocialActivityPersistence.findByC_CN_First
(long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where companyId = ? and classNameId = ?.static SocialActivity
SocialActivityUtil.findByC_CN_First
(long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where companyId = ? and classNameId = ?.SocialActivityPersistence.findByC_CN_Last
(long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where companyId = ? and classNameId = ?.static SocialActivity
SocialActivityUtil.findByC_CN_Last
(long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where companyId = ? and classNameId = ?.SocialActivityPersistence.findByC_CN_PrevAndNext
(long activityId, long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where companyId = ? and classNameId = ?.static SocialActivity[]
SocialActivityUtil.findByC_CN_PrevAndNext
(long activityId, long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where companyId = ? and classNameId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 aNoSuchActivityException
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 aNoSuchActivityException
if it could not be found.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.SocialActivityPersistence.findByMirrorActivityId
(long mirrorActivityId) Returns the social activity where mirrorActivityId = ? or throws aNoSuchActivityException
if it could not be found.static SocialActivity
SocialActivityUtil.findByMirrorActivityId
(long mirrorActivityId) Returns the social activity where mirrorActivityId = ? or throws aNoSuchActivityException
if it could not be found.SocialActivityPersistence.findByPrimaryKey
(long activityId) Returns the social activity with the primary key or throws aNoSuchActivityException
if it could not be found.static SocialActivity
SocialActivityUtil.findByPrimaryKey
(long activityId) Returns the social activity with the primary key or throws aNoSuchActivityException
if it could not be found.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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.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.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.