Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchResourceException

Packages that use NoSuchResourceException
com.liferay.portal.service.persistence   
 

Uses of NoSuchResourceException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchResourceException
static Resource ResourceUtil.findByC_P(long codeId, String primKey)
          Finds the resource where codeId = ? and primKey = ? or throws a NoSuchResourceException if it could not be found.
 Resource ResourcePersistence.findByC_P(long codeId, String primKey)
          Finds the resource where codeId = ? and primKey = ? or throws a NoSuchResourceException if it could not be found.
 Resource ResourcePersistenceImpl.findByC_P(long codeId, String primKey)
          Finds the resource where codeId = ? and primKey = ? or throws a NoSuchResourceException if it could not be found.
static Resource ResourceUtil.findByCodeId_First(long codeId, OrderByComparator orderByComparator)
          Finds the first resource in the ordered set where codeId = ?.
 Resource ResourcePersistence.findByCodeId_First(long codeId, OrderByComparator orderByComparator)
          Finds the first resource in the ordered set where codeId = ?.
 Resource ResourcePersistenceImpl.findByCodeId_First(long codeId, OrderByComparator orderByComparator)
          Finds the first resource in the ordered set where codeId = ?.
static Resource ResourceUtil.findByCodeId_Last(long codeId, OrderByComparator orderByComparator)
          Finds the last resource in the ordered set where codeId = ?.
 Resource ResourcePersistence.findByCodeId_Last(long codeId, OrderByComparator orderByComparator)
          Finds the last resource in the ordered set where codeId = ?.
 Resource ResourcePersistenceImpl.findByCodeId_Last(long codeId, OrderByComparator orderByComparator)
          Finds the last resource in the ordered set where codeId = ?.
static Resource[] ResourceUtil.findByCodeId_PrevAndNext(long resourceId, long codeId, OrderByComparator orderByComparator)
          Finds the resources before and after the current resource in the ordered set where codeId = ?.
 Resource[] ResourcePersistence.findByCodeId_PrevAndNext(long resourceId, long codeId, OrderByComparator orderByComparator)
          Finds the resources before and after the current resource in the ordered set where codeId = ?.
 Resource[] ResourcePersistenceImpl.findByCodeId_PrevAndNext(long resourceId, long codeId, OrderByComparator orderByComparator)
          Finds the resources before and after the current resource in the ordered set where codeId = ?.
static Resource ResourceUtil.findByPrimaryKey(long resourceId)
          Finds the resource with the primary key or throws a NoSuchResourceException if it could not be found.
 Resource ResourcePersistence.findByPrimaryKey(long resourceId)
          Finds the resource with the primary key or throws a NoSuchResourceException if it could not be found.
 Resource ResourcePersistenceImpl.findByPrimaryKey(long resourceId)
          Finds the resource with the primary key or throws a NoSuchResourceException if it could not be found.
static Resource ResourceUtil.remove(long resourceId)
          Removes the resource with the primary key from the database.
 Resource ResourcePersistence.remove(long resourceId)
          Removes the resource with the primary key from the database.
 Resource ResourcePersistenceImpl.remove(long resourceId)
          Removes the resource with the primary key from the database.
static void ResourceUtil.removeByC_P(long codeId, String primKey)
          Removes the resource where codeId = ? and primKey = ? from the database.
 void ResourcePersistence.removeByC_P(long codeId, String primKey)
          Removes the resource where codeId = ? and primKey = ? from the database.
 void ResourcePersistenceImpl.removeByC_P(long codeId, String primKey)
          Removes the resource where codeId = ? and primKey = ? from the database.
 


Liferay 6.0.5