Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchResourceException

Packages that use NoSuchResourceException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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)
          Returns the resource where codeId = ? and primKey = ? or throws a NoSuchResourceException if it could not be found.
 Resource ResourcePersistence.findByC_P(long codeId, String primKey)
          Returns 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)
          Returns the first resource in the ordered set where codeId = ?.
 Resource ResourcePersistence.findByCodeId_First(long codeId, OrderByComparator orderByComparator)
          Returns the first resource in the ordered set where codeId = ?.
static Resource ResourceUtil.findByCodeId_Last(long codeId, OrderByComparator orderByComparator)
          Returns the last resource in the ordered set where codeId = ?.
 Resource ResourcePersistence.findByCodeId_Last(long codeId, OrderByComparator orderByComparator)
          Returns the last resource in the ordered set where codeId = ?.
static Resource[] ResourceUtil.findByCodeId_PrevAndNext(long resourceId, long codeId, OrderByComparator orderByComparator)
          Returns the resources before and after the current resource in the ordered set where codeId = ?.
 Resource[] ResourcePersistence.findByCodeId_PrevAndNext(long resourceId, long codeId, OrderByComparator orderByComparator)
          Returns the resources before and after the current resource in the ordered set where codeId = ?.
static Resource ResourceUtil.findByPrimaryKey(long resourceId)
          Returns the resource with the primary key or throws a NoSuchResourceException if it could not be found.
 Resource ResourcePersistence.findByPrimaryKey(long resourceId)
          Returns the resource with the primary key or throws a NoSuchResourceException if it could not be found.
static Resource ResourceUtil.findByPrimKey_First(String primKey, OrderByComparator orderByComparator)
          Returns the first resource in the ordered set where primKey = ?.
 Resource ResourcePersistence.findByPrimKey_First(String primKey, OrderByComparator orderByComparator)
          Returns the first resource in the ordered set where primKey = ?.
static Resource ResourceUtil.findByPrimKey_Last(String primKey, OrderByComparator orderByComparator)
          Returns the last resource in the ordered set where primKey = ?.
 Resource ResourcePersistence.findByPrimKey_Last(String primKey, OrderByComparator orderByComparator)
          Returns the last resource in the ordered set where primKey = ?.
static Resource[] ResourceUtil.findByPrimKey_PrevAndNext(long resourceId, String primKey, OrderByComparator orderByComparator)
          Returns the resources before and after the current resource in the ordered set where primKey = ?.
 Resource[] ResourcePersistence.findByPrimKey_PrevAndNext(long resourceId, String primKey, OrderByComparator orderByComparator)
          Returns the resources before and after the current resource in the ordered set where primKey = ?.
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.
static Resource ResourceUtil.removeByC_P(long codeId, String primKey)
          Removes the resource where codeId = ? and primKey = ? from the database.
 Resource ResourcePersistence.removeByC_P(long codeId, String primKey)
          Removes the resource where codeId = ? and primKey = ? from the database.
 


Liferay 6.1.2-ce-ga3