Liferay 6.2-ce-ga5

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
 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.
 


Liferay 6.2-ce-ga5