Liferay 7.0-ce-m6

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.documentlibrary.service.base   
com.liferay.portlet.exportimport.service.base   
com.liferay.portlet.flags.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.mobiledevicerules.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.getWrappedLayoutService()
          Deprecated. As of 6.1.0, replaced by LayoutServiceWrapper.getWrappedService()
 LayoutService LayoutServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutService
 void LayoutServiceUtil.setService(LayoutService service)
          Deprecated. As of 6.2.0
 void LayoutServiceWrapper.setWrappedLayoutService(LayoutService layoutService)
          Deprecated. As of 6.1.0, replaced by LayoutServiceWrapper.setWrappedService(com.liferay.portal.service.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 LayoutRevisionLocalServiceBaseImpl.layoutService
           
protected  LayoutService LayoutLocalServiceBaseImpl.layoutService
           
protected  LayoutService RoleLocalServiceBaseImpl.layoutService
           
protected  LayoutService LayoutSetBranchServiceBaseImpl.layoutService
           
protected  LayoutService LayoutServiceBaseImpl.layoutService
           
protected  LayoutService LayoutRevisionServiceBaseImpl.layoutService
           
protected  LayoutService RoleServiceBaseImpl.layoutService
           
protected  LayoutService LayoutSetPrototypeLocalServiceBaseImpl.layoutService
           
protected  LayoutService GroupLocalServiceBaseImpl.layoutService
           
protected  LayoutService UserServiceBaseImpl.layoutService
           
protected  LayoutService LayoutSetPrototypeServiceBaseImpl.layoutService
           
protected  LayoutService LayoutSetLocalServiceBaseImpl.layoutService
           
protected  LayoutService UserLocalServiceBaseImpl.layoutService
           
protected  LayoutService LayoutSetBranchLocalServiceBaseImpl.layoutService
           
protected  LayoutService GroupServiceBaseImpl.layoutService
           
protected  LayoutService UserGroupServiceBaseImpl.layoutService
           
protected  LayoutService LayoutPrototypeLocalServiceBaseImpl.layoutService
           
protected  LayoutService UserGroupLocalServiceBaseImpl.layoutService
           
protected  LayoutService LayoutSetServiceBaseImpl.layoutService
           
protected  LayoutService LayoutPrototypeServiceBaseImpl.layoutService
           
 

Methods in com.liferay.portal.service.base that return LayoutService
 LayoutService LayoutRevisionLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService RoleLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutSetBranchServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutRevisionServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService RoleServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutSetPrototypeLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService GroupLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService UserServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutSetPrototypeServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutSetLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService UserLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutSetBranchLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService GroupServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService UserGroupServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutPrototypeLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService UserGroupLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutSetServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService LayoutPrototypeServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutService
 void LayoutRevisionLocalServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutLocalServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void RoleLocalServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutSetBranchServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutRevisionServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void RoleServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutSetPrototypeLocalServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void GroupLocalServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void UserServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutSetPrototypeServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutSetLocalServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void UserLocalServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutSetBranchLocalServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void GroupServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void UserGroupServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutPrototypeLocalServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void UserGroupLocalServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutSetServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void LayoutPrototypeServiceBaseImpl.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.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as LayoutService
protected  LayoutService DLAppHelperLocalServiceBaseImpl.layoutService
           
protected  LayoutService DLFileRankLocalServiceBaseImpl.layoutService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return LayoutService
 LayoutService DLAppHelperLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService DLFileRankLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 

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

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

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

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

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

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

Fields in com.liferay.portlet.flags.service.base declared as LayoutService
protected  LayoutService FlagsEntryServiceBaseImpl.layoutService
           
 

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

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

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

Fields in com.liferay.portlet.journal.service.base declared as LayoutService
protected  LayoutService JournalContentSearchLocalServiceBaseImpl.layoutService
           
 

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

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

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

Fields in com.liferay.portlet.mobiledevicerules.service.base declared as LayoutService
protected  LayoutService MDRRuleGroupInstanceLocalServiceBaseImpl.layoutService
           
protected  LayoutService MDRRuleGroupInstanceServiceBaseImpl.layoutService
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return LayoutService
 LayoutService MDRRuleGroupInstanceLocalServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 LayoutService MDRRuleGroupInstanceServiceBaseImpl.getLayoutService()
          Returns the layout remote service.
 

Methods in com.liferay.portlet.mobiledevicerules.service.base with parameters of type LayoutService
 void MDRRuleGroupInstanceLocalServiceBaseImpl.setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void MDRRuleGroupInstanceServiceBaseImpl.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 SocialActivityLocalServiceBaseImpl.layoutService
           
protected  LayoutService SocialActivityServiceBaseImpl.layoutService
           
 

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

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


Liferay 7.0-ce-m6