Liferay 7.0-ce-b7 portal-service

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

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

Uses of LayoutPrototypeService in com.liferay.portal.kernel.service
 

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

Methods in com.liferay.portal.kernel.service that return LayoutPrototypeService
static LayoutPrototypeService LayoutPrototypeServiceUtil.getService()
           
 LayoutPrototypeService LayoutPrototypeServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.kernel.service with parameters of type LayoutPrototypeService
 void LayoutPrototypeServiceWrapper.setWrappedService(LayoutPrototypeService layoutPrototypeService)
           
 

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


Liferay 7.0-ce-b7 portal-service