Liferay 7.0-ce-b7 portal-impl

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

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

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

Subclasses of PortletItemModelImpl in com.liferay.portal.model.impl
 class PortletItemBaseImpl
          The extended model base implementation for the PortletItem service.
 class PortletItemImpl
           
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type PortletItemModelImpl
protected  void PortletItemPersistenceImpl.cacheUniqueFindersCache(PortletItemModelImpl portletItemModelImpl, boolean isNew)
           
protected  void PortletItemPersistenceImpl.clearUniqueFindersCache(PortletItemModelImpl portletItemModelImpl)
           
 


Liferay 7.0-ce-b7 portal-impl