Liferay 6.0.5

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

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

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

Methods in com.liferay.portlet.asset.service.persistence that throw NoSuchEntryException
static AssetEntry AssetEntryUtil.findByC_C(long classNameId, long classPK)
          Finds the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistence.findByC_C(long classNameId, long classPK)
          Finds the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByC_C(long classNameId, long classPK)
          Finds the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
static AssetEntry AssetEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset entry in the ordered set where companyId = ?.
static AssetEntry[] AssetEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Finds the asset entries before and after the current asset entry in the ordered set where companyId = ?.
 AssetEntry[] AssetEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Finds the asset entries before and after the current asset entry in the ordered set where companyId = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Finds the asset entries before and after the current asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.findByG_CU(long groupId, String classUuid)
          Finds the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistence.findByG_CU(long groupId, String classUuid)
          Finds the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByG_CU(long groupId, String classUuid)
          Finds the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found.
static AssetEntry AssetEntryUtil.findByPrimaryKey(long entryId)
          Finds the asset entry with the primary key or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistence.findByPrimaryKey(long entryId)
          Finds the asset entry with the primary key or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByPrimaryKey(long entryId)
          Finds the asset entry with the primary key or throws a NoSuchEntryException if it could not be found.
static AssetEntry AssetEntryUtil.remove(long entryId)
          Removes the asset entry with the primary key from the database.
 AssetEntry AssetEntryPersistence.remove(long entryId)
          Removes the asset entry with the primary key from the database.
 AssetEntry AssetEntryPersistenceImpl.remove(long entryId)
          Removes the asset entry with the primary key from the database.
static void AssetEntryUtil.removeByC_C(long classNameId, long classPK)
          Removes the asset entry where classNameId = ? and classPK = ? from the database.
 void AssetEntryPersistence.removeByC_C(long classNameId, long classPK)
          Removes the asset entry where classNameId = ? and classPK = ? from the database.
 void AssetEntryPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the asset entry where classNameId = ? and classPK = ? from the database.
static void AssetEntryUtil.removeByG_CU(long groupId, String classUuid)
          Removes the asset entry where groupId = ? and classUuid = ? from the database.
 void AssetEntryPersistence.removeByG_CU(long groupId, String classUuid)
          Removes the asset entry where groupId = ? and classUuid = ? from the database.
 void AssetEntryPersistenceImpl.removeByG_CU(long groupId, String classUuid)
          Removes the asset entry where groupId = ? and classUuid = ? from the database.
 


Liferay 6.0.5