Liferay 7.0-ga1 portal-impl

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

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

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

Subclasses of RoleModelImpl in com.liferay.portal.model.impl
 class RoleBaseImpl
          The extended model base implementation for the Role service.
 class RoleImpl
           
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type RoleModelImpl
protected  void RolePersistenceImpl.cacheUniqueFindersCache(RoleModelImpl roleModelImpl, boolean isNew)
           
protected  void RolePersistenceImpl.clearUniqueFindersCache(RoleModelImpl roleModelImpl)
           
 


Liferay 7.0-ga1 portal-impl