Liferay 6.0-ee-sp2

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

Packages that use LayoutSetPrototypeService
com.liferay.portal.service   
 

Uses of LayoutSetPrototypeService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement LayoutSetPrototypeService
 class LayoutSetPrototypeServiceWrapper
           This class is a wrapper for LayoutSetPrototypeService.
 

Methods in com.liferay.portal.service that return LayoutSetPrototypeService
static LayoutSetPrototypeService LayoutSetPrototypeServiceUtil.getService()
           
 LayoutSetPrototypeService LayoutSetPrototypeServiceWrapper.getWrappedLayoutSetPrototypeService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutSetPrototypeService
 void LayoutSetPrototypeServiceUtil.setService(LayoutSetPrototypeService service)
           
 void LayoutSetPrototypeServiceWrapper.setWrappedLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
           
 

Constructors in com.liferay.portal.service with parameters of type LayoutSetPrototypeService
LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
           
 


Liferay 6.0-ee-sp2