Liferay 6.0-ee

Uses of Interface
com.liferay.portal.model.PortletItemModel

Packages that use PortletItemModel
com.liferay.portal.model   
com.liferay.portal.model.impl   
 

Uses of PortletItemModel in com.liferay.portal.model
 

Subinterfaces of PortletItemModel in com.liferay.portal.model
 interface PortletItem
          The model interface for the PortletItem service.
 

Classes in com.liferay.portal.model that implement PortletItemModel
 class PortletItemWrapper
           This class is a wrapper for PortletItem.
 

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

Classes in com.liferay.portal.model.impl that implement PortletItemModel
 class PortletItemImpl
           
 class PortletItemModelImpl
          The base model implementation for the PortletItem service.
 


Liferay 6.0-ee