Liferay 6.1.2-ce-ga3

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
 AssetLink AssetLinkPersistence.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink[] AssetLinkPersistence.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink[] AssetLinkUtil.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns 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)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE_E_T(long entryId1, long entryId2, int type)
          Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or throws a NoSuchLinkException if it could not be found.
static AssetLink AssetLinkUtil.findByE_E_T(long entryId1, long entryId2, int type)
          Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or throws a NoSuchLinkException if it could not be found.
 AssetLink AssetLinkPersistenceImpl.findByE_E_T(long entryId1, long entryId2, int type)
          Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or throws a NoSuchLinkException if it could not be found.
 AssetLink AssetLinkPersistence.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
 AssetLink[] AssetLinkPersistence.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?.
static AssetLink[] AssetLinkUtil.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Returns 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)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink[] AssetLinkPersistence.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink[] AssetLinkUtil.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
          Returns 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)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
 AssetLink[] AssetLinkPersistence.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?.
static AssetLink[] AssetLinkUtil.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Returns 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)
          Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink[] AssetLinkPersistence.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink[] AssetLinkUtil.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
          Returns 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)
          Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByPrimaryKey(long linkId)
          Returns the asset link with the primary key or throws a NoSuchLinkException if it could not be found.
static AssetLink AssetLinkUtil.findByPrimaryKey(long linkId)
          Returns the asset link with the primary key or throws a NoSuchLinkException if it could not be found.
 AssetLink AssetLinkPersistenceImpl.findByPrimaryKey(long linkId)
          Returns the asset link with the primary key or throws a NoSuchLinkException if it could not be found.
 AssetLink AssetLinkPersistence.remove(long linkId)
          Removes the asset link with the primary key from the database.
static AssetLink AssetLinkUtil.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.
 AssetLink AssetLinkPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset link with the primary key from the database.
 AssetLink AssetLinkPersistence.removeByE_E_T(long entryId1, long entryId2, int type)
          Removes the asset link where entryId1 = ? and entryId2 = ? and type = ? from the database.
static AssetLink AssetLinkUtil.removeByE_E_T(long entryId1, long entryId2, int type)
          Removes the asset link where entryId1 = ? and entryId2 = ? and type = ? from the database.
 AssetLink AssetLinkPersistenceImpl.removeByE_E_T(long entryId1, long entryId2, int type)
          Removes the asset link where entryId1 = ? and entryId2 = ? and type = ? from the database.
 


Liferay 6.1.2-ce-ga3