Class LayoutSEOEntryServiceWrapper

java.lang.Object
com.liferay.layout.seo.service.LayoutSEOEntryServiceWrapper
All Implemented Interfaces:
LayoutSEOEntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<LayoutSEOEntryService>

public class LayoutSEOEntryServiceWrapper extends Object implements LayoutSEOEntryService, com.liferay.portal.kernel.service.ServiceWrapper<LayoutSEOEntryService>
Provides a wrapper for LayoutSEOEntryService.
See Also:
Generated:
  • Constructor Details

    • LayoutSEOEntryServiceWrapper

      public LayoutSEOEntryServiceWrapper()
    • LayoutSEOEntryServiceWrapper

      public LayoutSEOEntryServiceWrapper(LayoutSEOEntryService layoutSEOEntryService)
  • Method Details

    • copyLayoutSEOEntry

      public LayoutSEOEntry copyLayoutSEOEntry(long userId, long groupId, boolean privateLayout, long sourceLayoutId, boolean canonicalURLEnabled, Map<Locale,String> canonicalURLMap, long copyDDMStorageId, boolean openGraphDescriptionEnabled, Map<Locale,String> openGraphDescriptionMap, Map<Locale,String> openGraphImageAltMap, long openGraphImageFileEntryId, boolean openGraphTitleEnabled, Map<Locale,String> openGraphTitleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      copyLayoutSEOEntry in interface LayoutSEOEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface LayoutSEOEntryService
      Returns:
      the OSGi service identifier
    • updateCustomMetaTags

      public LayoutSEOEntry updateCustomMetaTags(long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCustomMetaTags in interface LayoutSEOEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutSEOEntry

      public LayoutSEOEntry updateLayoutSEOEntry(long groupId, boolean privateLayout, long layoutId, boolean canonicalURLEnabled, Map<Locale,String> canonicalURLMap, boolean openGraphDescriptionEnabled, Map<Locale,String> openGraphDescriptionMap, Map<Locale,String> openGraphImageAltMap, long openGraphImageFileEntryId, boolean openGraphTitleEnabled, Map<Locale,String> openGraphTitleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateLayoutSEOEntry in interface LayoutSEOEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutSEOEntry

      public LayoutSEOEntry updateLayoutSEOEntry(long groupId, boolean privateLayout, long layoutId, boolean openGraphDescriptionEnabled, Map<Locale,String> openGraphDescriptionMap, Map<Locale,String> openGraphImageAltMap, long openGraphImageFileEntryId, boolean openGraphTitleEnabled, Map<Locale,String> openGraphTitleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateLayoutSEOEntry in interface LayoutSEOEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutSEOEntry

      public LayoutSEOEntry updateLayoutSEOEntry(long groupId, boolean privateLayout, long layoutId, boolean enabledCanonicalURLMap, Map<Locale,String> canonicalURLMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateLayoutSEOEntry in interface LayoutSEOEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public LayoutSEOEntryService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutSEOEntryService>
    • setWrappedService

      public void setWrappedService(LayoutSEOEntryService layoutSEOEntryService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutSEOEntryService>