Liferay 6.0.5

Uses of Class
com.liferay.portlet.social.NoSuchRelationException

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

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

Methods in com.liferay.portlet.social.service.persistence that throw NoSuchRelationException
static SocialRelation SocialRelationUtil.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation SocialRelationUtil.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation[] SocialRelationUtil.findByC_T_PrevAndNext(long relationId, long companyId, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation[] SocialRelationPersistence.findByC_T_PrevAndNext(long relationId, long companyId, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByC_T_PrevAndNext(long relationId, long companyId, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation SocialRelationUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where companyId = ?.
static SocialRelation SocialRelationUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where companyId = ?.
static SocialRelation[] SocialRelationUtil.findByCompanyId_PrevAndNext(long relationId, long companyId, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where companyId = ?.
 SocialRelation[] SocialRelationPersistence.findByCompanyId_PrevAndNext(long relationId, long companyId, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where companyId = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByCompanyId_PrevAndNext(long relationId, long companyId, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where companyId = ?.
static SocialRelation SocialRelationUtil.findByPrimaryKey(long relationId)
          Finds the social relation with the primary key or throws a NoSuchRelationException if it could not be found.
 SocialRelation SocialRelationPersistence.findByPrimaryKey(long relationId)
          Finds the social relation with the primary key or throws a NoSuchRelationException if it could not be found.
 SocialRelation SocialRelationPersistenceImpl.findByPrimaryKey(long relationId)
          Finds the social relation with the primary key or throws a NoSuchRelationException if it could not be found.
static SocialRelation SocialRelationUtil.findByType_First(int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistence.findByType_First(int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByType_First(int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where type = ?.
static SocialRelation SocialRelationUtil.findByType_Last(int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistence.findByType_Last(int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByType_Last(int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where type = ?.
static SocialRelation[] SocialRelationUtil.findByType_PrevAndNext(long relationId, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where type = ?.
 SocialRelation[] SocialRelationPersistence.findByType_PrevAndNext(long relationId, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where type = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByType_PrevAndNext(long relationId, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where type = ?.
static SocialRelation SocialRelationUtil.findByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation[] SocialRelationUtil.findByU1_T_PrevAndNext(long relationId, long userId1, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation[] SocialRelationPersistence.findByU1_T_PrevAndNext(long relationId, long userId1, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByU1_T_PrevAndNext(long relationId, long userId1, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU1_U2_T(long userId1, long userId2, int type)
          Finds the social relation where userId1 = ? and userId2 = ? and type = ? or throws a NoSuchRelationException if it could not be found.
 SocialRelation SocialRelationPersistence.findByU1_U2_T(long userId1, long userId2, int type)
          Finds the social relation where userId1 = ? and userId2 = ? and type = ? or throws a NoSuchRelationException if it could not be found.
 SocialRelation SocialRelationPersistenceImpl.findByU1_U2_T(long userId1, long userId2, int type)
          Finds the social relation where userId1 = ? and userId2 = ? and type = ? or throws a NoSuchRelationException if it could not be found.
static SocialRelation SocialRelationUtil.findByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation[] SocialRelationUtil.findByU2_T_PrevAndNext(long relationId, long userId2, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation[] SocialRelationPersistence.findByU2_T_PrevAndNext(long relationId, long userId2, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByU2_T_PrevAndNext(long relationId, long userId2, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.findByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId1 = ?.
static SocialRelation SocialRelationUtil.findByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.findByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId1 = ?.
static SocialRelation[] SocialRelationUtil.findByUserId1_PrevAndNext(long relationId, long userId1, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId1 = ?.
 SocialRelation[] SocialRelationPersistence.findByUserId1_PrevAndNext(long relationId, long userId1, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId1 = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByUserId1_PrevAndNext(long relationId, long userId1, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId1 = ?.
static SocialRelation SocialRelationUtil.findByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.findByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId2 = ?.
static SocialRelation SocialRelationUtil.findByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.findByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId2 = ?.
static SocialRelation[] SocialRelationUtil.findByUserId2_PrevAndNext(long relationId, long userId2, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId2 = ?.
 SocialRelation[] SocialRelationPersistence.findByUserId2_PrevAndNext(long relationId, long userId2, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId2 = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByUserId2_PrevAndNext(long relationId, long userId2, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId2 = ?.
static SocialRelation SocialRelationUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where uuid = ?.
static SocialRelation SocialRelationUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where uuid = ?.
static SocialRelation[] SocialRelationUtil.findByUuid_PrevAndNext(long relationId, String uuid, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where uuid = ?.
 SocialRelation[] SocialRelationPersistence.findByUuid_PrevAndNext(long relationId, String uuid, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where uuid = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByUuid_PrevAndNext(long relationId, String uuid, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where uuid = ?.
static SocialRelation SocialRelationUtil.remove(long relationId)
          Removes the social relation with the primary key from the database.
 SocialRelation SocialRelationPersistence.remove(long relationId)
          Removes the social relation with the primary key from the database.
 SocialRelation SocialRelationPersistenceImpl.remove(long relationId)
          Removes the social relation with the primary key from the database.
static void SocialRelationUtil.removeByU1_U2_T(long userId1, long userId2, int type)
          Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database.
 void SocialRelationPersistence.removeByU1_U2_T(long userId1, long userId2, int type)
          Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database.
 void SocialRelationPersistenceImpl.removeByU1_U2_T(long userId1, long userId2, int type)
          Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database.
 


Liferay 6.0.5