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 aNoSuchClassNameExceptionif it could not be found.static ClassNameClassNameUtil.findByPrimaryKey(long classNameId) Returns the class name with the primary key or throws aNoSuchClassNameExceptionif it could not be found.ClassNamePersistence.findByValue(String value) Returns the class name where value = ? or throws aNoSuchClassNameExceptionif it could not be found.static ClassNameClassNameUtil.findByValue(String value) Returns the class name where value = ? or throws aNoSuchClassNameExceptionif it could not be found.ClassNamePersistence.remove(long classNameId) Removes the class name with the primary key from the database.static ClassNameClassNameUtil.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 ClassNameClassNameUtil.removeByValue(String value) Removes the class name where value = ? from the database.