Liferay 6.2-ce-ga5

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

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

Subinterfaces of CountryModel in com.liferay.portal.model
 interface Country
          The extended model interface for the Country service.
 

Classes in com.liferay.portal.model that implement CountryModel
 class CountryWrapper
           This class is a wrapper for Country.
 

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

Classes in com.liferay.portal.model.impl that implement CountryModel
 class CountryBaseImpl
          The extended model base implementation for the Country service.
 class CountryImpl
           
 class CountryModelImpl
          The base model implementation for the Country service.
 


Liferay 6.2-ce-ga5