Liferay 7.0-ce-b4

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

Packages that use RegionModelImpl
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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

Subclasses of RegionModelImpl in com.liferay.portal.model.impl
 class RegionBaseImpl
          The extended model base implementation for the Region service.
 class RegionImpl
           
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type RegionModelImpl
protected  void RegionPersistenceImpl.cacheUniqueFindersCache(RegionModelImpl regionModelImpl, boolean isNew)
           
protected  void RegionPersistenceImpl.clearUniqueFindersCache(RegionModelImpl regionModelImpl)
           
 


Liferay 7.0-ce-b4