Liferay 6.0-ee

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

Packages that use ContactModel
com.liferay.portal.model   
com.liferay.portal.model.impl   
 

Uses of ContactModel in com.liferay.portal.model
 

Subinterfaces of ContactModel in com.liferay.portal.model
 interface Contact
          The model interface for the Contact service.
 

Classes in com.liferay.portal.model that implement ContactModel
 class ContactWrapper
           This class is a wrapper for Contact.
 

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

Classes in com.liferay.portal.model.impl that implement ContactModel
 class ContactImpl
           
 class ContactModelImpl
          The base model implementation for the Contact service.
 


Liferay 6.0-ee