Liferay 6.1.10-ee-ga1

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

Packages that use PhoneModel
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.model.impl   
 

Uses of PhoneModel in com.liferay.portal.model
 

Subinterfaces of PhoneModel in com.liferay.portal.model
 interface Phone
          The extended model interface for the Phone service.
 

Classes in com.liferay.portal.model that implement PhoneModel
 class PhoneWrapper
           This class is a wrapper for Phone.
 

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

Classes in com.liferay.portal.model.impl that implement PhoneModel
 class PhoneBaseImpl
          The extended model base implementation for the Phone service.
 class PhoneImpl
           
 class PhoneModelImpl
          The base model implementation for the Phone service.
 


Liferay 6.1.10-ee-ga1