Liferay 7.0-ce-b4

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

Packages that use LayoutRevisionService
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. 
com.liferay.portlet.exportimport.service.base   
 

Uses of LayoutRevisionService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement LayoutRevisionService
 class LayoutRevisionServiceWrapper
          Provides a wrapper for LayoutRevisionService.
 

Methods in com.liferay.portal.service that return LayoutRevisionService
static LayoutRevisionService LayoutRevisionServiceUtil.getService()
           
 LayoutRevisionService LayoutRevisionServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutRevisionService
 void LayoutRevisionServiceWrapper.setWrappedService(LayoutRevisionService layoutRevisionService)
           
 

Constructors in com.liferay.portal.service with parameters of type LayoutRevisionService
LayoutRevisionServiceWrapper(LayoutRevisionService layoutRevisionService)
           
 

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

Classes in com.liferay.portal.service.base that implement LayoutRevisionService
 class LayoutRevisionServiceBaseImpl
          Provides the base implementation for the layout revision remote service.
 

Fields in com.liferay.portal.service.base declared as LayoutRevisionService
protected  LayoutRevisionService LayoutRevisionServiceBaseImpl.layoutRevisionService
           
protected  LayoutRevisionService LayoutSetBranchServiceBaseImpl.layoutRevisionService
           
protected  LayoutRevisionService LayoutBranchServiceBaseImpl.layoutRevisionService
           
 

Methods in com.liferay.portal.service.base that return LayoutRevisionService
 LayoutRevisionService LayoutRevisionServiceBaseImpl.getLayoutRevisionService()
          Returns the layout revision remote service.
 LayoutRevisionService LayoutSetBranchServiceBaseImpl.getLayoutRevisionService()
          Returns the layout revision remote service.
 LayoutRevisionService LayoutBranchServiceBaseImpl.getLayoutRevisionService()
          Returns the layout revision remote service.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutRevisionService
 void LayoutRevisionServiceBaseImpl.setLayoutRevisionService(LayoutRevisionService layoutRevisionService)
          Sets the layout revision remote service.
 void LayoutSetBranchServiceBaseImpl.setLayoutRevisionService(LayoutRevisionService layoutRevisionService)
          Sets the layout revision remote service.
 void LayoutBranchServiceBaseImpl.setLayoutRevisionService(LayoutRevisionService layoutRevisionService)
          Sets the layout revision remote service.
 

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

Classes in com.liferay.portal.service.impl that implement LayoutRevisionService
 class LayoutRevisionServiceImpl
           
 

Uses of LayoutRevisionService in com.liferay.portlet.exportimport.service.base
 

Fields in com.liferay.portlet.exportimport.service.base declared as LayoutRevisionService
protected  LayoutRevisionService StagingServiceBaseImpl.layoutRevisionService
           
 

Methods in com.liferay.portlet.exportimport.service.base that return LayoutRevisionService
 LayoutRevisionService StagingServiceBaseImpl.getLayoutRevisionService()
          Returns the layout revision remote service.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type LayoutRevisionService
 void StagingServiceBaseImpl.setLayoutRevisionService(LayoutRevisionService layoutRevisionService)
          Sets the layout revision remote service.
 


Liferay 7.0-ce-b4