Liferay 7.0-ce-b4

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

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

Uses of LayoutService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement LayoutService
 class LayoutServiceWrapper
          Provides a wrapper for LayoutService.
 

Methods in com.liferay.portal.service that return LayoutService
static LayoutService LayoutServiceUtil.getService()
           
 LayoutService LayoutServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutService
 void LayoutServiceWrapper.setWrappedService(LayoutService layoutService)
           
 

Constructors in com.liferay.portal.service with parameters of type LayoutService
LayoutServiceWrapper(LayoutService layoutService)
           
 

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

Classes in com.liferay.portal.service.base that implement LayoutService
 class LayoutServiceBaseImpl
          Provides the base implementation for the layout remote service.
 

Fields in com.liferay.portal.service.base declared as LayoutService
protected  LayoutService GroupServiceBaseImpl.layoutService
           
protected  LayoutService LayoutServiceBaseImpl.layoutService
           
protected  LayoutService UserServiceBaseImpl.layoutService
           
protected  LayoutService UserGroupServiceBaseImpl.layoutService
           
protected  LayoutService LayoutRevisionServiceBaseImpl.layoutService
           
protected  LayoutService LayoutSetPrototypeServiceBaseImpl.layoutService
           
protected  LayoutService LayoutPrototypeServiceBaseImpl.layoutService
           
protected  LayoutService LayoutSetBranchServiceBaseImpl.layoutService
           
protected  LayoutService LayoutSetServiceBaseImpl.layoutService
           
protected  LayoutService RoleServiceBaseImpl.layoutService
           
 

Methods in com.liferay.portal.service.base that return LayoutService
 LayoutService GroupServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService UserServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService UserGroupServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutRevisionServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutSetPrototypeServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutPrototypeServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutSetBranchServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutSetServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService RoleServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutService
 void GroupServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void UserServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void UserGroupServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutRevisionServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutSetPrototypeServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutPrototypeServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutSetBranchServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutSetServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void RoleServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 

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

Classes in com.liferay.portal.service.impl that implement LayoutService
 class LayoutServiceImpl
          Provides the remote service for accessing, adding, deleting, exporting, importing, scheduling publishing of, and updating layouts.
 

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

Fields in com.liferay.portlet.exportimport.service.base declared as LayoutService
protected  LayoutService ExportImportServiceBaseImpl.layoutService
           
protected  LayoutService StagingServiceBaseImpl.layoutService
           
 

Methods in com.liferay.portlet.exportimport.service.base that return LayoutService
 LayoutService ExportImportServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService StagingServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type LayoutService
 void ExportImportServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void StagingServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 

Uses of LayoutService in com.liferay.portlet.social.service.base
 

Fields in com.liferay.portlet.social.service.base declared as LayoutService
protected  LayoutService SocialActivityServiceBaseImpl.layoutService
           
 

Methods in com.liferay.portlet.social.service.base that return LayoutService
 LayoutService SocialActivityServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 

Methods in com.liferay.portlet.social.service.base with parameters of type LayoutService
 void SocialActivityServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 


Liferay 7.0-ce-b4