Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.AccountModel

Packages that use AccountModel
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
 

Uses of AccountModel in com.liferay.portal.model
 

Subinterfaces of AccountModel in com.liferay.portal.model
 interface Account
          The extended model interface for the Account service.
 

Classes in com.liferay.portal.model that implement AccountModel
 class AccountWrapper
           This class is a wrapper for Account.
 

Uses of AccountModel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement AccountModel
 class AccountBaseImpl
          The extended model base implementation for the Account service.
 class AccountImpl
           
 class AccountModelImpl
          The base model implementation for the Account service.
 


Liferay 6.1.2-ce-ga3