Liferay 6.1.2-ce-ga3

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

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

Methods in com.liferay.portal.service with parameters of type LayoutSetPrototypeService
 void LayoutSetPrototypeServiceUtil.setService(LayoutSetPrototypeService service)
          Deprecated.  
 void LayoutSetPrototypeServiceWrapper.setWrappedLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
          Deprecated. Renamed to 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.1.2-ce-ga3