Liferay 6.0.5

Uses of Class
com.liferay.portlet.asset.NoSuchLinkException

Packages that use NoSuchLinkException
com.liferay.portlet.asset.service.persistence   
 

Uses of NoSuchLinkException in com.liferay.portlet.asset.service.persistence
 

Methods in com.liferay.portlet.asset.service.persistence that throw NoSuchLinkException
static AssetLink AssetLinkUtil.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink[] AssetLinkUtil.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink[] AssetLinkPersistence.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink[] AssetLinkPersistenceImpl.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.findByE_E_T_First(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE_E_T_First(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE_E_T_First(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE_E_T_Last(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE_E_T_Last(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE_E_T_Last(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
static AssetLink[] AssetLinkUtil.findByE_E_T_PrevAndNext(long linkId, long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
 AssetLink[] AssetLinkPersistence.findByE_E_T_PrevAndNext(long linkId, long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
 AssetLink[] AssetLinkPersistenceImpl.findByE_E_T_PrevAndNext(long linkId, long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ?.
static AssetLink[] AssetLinkUtil.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ?.
 AssetLink[] AssetLinkPersistence.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ?.
 AssetLink[] AssetLinkPersistenceImpl.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink[] AssetLinkUtil.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink[] AssetLinkPersistence.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink[] AssetLinkPersistenceImpl.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ?.
static AssetLink[] AssetLinkUtil.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId2 = ?.
 AssetLink[] AssetLinkPersistence.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId2 = ?.
 AssetLink[] AssetLinkPersistenceImpl.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink[] AssetLinkUtil.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink[] AssetLinkPersistence.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink[] AssetLinkPersistenceImpl.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByPrimaryKey(long linkId)
          Finds the asset link with the primary key or throws a NoSuchLinkException if it could not be found.
 AssetLink AssetLinkPersistence.findByPrimaryKey(long linkId)
          Finds the asset link with the primary key or throws a NoSuchLinkException if it could not be found.
 AssetLink AssetLinkPersistenceImpl.findByPrimaryKey(long linkId)
          Finds the asset link with the primary key or throws a NoSuchLinkException if it could not be found.
static AssetLink AssetLinkUtil.remove(long linkId)
          Removes the asset link with the primary key from the database.
 AssetLink AssetLinkPersistence.remove(long linkId)
          Removes the asset link with the primary key from the database.
 AssetLink AssetLinkPersistenceImpl.remove(long linkId)
          Removes the asset link with the primary key from the database.
 


Liferay 6.0.5