Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portal.NoSuchClassNameException

Packages that use NoSuchClassNameException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces and classes. 
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchClassNameException
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.findByPrimaryKey(long classNameId)
          Returns the class name with the primary key 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.findByValue(String value)
          Returns the class name where value = ? or throws a NoSuchClassNameException if it could not be found.
static ClassName ClassNameUtil.remove(long classNameId)
          Removes the class name with the primary key from the database.
 ClassName ClassNamePersistence.remove(long classNameId)
          Removes the class name with the primary key from the database.
static void ClassNameUtil.removeByValue(String value)
          Removes the class name where value = ? from the database.
 void ClassNamePersistence.removeByValue(String value)
          Removes the class name where value = ? from the database.
 


Liferay 6.1.10-ee-ga1