Liferay 7.0-ce-b7 portal-impl

Uses of Class
com.liferay.portal.model.impl.CountryModelImpl

Packages that use CountryModelImpl
com.liferay.portal.model.impl   
com.liferay.portal.service.persistence.impl   
 

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

Subclasses of CountryModelImpl in com.liferay.portal.model.impl
 class CountryBaseImpl
          The extended model base implementation for the Country service.
 class CountryImpl
           
 

Uses of CountryModelImpl in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type CountryModelImpl
protected  void CountryPersistenceImpl.cacheUniqueFindersCache(CountryModelImpl countryModelImpl, boolean isNew)
           
protected  void CountryPersistenceImpl.clearUniqueFindersCache(CountryModelImpl countryModelImpl)
           
 


Liferay 7.0-ce-b7 portal-impl