Liferay 6.0.5

Uses of Class
com.liferay.portlet.social.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
static SocialActivity SocialActivityUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where classNameId = ? and classPK = ?.
static SocialActivity[] SocialActivityUtil.findByC_C_PrevAndNext(long activityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity[] SocialActivityPersistence.findByC_C_PrevAndNext(long activityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity[] SocialActivityPersistenceImpl.findByC_C_PrevAndNext(long activityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where classNameId = ?.
static SocialActivity SocialActivityUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where classNameId = ?.
static SocialActivity[] SocialActivityUtil.findByClassNameId_PrevAndNext(long activityId, long classNameId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where classNameId = ?.
 SocialActivity[] SocialActivityPersistence.findByClassNameId_PrevAndNext(long activityId, long classNameId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where classNameId = ?.
 SocialActivity[] SocialActivityPersistenceImpl.findByClassNameId_PrevAndNext(long activityId, long classNameId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where classNameId = ?.
static SocialActivity SocialActivityUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where companyId = ?.
static SocialActivity SocialActivityUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where companyId = ?.
static SocialActivity[] SocialActivityUtil.findByCompanyId_PrevAndNext(long activityId, long companyId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where companyId = ?.
 SocialActivity[] SocialActivityPersistence.findByCompanyId_PrevAndNext(long activityId, long companyId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where companyId = ?.
 SocialActivity[] SocialActivityPersistenceImpl.findByCompanyId_PrevAndNext(long activityId, long companyId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where companyId = ?.
static SocialActivity SocialActivityUtil.findByG_U_CD_C_C_T_R(long groupId, long userId, long createDate, long classNameId, long classPK, int type, long receiverUserId)
          Finds 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.findByG_U_CD_C_C_T_R(long groupId, long userId, long createDate, long classNameId, long classPK, int type, long receiverUserId)
          Finds 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 SocialActivityPersistenceImpl.findByG_U_CD_C_C_T_R(long groupId, long userId, long createDate, long classNameId, long classPK, int type, long receiverUserId)
          Finds 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.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where groupId = ?.
static SocialActivity SocialActivityUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where groupId = ?.
static SocialActivity[] SocialActivityUtil.findByGroupId_PrevAndNext(long activityId, long groupId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where groupId = ?.
 SocialActivity[] SocialActivityPersistence.findByGroupId_PrevAndNext(long activityId, long groupId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where groupId = ?.
 SocialActivity[] SocialActivityPersistenceImpl.findByGroupId_PrevAndNext(long activityId, long groupId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where groupId = ?.
static SocialActivity SocialActivityUtil.findByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.findByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistenceImpl.findByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first 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 orderByComparator)
          Finds the last 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 orderByComparator)
          Finds the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistenceImpl.findByM_C_C_Last(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last 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 orderByComparator)
          Finds the social activities before and after the current 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 orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialActivity[] SocialActivityPersistenceImpl.findByM_C_C_PrevAndNext(long activityId, long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.findByMirrorActivityId(long mirrorActivityId)
          Finds the social activity where mirrorActivityId = ? or throws a NoSuchActivityException if it could not be found.
 SocialActivity SocialActivityPersistence.findByMirrorActivityId(long mirrorActivityId)
          Finds the social activity where mirrorActivityId = ? or throws a NoSuchActivityException if it could not be found.
 SocialActivity SocialActivityPersistenceImpl.findByMirrorActivityId(long mirrorActivityId)
          Finds the social activity where mirrorActivityId = ? or throws a NoSuchActivityException if it could not be found.
static SocialActivity SocialActivityUtil.findByPrimaryKey(long activityId)
          Finds the social activity with the primary key or throws a NoSuchActivityException if it could not be found.
 SocialActivity SocialActivityPersistence.findByPrimaryKey(long activityId)
          Finds the social activity with the primary key or throws a NoSuchActivityException if it could not be found.
 SocialActivity SocialActivityPersistenceImpl.findByPrimaryKey(long activityId)
          Finds the social activity with the primary key or throws a NoSuchActivityException if it could not be found.
static SocialActivity SocialActivityUtil.findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistence.findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where receiverUserId = ?.
static SocialActivity SocialActivityUtil.findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistence.findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where receiverUserId = ?.
static SocialActivity[] SocialActivityUtil.findByReceiverUserId_PrevAndNext(long activityId, long receiverUserId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where receiverUserId = ?.
 SocialActivity[] SocialActivityPersistence.findByReceiverUserId_PrevAndNext(long activityId, long receiverUserId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where receiverUserId = ?.
 SocialActivity[] SocialActivityPersistenceImpl.findByReceiverUserId_PrevAndNext(long activityId, long receiverUserId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where receiverUserId = ?.
static SocialActivity SocialActivityUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first social activity in the ordered set where userId = ?.
static SocialActivity SocialActivityUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last social activity in the ordered set where userId = ?.
static SocialActivity[] SocialActivityUtil.findByUserId_PrevAndNext(long activityId, long userId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where userId = ?.
 SocialActivity[] SocialActivityPersistence.findByUserId_PrevAndNext(long activityId, long userId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where userId = ?.
 SocialActivity[] SocialActivityPersistenceImpl.findByUserId_PrevAndNext(long activityId, long userId, OrderByComparator orderByComparator)
          Finds the social activities before and after the current social activity in the ordered set where userId = ?.
static SocialActivity SocialActivityUtil.remove(long activityId)
          Removes the social activity with the primary key from the database.
 SocialActivity SocialActivityPersistence.remove(long activityId)
          Removes the social activity with the primary key from the database.
 SocialActivity SocialActivityPersistenceImpl.remove(long activityId)
          Removes the social activity with the primary key from the database.
static void 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.
 void 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.
 void SocialActivityPersistenceImpl.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 void SocialActivityUtil.removeByMirrorActivityId(long mirrorActivityId)
          Removes the social activity where mirrorActivityId = ? from the database.
 void SocialActivityPersistence.removeByMirrorActivityId(long mirrorActivityId)
          Removes the social activity where mirrorActivityId = ? from the database.
 void SocialActivityPersistenceImpl.removeByMirrorActivityId(long mirrorActivityId)
          Removes the social activity where mirrorActivityId = ? from the database.
 


Liferay 6.0.5