|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchClassNameException | |
|---|---|
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| Uses of NoSuchClassNameException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that throw NoSuchClassNameException | |
|---|---|
ClassName |
ClassNamePersistence.findByPrimaryKey(long classNameId)
Returns the class name with the primary key or throws a NoSuchClassNameException if it could not be found. |
static ClassName |
ClassNameUtil.findByPrimaryKey(long classNameId)
Returns the class name with the primary key or throws a NoSuchClassNameException if it could not be found. |
ClassName |
ClassNamePersistence.findByValue(String value)
Returns the class name where value = ? or throws a NoSuchClassNameException if it could not be found. |
static ClassName |
ClassNameUtil.findByValue(String value)
Returns the class name where value = ? or throws a NoSuchClassNameException if it could not be found. |
ClassName |
ClassNamePersistence.remove(long classNameId)
Removes the class name with the primary key from the database. |
static ClassName |
ClassNameUtil.remove(long classNameId)
Removes the class name with the primary key from the database. |
ClassName |
ClassNamePersistence.removeByValue(String value)
Removes the class name where value = ? from the database. |
static ClassName |
ClassNameUtil.removeByValue(String value)
Removes the class name where value = ? from the database. |
| Uses of NoSuchClassNameException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchClassNameException | |
|---|---|
ClassName |
ClassNamePersistenceImpl.findByPrimaryKey(long classNameId)
Returns the class name with the primary key or throws a NoSuchClassNameException if it could not be found. |
ClassName |
ClassNamePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the class name with the primary key or throws a NoSuchModelException if it could not be found. |
ClassName |
ClassNamePersistenceImpl.findByValue(String value)
Returns the class name where value = ? or throws a NoSuchClassNameException if it could not be found. |
ClassName |
ClassNamePersistenceImpl.remove(long classNameId)
Removes the class name with the primary key from the database. |
ClassName |
ClassNamePersistenceImpl.remove(Serializable primaryKey)
Removes the class name with the primary key from the database. |
ClassName |
ClassNamePersistenceImpl.removeByValue(String value)
Removes the class name where value = ? from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||