Liferay 6.0-ee

Uses of Class
com.liferay.portal.NoSuchResourceCodeException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchResourceCodeException
static ResourceCode ResourceCodeUtil.findByC_N_S(long companyId, String name, int scope)
          Finds the resource code where companyId = ? and name = ? and scope = ? or throws a NoSuchResourceCodeException if it could not be found.
 ResourceCode ResourceCodePersistence.findByC_N_S(long companyId, String name, int scope)
          Finds the resource code where companyId = ? and name = ? and scope = ? or throws a NoSuchResourceCodeException if it could not be found.
 ResourceCode ResourceCodePersistenceImpl.findByC_N_S(long companyId, String name, int scope)
          Finds the resource code where companyId = ? and name = ? and scope = ? or throws a NoSuchResourceCodeException if it could not be found.
static ResourceCode ResourceCodeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first resource code in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first resource code in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first resource code in the ordered set where companyId = ?.
static ResourceCode ResourceCodeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last resource code in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last resource code in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last resource code in the ordered set where companyId = ?.
static ResourceCode[] ResourceCodeUtil.findByCompanyId_PrevAndNext(long codeId, long companyId, OrderByComparator orderByComparator)
          Finds the resource codes before and after the current resource code in the ordered set where companyId = ?.
 ResourceCode[] ResourceCodePersistence.findByCompanyId_PrevAndNext(long codeId, long companyId, OrderByComparator orderByComparator)
          Finds the resource codes before and after the current resource code in the ordered set where companyId = ?.
 ResourceCode[] ResourceCodePersistenceImpl.findByCompanyId_PrevAndNext(long codeId, long companyId, OrderByComparator orderByComparator)
          Finds the resource codes before and after the current resource code in the ordered set where companyId = ?.
static ResourceCode ResourceCodeUtil.findByName_First(String name, OrderByComparator orderByComparator)
          Finds the first resource code in the ordered set where name = ?.
 ResourceCode ResourceCodePersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Finds the first resource code in the ordered set where name = ?.
 ResourceCode ResourceCodePersistenceImpl.findByName_First(String name, OrderByComparator orderByComparator)
          Finds the first resource code in the ordered set where name = ?.
static ResourceCode ResourceCodeUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Finds the last resource code in the ordered set where name = ?.
 ResourceCode ResourceCodePersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Finds the last resource code in the ordered set where name = ?.
 ResourceCode ResourceCodePersistenceImpl.findByName_Last(String name, OrderByComparator orderByComparator)
          Finds the last resource code in the ordered set where name = ?.
static ResourceCode[] ResourceCodeUtil.findByName_PrevAndNext(long codeId, String name, OrderByComparator orderByComparator)
          Finds the resource codes before and after the current resource code in the ordered set where name = ?.
 ResourceCode[] ResourceCodePersistence.findByName_PrevAndNext(long codeId, String name, OrderByComparator orderByComparator)
          Finds the resource codes before and after the current resource code in the ordered set where name = ?.
 ResourceCode[] ResourceCodePersistenceImpl.findByName_PrevAndNext(long codeId, String name, OrderByComparator orderByComparator)
          Finds the resource codes before and after the current resource code in the ordered set where name = ?.
static ResourceCode ResourceCodeUtil.findByPrimaryKey(long codeId)
          Finds the resource code with the primary key or throws a NoSuchResourceCodeException if it could not be found.
 ResourceCode ResourceCodePersistence.findByPrimaryKey(long codeId)
          Finds the resource code with the primary key or throws a NoSuchResourceCodeException if it could not be found.
 ResourceCode ResourceCodePersistenceImpl.findByPrimaryKey(long codeId)
          Finds the resource code with the primary key or throws a NoSuchResourceCodeException if it could not be found.
static ResourceCode ResourceCodeUtil.remove(long codeId)
          Removes the resource code with the primary key from the database.
 ResourceCode ResourceCodePersistence.remove(long codeId)
          Removes the resource code with the primary key from the database.
 ResourceCode ResourceCodePersistenceImpl.remove(long codeId)
          Removes the resource code with the primary key from the database.
static void ResourceCodeUtil.removeByC_N_S(long companyId, String name, int scope)
          Removes the resource code where companyId = ? and name = ? and scope = ? from the database.
 void ResourceCodePersistence.removeByC_N_S(long companyId, String name, int scope)
          Removes the resource code where companyId = ? and name = ? and scope = ? from the database.
 void ResourceCodePersistenceImpl.removeByC_N_S(long companyId, String name, int scope)
          Removes the resource code where companyId = ? and name = ? and scope = ? from the database.
 


Liferay 6.0-ee