Liferay 7.0-ga1 portal-impl

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

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

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

Subclasses of ClassNameModelImpl in com.liferay.portal.model.impl
 class ClassNameBaseImpl
          The extended model base implementation for the ClassName service.
 class ClassNameImpl
           
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type ClassNameModelImpl
protected  void ClassNamePersistenceImpl.cacheUniqueFindersCache(ClassNameModelImpl classNameModelImpl, boolean isNew)
           
protected  void ClassNamePersistenceImpl.clearUniqueFindersCache(ClassNameModelImpl classNameModelImpl)
           
 


Liferay 7.0-ga1 portal-impl