Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchAccountException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchAccountException
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.findByPrimaryKey(long accountId)
          Returns the account with the primary key or throws a NoSuchAccountException if it could not be found.
 Account AccountPersistenceImpl.findByPrimaryKey(long accountId)
          Returns the account with the primary key or throws a NoSuchAccountException if it could not be found.
static Account AccountUtil.remove(long accountId)
          Removes the account with the primary key from the database.
 Account AccountPersistence.remove(long accountId)
          Removes the account with the primary key from the database.
 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 6.1.2-ce-ga3