Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.exception.NoSuchAccountException

Packages that use NoSuchAccountException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchAccountException
 Account AccountPersistence.findByPrimaryKey(long accountId)
          Returns the account with the primary key or throws a NoSuchAccountException if it could not be found.
static Account AccountUtil.findByPrimaryKey(long accountId)
          Returns the account with the primary key or throws a NoSuchAccountException if it could not be found.
 Account AccountPersistence.remove(long accountId)
          Removes the account with the primary key from the database.
static Account AccountUtil.remove(long accountId)
          Removes the account with the primary key from the database.
 

Uses of NoSuchAccountException in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that throw NoSuchAccountException
 Account AccountPersistenceImpl.findByPrimaryKey(long accountId)
          Returns the account with the primary key or throws a NoSuchAccountException if it could not be found.
 Account AccountPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the account with the primary key or throws a NoSuchModelException if it could not be found.
 Account AccountPersistenceImpl.remove(long accountId)
          Removes the account with the primary key from the database.
 Account AccountPersistenceImpl.remove(Serializable primaryKey)
          Removes the account with the primary key from the database.
 


Liferay 7.0-ce-b4