Liferay 6.0-ee-sp2

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

Packages that use LayoutPrototypeService
com.liferay.portal.service   
 

Uses of LayoutPrototypeService in com.liferay.portal.service
 

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

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

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

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


Liferay 6.0-ee-sp2