Liferay 6.0.3

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)
           
 AssetEntry AssetEntryPersistence.findByC_C(long classNameId, long classPK)
           
 AssetEntry AssetEntryPersistenceImpl.findByC_C(long classNameId, long classPK)
           
static AssetEntry AssetEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetEntry AssetEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static AssetEntry AssetEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetEntry AssetEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static AssetEntry[] AssetEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
           
 AssetEntry[] AssetEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
           
 AssetEntry[] AssetEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
           
static AssetEntry AssetEntryUtil.findByG_CU(long groupId, String classUuid)
           
 AssetEntry AssetEntryPersistence.findByG_CU(long groupId, String classUuid)
           
 AssetEntry AssetEntryPersistenceImpl.findByG_CU(long groupId, String classUuid)
           
static AssetEntry AssetEntryUtil.findByPrimaryKey(long entryId)
           
 AssetEntry AssetEntryPersistence.findByPrimaryKey(long entryId)
           
 AssetEntry AssetEntryPersistenceImpl.findByPrimaryKey(long entryId)
           
static AssetEntry AssetEntryUtil.remove(long entryId)
           
 AssetEntry AssetEntryPersistence.remove(long entryId)
           
 AssetEntry AssetEntryPersistenceImpl.remove(long entryId)
           
static void AssetEntryUtil.removeByC_C(long classNameId, long classPK)
           
 void AssetEntryPersistence.removeByC_C(long classNameId, long classPK)
           
 void AssetEntryPersistenceImpl.removeByC_C(long classNameId, long classPK)
           
static void AssetEntryUtil.removeByG_CU(long groupId, String classUuid)
           
 void AssetEntryPersistence.removeByG_CU(long groupId, String classUuid)
           
 void AssetEntryPersistenceImpl.removeByG_CU(long groupId, String classUuid)
           
 


Liferay 6.0.3