Uses of Class
com.liferay.social.kernel.exception.NoSuchRelationException
Packages that use NoSuchRelationException
-
Uses of NoSuchRelationException in com.liferay.social.kernel.service.persistence
Methods in com.liferay.social.kernel.service.persistence that throw NoSuchRelationExceptionModifier and TypeMethodDescriptionSocialRelationPersistence.findByC_T_First(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.static SocialRelationSocialRelationUtil.findByC_T_First(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.findByC_T_Last(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.static SocialRelationSocialRelationUtil.findByC_T_Last(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.findByC_T_PrevAndNext(long relationId, long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.static SocialRelation[]SocialRelationUtil.findByC_T_PrevAndNext(long relationId, long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.findByCompanyId_First(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.static SocialRelationSocialRelationUtil.findByCompanyId_First(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.SocialRelationPersistence.findByCompanyId_Last(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.static SocialRelationSocialRelationUtil.findByCompanyId_Last(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.SocialRelationPersistence.findByCompanyId_PrevAndNext(long relationId, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ?.static SocialRelation[]SocialRelationUtil.findByCompanyId_PrevAndNext(long relationId, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ?.SocialRelationPersistence.findByPrimaryKey(long relationId) Returns the social relation with the primary key or throws aNoSuchRelationExceptionif it could not be found.static SocialRelationSocialRelationUtil.findByPrimaryKey(long relationId) Returns the social relation with the primary key or throws aNoSuchRelationExceptionif it could not be found.SocialRelationPersistence.findByType_First(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.static SocialRelationSocialRelationUtil.findByType_First(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.SocialRelationPersistence.findByType_Last(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.static SocialRelationSocialRelationUtil.findByType_Last(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.SocialRelationPersistence.findByType_PrevAndNext(long relationId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where type = ?.static SocialRelation[]SocialRelationUtil.findByType_PrevAndNext(long relationId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where type = ?.SocialRelationPersistence.findByU1_T_First(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.static SocialRelationSocialRelationUtil.findByU1_T_First(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T_Last(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.static SocialRelationSocialRelationUtil.findByU1_T_Last(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T_PrevAndNext(long relationId, long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation[]SocialRelationUtil.findByU1_T_PrevAndNext(long relationId, long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_U2_First(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelationSocialRelationUtil.findByU1_U2_First(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2_Last(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelationSocialRelationUtil.findByU1_U2_Last(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2_PrevAndNext(long relationId, long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation[]SocialRelationUtil.findByU1_U2_PrevAndNext(long relationId, long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2_T(long userId1, long userId2, int type) Returns the social relation where userId1 = ? and userId2 = ? and type = ? or throws aNoSuchRelationExceptionif it could not be found.static SocialRelationSocialRelationUtil.findByU1_U2_T(long userId1, long userId2, int type) Returns the social relation where userId1 = ? and userId2 = ? and type = ? or throws aNoSuchRelationExceptionif it could not be found.SocialRelationPersistence.findByU2_T_First(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.static SocialRelationSocialRelationUtil.findByU2_T_First(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T_Last(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.static SocialRelationSocialRelationUtil.findByU2_T_Last(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T_PrevAndNext(long relationId, long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation[]SocialRelationUtil.findByU2_T_PrevAndNext(long relationId, long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.findByUserId1_First(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.static SocialRelationSocialRelationUtil.findByUserId1_First(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.SocialRelationPersistence.findByUserId1_Last(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.static SocialRelationSocialRelationUtil.findByUserId1_Last(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.SocialRelationPersistence.findByUserId1_PrevAndNext(long relationId, long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ?.static SocialRelation[]SocialRelationUtil.findByUserId1_PrevAndNext(long relationId, long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ?.SocialRelationPersistence.findByUserId2_First(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.static SocialRelationSocialRelationUtil.findByUserId2_First(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.SocialRelationPersistence.findByUserId2_Last(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.static SocialRelationSocialRelationUtil.findByUserId2_Last(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.SocialRelationPersistence.findByUserId2_PrevAndNext(long relationId, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ?.static SocialRelation[]SocialRelationUtil.findByUserId2_PrevAndNext(long relationId, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ?.SocialRelationPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelationSocialRelationUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelationSocialRelationUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C_PrevAndNext(long relationId, String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation[]SocialRelationUtil.findByUuid_C_PrevAndNext(long relationId, String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_First(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.static SocialRelationSocialRelationUtil.findByUuid_First(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.SocialRelationPersistence.findByUuid_Last(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.static SocialRelationSocialRelationUtil.findByUuid_Last(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.SocialRelationPersistence.findByUuid_PrevAndNext(long relationId, String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ?.static SocialRelation[]SocialRelationUtil.findByUuid_PrevAndNext(long relationId, String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ?.SocialRelationPersistence.remove(long relationId) Removes the social relation with the primary key from the database.static SocialRelationSocialRelationUtil.remove(long relationId) Removes the social relation with the primary key from the database.SocialRelationPersistence.removeByU1_U2_T(long userId1, long userId2, int type) Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database.static SocialRelationSocialRelationUtil.removeByU1_U2_T(long userId1, long userId2, int type) Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database.