Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchClassNameException

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

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.
 ClassName ClassNamePersistenceImpl.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.
 ClassName ClassNamePersistenceImpl.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.
 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.
static ClassName ClassNameUtil.removeByValue(String value)
          Removes the class name where value = ? from the database.
 ClassName ClassNamePersistence.removeByValue(String value)
          Removes the class name where value = ? from the database.
 ClassName ClassNamePersistenceImpl.removeByValue(String value)
          Removes the class name where value = ? from the database.
 


Liferay 6.1.2-ce-ga3