Uses of Class
com.liferay.portal.kernel.exception.NoSuchClassNameException
Packages that use NoSuchClassNameException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchClassNameException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchClassNameExceptionModifier and TypeMethodDescriptionClassNamePersistence.findByPrimaryKey
(long classNameId) Returns the class name with the primary key or throws aNoSuchClassNameException
if it could not be found.static ClassName
ClassNameUtil.findByPrimaryKey
(long classNameId) Returns the class name with the primary key or throws aNoSuchClassNameException
if it could not be found.ClassNamePersistence.findByValue
(String value) Returns the class name where value = ? or throws aNoSuchClassNameException
if it could not be found.static ClassName
ClassNameUtil.findByValue
(String value) Returns the class name where value = ? or throws aNoSuchClassNameException
if it could not be found.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.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.