Liferay 6.2-ce-ga5

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

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

Uses of LayoutSetPrototypeService in com.liferay.portal.service
 

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

Methods in com.liferay.portal.service that return LayoutSetPrototypeService
static LayoutSetPrototypeService LayoutSetPrototypeServiceUtil.getService()
           
 LayoutSetPrototypeService LayoutSetPrototypeServiceWrapper.getWrappedLayoutSetPrototypeService()
          Deprecated. As of 6.1.0, replaced by LayoutSetPrototypeServiceWrapper.getWrappedService()
 LayoutSetPrototypeService LayoutSetPrototypeServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutSetPrototypeService
 void LayoutSetPrototypeServiceUtil.setService(LayoutSetPrototypeService service)
          Deprecated. As of 6.2.0
 void LayoutSetPrototypeServiceWrapper.setWrappedLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
          Deprecated. As of 6.1.0, replaced by LayoutSetPrototypeServiceWrapper.setWrappedService(com.liferay.portal.service.LayoutSetPrototypeService)
 void LayoutSetPrototypeServiceWrapper.setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService)
           
 

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


Liferay 6.2-ce-ga5