Liferay 6.0.3

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)
           
 Account AccountPersistence.findByPrimaryKey(long accountId)
           
 Account AccountPersistenceImpl.findByPrimaryKey(long accountId)
           
static Account AccountUtil.remove(long accountId)
           
 Account AccountPersistence.remove(long accountId)
           
 Account AccountPersistenceImpl.remove(long accountId)
           
 


Liferay 6.0.3