Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.PortletItemLocalService

Packages that use PortletItemLocalService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of PortletItemLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement PortletItemLocalService
 class PortletItemLocalServiceWrapper
          Provides a wrapper for PortletItemLocalService.
 

Methods in com.liferay.portal.service that return PortletItemLocalService
static PortletItemLocalService PortletItemLocalServiceUtil.getService()
           
 PortletItemLocalService PortletItemLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PortletItemLocalService
 void PortletItemLocalServiceWrapper.setWrappedService(PortletItemLocalService portletItemLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type PortletItemLocalService
PortletItemLocalServiceWrapper(PortletItemLocalService portletItemLocalService)
           
 

Uses of PortletItemLocalService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement PortletItemLocalService
 class PortletItemLocalServiceBaseImpl
          Provides the base implementation for the portlet item local service.
 

Fields in com.liferay.portal.service.base declared as PortletItemLocalService
protected  PortletItemLocalService PortletPreferencesServiceBaseImpl.portletItemLocalService
           
protected  PortletItemLocalService PortletItemLocalServiceBaseImpl.portletItemLocalService
           
protected  PortletItemLocalService PortletPreferencesLocalServiceBaseImpl.portletItemLocalService
           
 

Methods in com.liferay.portal.service.base that return PortletItemLocalService
 PortletItemLocalService PortletPreferencesServiceBaseImpl.getPortletItemLocalService()
          Returns the portlet item local service.
 PortletItemLocalService PortletItemLocalServiceBaseImpl.getPortletItemLocalService()
          Returns the portlet item local service.
 PortletItemLocalService PortletPreferencesLocalServiceBaseImpl.getPortletItemLocalService()
          Returns the portlet item local service.
 

Methods in com.liferay.portal.service.base with parameters of type PortletItemLocalService
 void PortletPreferencesServiceBaseImpl.setPortletItemLocalService(PortletItemLocalService portletItemLocalService)
          Sets the portlet item local service.
 void PortletItemLocalServiceBaseImpl.setPortletItemLocalService(PortletItemLocalService portletItemLocalService)
          Sets the portlet item local service.
 void PortletPreferencesLocalServiceBaseImpl.setPortletItemLocalService(PortletItemLocalService portletItemLocalService)
          Sets the portlet item local service.
 

Uses of PortletItemLocalService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement PortletItemLocalService
 class PortletItemLocalServiceImpl
           
 


Liferay 7.0-ce-b4