Liferay 6.2-ce-ga5

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

Packages that use LayoutPrototypeService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of LayoutPrototypeService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement LayoutPrototypeService
 class LayoutPrototypeServiceWrapper
          Provides a wrapper for LayoutPrototypeService.
 

Methods in com.liferay.portal.service that return LayoutPrototypeService
static LayoutPrototypeService LayoutPrototypeServiceUtil.getService()
           
 LayoutPrototypeService LayoutPrototypeServiceWrapper.getWrappedLayoutPrototypeService()
          Deprecated. As of 6.1.0, replaced by LayoutPrototypeServiceWrapper.getWrappedService()
 LayoutPrototypeService LayoutPrototypeServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutPrototypeService
 void LayoutPrototypeServiceUtil.setService(LayoutPrototypeService service)
          Deprecated. As of 6.2.0
 void LayoutPrototypeServiceWrapper.setWrappedLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
          Deprecated. As of 6.1.0, replaced by LayoutPrototypeServiceWrapper.setWrappedService(com.liferay.portal.service.LayoutPrototypeService)
 void LayoutPrototypeServiceWrapper.setWrappedService(LayoutPrototypeService layoutPrototypeService)
           
 

Constructors in com.liferay.portal.service with parameters of type LayoutPrototypeService
LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
           
 


Liferay 6.2-ce-ga5