Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchAccountException

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

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)
          Finds the account with the primary key or throws a NoSuchAccountException if it could not be found.
 Account AccountPersistence.findByPrimaryKey(long accountId)
          Finds the account with the primary key or throws a NoSuchAccountException if it could not be found.
 Account AccountPersistenceImpl.findByPrimaryKey(long accountId)
          Finds 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.
 


Liferay 6.0.5