Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.AccountPersistence

Packages that use AccountPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
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 AccountPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as AccountPersistence
protected  AccountPersistence GroupServiceBaseImpl.accountPersistence
           
protected  AccountPersistence AccountServiceBaseImpl.accountPersistence
           
protected  AccountPersistence GroupLocalServiceBaseImpl.accountPersistence
           
protected  AccountPersistence CompanyLocalServiceBaseImpl.accountPersistence
           
protected  AccountPersistence CompanyServiceBaseImpl.accountPersistence
           
protected  AccountPersistence AccountLocalServiceBaseImpl.accountPersistence
           
 

Methods in com.liferay.portal.service.base that return AccountPersistence
 AccountPersistence GroupServiceBaseImpl.getAccountPersistence()
          Returns the account persistence.
 AccountPersistence AccountServiceBaseImpl.getAccountPersistence()
          Returns the account persistence.
 AccountPersistence GroupLocalServiceBaseImpl.getAccountPersistence()
          Returns the account persistence.
 AccountPersistence CompanyLocalServiceBaseImpl.getAccountPersistence()
          Returns the account persistence.
 AccountPersistence CompanyServiceBaseImpl.getAccountPersistence()
          Returns the account persistence.
 AccountPersistence AccountLocalServiceBaseImpl.getAccountPersistence()
          Returns the account persistence.
 

Methods in com.liferay.portal.service.base with parameters of type AccountPersistence
 void GroupServiceBaseImpl.setAccountPersistence(AccountPersistence accountPersistence)
          Sets the account persistence.
 void AccountServiceBaseImpl.setAccountPersistence(AccountPersistence accountPersistence)
          Sets the account persistence.
 void GroupLocalServiceBaseImpl.setAccountPersistence(AccountPersistence accountPersistence)
          Sets the account persistence.
 void CompanyLocalServiceBaseImpl.setAccountPersistence(AccountPersistence accountPersistence)
          Sets the account persistence.
 void CompanyServiceBaseImpl.setAccountPersistence(AccountPersistence accountPersistence)
          Sets the account persistence.
 void AccountLocalServiceBaseImpl.setAccountPersistence(AccountPersistence accountPersistence)
          Sets the account persistence.
 

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

Methods in com.liferay.portal.service.persistence that return AccountPersistence
static AccountPersistence AccountUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement AccountPersistence
 class AccountPersistenceImpl
          The persistence implementation for the account service.
 


Liferay 7.0-ce-b4