Liferay 6.1.2-ce-ga3

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
 SocialActivity SocialActivityPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator 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 orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator 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 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 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 orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ?.
static SocialActivity SocialActivityUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ?.
static SocialActivity SocialActivityUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ?.
 SocialActivity[] SocialActivityPersistence.findByClassNameId_PrevAndNext(long activityId, long classNameId, OrderByComparator 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 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 orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
static SocialActivity SocialActivityUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where companyId = ?.
static SocialActivity SocialActivityUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where companyId = ?.
 SocialActivity[] SocialActivityPersistence.findByCompanyId_PrevAndNext(long activityId, long companyId, OrderByComparator 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 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 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 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 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 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 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 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 orderByComparator)
          Returns the first social activity in the ordered set where groupId = ?.
static SocialActivity SocialActivityUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where groupId = ?.
static SocialActivity SocialActivityUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where groupId = ?.
 SocialActivity[] SocialActivityPersistence.findByGroupId_PrevAndNext(long activityId, long groupId, OrderByComparator 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 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 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 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 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 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 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 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 orderByComparator)
          Returns the first social activity in the ordered set where receiverUserId = ?.
static SocialActivity SocialActivityUtil.findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistence.findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where receiverUserId = ?.
static SocialActivity SocialActivityUtil.findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where receiverUserId = ?.
 SocialActivity[] SocialActivityPersistence.findByReceiverUserId_PrevAndNext(long activityId, long receiverUserId, OrderByComparator 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 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 orderByComparator)
          Returns the first social activity in the ordered set where userId = ?.
static SocialActivity SocialActivityUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where userId = ?.
static SocialActivity SocialActivityUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where userId = ?.
 SocialActivity[] SocialActivityPersistence.findByUserId_PrevAndNext(long activityId, long userId, OrderByComparator 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 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 6.1.2-ce-ga3