Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for LayoutPrototypeService.
 

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

Methods in com.liferay.portal.service with parameters of type LayoutPrototypeService
 void LayoutPrototypeServiceUtil.setService(LayoutPrototypeService service)
          Deprecated.  
 void LayoutPrototypeServiceWrapper.setWrappedLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
          Deprecated. Renamed to 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.1.2-ce-ga3