|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchResourceCodeException | |
---|---|
com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
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)
Returns 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)
Returns 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)
Returns 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)
Returns the first resource code in the ordered set where companyId = ?. |
ResourceCode |
ResourceCodePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first resource code in the ordered set where companyId = ?. |
ResourceCode |
ResourceCodePersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first resource code in the ordered set where companyId = ?. |
static ResourceCode |
ResourceCodeUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last resource code in the ordered set where companyId = ?. |
ResourceCode |
ResourceCodePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last resource code in the ordered set where companyId = ?. |
ResourceCode |
ResourceCodePersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last resource code in the ordered set where companyId = ?. |
static ResourceCode[] |
ResourceCodeUtil.findByCompanyId_PrevAndNext(long codeId,
long companyId,
OrderByComparator orderByComparator)
Returns 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)
Returns 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)
Returns 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)
Returns the first resource code in the ordered set where name = ?. |
ResourceCode |
ResourceCodePersistence.findByName_First(String name,
OrderByComparator orderByComparator)
Returns the first resource code in the ordered set where name = ?. |
ResourceCode |
ResourceCodePersistenceImpl.findByName_First(String name,
OrderByComparator orderByComparator)
Returns the first resource code in the ordered set where name = ?. |
static ResourceCode |
ResourceCodeUtil.findByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last resource code in the ordered set where name = ?. |
ResourceCode |
ResourceCodePersistence.findByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last resource code in the ordered set where name = ?. |
ResourceCode |
ResourceCodePersistenceImpl.findByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last resource code in the ordered set where name = ?. |
static ResourceCode[] |
ResourceCodeUtil.findByName_PrevAndNext(long codeId,
String name,
OrderByComparator orderByComparator)
Returns 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)
Returns 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)
Returns the resource codes before and after the current resource code in the ordered set where name = ?. |
static ResourceCode |
ResourceCodeUtil.findByPrimaryKey(long codeId)
Returns the resource code with the primary key or throws a NoSuchResourceCodeException if it could not be found. |
ResourceCode |
ResourceCodePersistence.findByPrimaryKey(long codeId)
Returns the resource code with the primary key or throws a NoSuchResourceCodeException if it could not be found. |
ResourceCode |
ResourceCodePersistenceImpl.findByPrimaryKey(long codeId)
Returns 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. |
ResourceCode |
ResourceCodePersistenceImpl.remove(Serializable primaryKey)
Removes the resource code with the primary key from the database. |
static ResourceCode |
ResourceCodeUtil.removeByC_N_S(long companyId,
String name,
int scope)
Removes the resource code where companyId = ? and name = ? and scope = ? from the database. |
ResourceCode |
ResourceCodePersistence.removeByC_N_S(long companyId,
String name,
int scope)
Removes the resource code where companyId = ? and name = ? and scope = ? from the database. |
ResourceCode |
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.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |