Liferay 6.1.2-ce-ga3

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

Packages that use AddressModel
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 AddressModel in com.liferay.portal.model
 

Subinterfaces of AddressModel in com.liferay.portal.model
 interface Address
          The extended model interface for the Address service.
 

Classes in com.liferay.portal.model that implement AddressModel
 class AddressWrapper
           This class is a wrapper for Address.
 

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

Classes in com.liferay.portal.model.impl that implement AddressModel
 class AddressBaseImpl
          The extended model base implementation for the Address service.
 class AddressImpl
           
 class AddressModelImpl
          The base model implementation for the Address service.
 


Liferay 6.1.2-ce-ga3