Liferay 7.0-ce-b8 portal-impl

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

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

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

Subclasses of CompanyModelImpl in com.liferay.portal.model.impl
 class CompanyBaseImpl
          The extended model base implementation for the Company service.
 class CompanyImpl
           
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type CompanyModelImpl
protected  void CompanyPersistenceImpl.cacheUniqueFindersCache(CompanyModelImpl companyModelImpl, boolean isNew)
           
protected  void CompanyPersistenceImpl.clearUniqueFindersCache(CompanyModelImpl companyModelImpl)
           
 


Liferay 7.0-ce-b8 portal-impl