Liferay 7.0-ce-b4

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. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of LayoutPrototypeService in com.liferay.portal.service
 

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

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

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

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

Uses of LayoutPrototypeService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement LayoutPrototypeService
 class LayoutPrototypeServiceBaseImpl
          Provides the base implementation for the layout prototype remote service.
 

Fields in com.liferay.portal.service.base declared as LayoutPrototypeService
protected  LayoutPrototypeService GroupServiceBaseImpl.layoutPrototypeService
           
protected  LayoutPrototypeService LayoutServiceBaseImpl.layoutPrototypeService
           
protected  LayoutPrototypeService LayoutPrototypeServiceBaseImpl.layoutPrototypeService
           
protected  LayoutPrototypeService CompanyServiceBaseImpl.layoutPrototypeService
           
 

Methods in com.liferay.portal.service.base that return LayoutPrototypeService
 LayoutPrototypeService GroupServiceBaseImpl.getLayoutPrototypeService()
          Returns the layout prototype remote service.
 LayoutPrototypeService LayoutServiceBaseImpl.getLayoutPrototypeService()
          Returns the layout prototype remote service.
 LayoutPrototypeService LayoutPrototypeServiceBaseImpl.getLayoutPrototypeService()
          Returns the layout prototype remote service.
 LayoutPrototypeService CompanyServiceBaseImpl.getLayoutPrototypeService()
          Returns the layout prototype remote service.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutPrototypeService
 void GroupServiceBaseImpl.setLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
          Sets the layout prototype remote service.
 void LayoutServiceBaseImpl.setLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
          Sets the layout prototype remote service.
 void LayoutPrototypeServiceBaseImpl.setLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
          Sets the layout prototype remote service.
 void CompanyServiceBaseImpl.setLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
          Sets the layout prototype remote service.
 

Uses of LayoutPrototypeService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement LayoutPrototypeService
 class LayoutPrototypeServiceImpl
           
 


Liferay 7.0-ce-b4