Liferay 6.1.2-ce-ga3

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

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

Subinterfaces of ContactModel in com.liferay.portal.model
 interface Contact
          The extended 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 ContactBaseImpl
          The extended model base implementation for the Contact service.
 class ContactImpl
           
 class ContactModelImpl
          The base model implementation for the Contact service.
 


Liferay 6.1.2-ce-ga3