Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchClassNameException

Packages that use NoSuchClassNameException
com.liferay.portal.service.persistence   
 

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)
          Finds the class name with the primary key or throws a NoSuchClassNameException if it could not be found.
 ClassName ClassNamePersistence.findByPrimaryKey(long classNameId)
          Finds the class name with the primary key or throws a NoSuchClassNameException if it could not be found.
 ClassName ClassNamePersistenceImpl.findByPrimaryKey(long classNameId)
          Finds the class name with the primary key or throws a NoSuchClassNameException if it could not be found.
static ClassName ClassNameUtil.findByValue(String value)
          Finds the class name where value = ? or throws a NoSuchClassNameException if it could not be found.
 ClassName ClassNamePersistence.findByValue(String value)
          Finds the class name where value = ? or throws a NoSuchClassNameException if it could not be found.
 ClassName ClassNamePersistenceImpl.findByValue(String value)
          Finds 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.
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.
 void ClassNamePersistenceImpl.removeByValue(String value)
          Removes the class name where value = ? from the database.
 


Liferay 6.0.5