Liferay 7.0-ce-a3

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. 
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 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)
           
 

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

Classes in com.liferay.portal.service.base that implement LayoutSetPrototypeService
 class LayoutSetPrototypeServiceBaseImpl
          Provides the base implementation for the layout set prototype remote service.
 

Fields in com.liferay.portal.service.base declared as LayoutSetPrototypeService
protected  LayoutSetPrototypeService GroupServiceBaseImpl.layoutSetPrototypeService
           
protected  LayoutSetPrototypeService LayoutServiceBaseImpl.layoutSetPrototypeService
           
protected  LayoutSetPrototypeService LayoutLocalServiceBaseImpl.layoutSetPrototypeService
           
protected  LayoutSetPrototypeService LayoutSetPrototypeServiceBaseImpl.layoutSetPrototypeService
           
protected  LayoutSetPrototypeService GroupLocalServiceBaseImpl.layoutSetPrototypeService
           
protected  LayoutSetPrototypeService CompanyLocalServiceBaseImpl.layoutSetPrototypeService
           
protected  LayoutSetPrototypeService LayoutSetPrototypeLocalServiceBaseImpl.layoutSetPrototypeService
           
protected  LayoutSetPrototypeService CompanyServiceBaseImpl.layoutSetPrototypeService
           
 

Methods in com.liferay.portal.service.base that return LayoutSetPrototypeService
 LayoutSetPrototypeService GroupServiceBaseImpl.getLayoutSetPrototypeService()
          Returns the layout set prototype remote service.
 LayoutSetPrototypeService LayoutServiceBaseImpl.getLayoutSetPrototypeService()
          Returns the layout set prototype remote service.
 LayoutSetPrototypeService LayoutLocalServiceBaseImpl.getLayoutSetPrototypeService()
          Returns the layout set prototype remote service.
 LayoutSetPrototypeService LayoutSetPrototypeServiceBaseImpl.getLayoutSetPrototypeService()
          Returns the layout set prototype remote service.
 LayoutSetPrototypeService GroupLocalServiceBaseImpl.getLayoutSetPrototypeService()
          Returns the layout set prototype remote service.
 LayoutSetPrototypeService CompanyLocalServiceBaseImpl.getLayoutSetPrototypeService()
          Returns the layout set prototype remote service.
 LayoutSetPrototypeService LayoutSetPrototypeLocalServiceBaseImpl.getLayoutSetPrototypeService()
          Returns the layout set prototype remote service.
 LayoutSetPrototypeService CompanyServiceBaseImpl.getLayoutSetPrototypeService()
          Returns the layout set prototype remote service.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutSetPrototypeService
 void GroupServiceBaseImpl.setLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
          Sets the layout set prototype remote service.
 void LayoutServiceBaseImpl.setLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
          Sets the layout set prototype remote service.
 void LayoutLocalServiceBaseImpl.setLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
          Sets the layout set prototype remote service.
 void LayoutSetPrototypeServiceBaseImpl.setLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
          Sets the layout set prototype remote service.
 void GroupLocalServiceBaseImpl.setLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
          Sets the layout set prototype remote service.
 void CompanyLocalServiceBaseImpl.setLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
          Sets the layout set prototype remote service.
 void LayoutSetPrototypeLocalServiceBaseImpl.setLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
          Sets the layout set prototype remote service.
 void CompanyServiceBaseImpl.setLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
          Sets the layout set prototype remote service.
 

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

Classes in com.liferay.portal.service.impl that implement LayoutSetPrototypeService
 class LayoutSetPrototypeServiceImpl
           
 


Liferay 7.0-ce-a3