Liferay 7.0-ce-b4

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.getWrappedService()
           
 

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

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


Liferay 7.0-ce-b4