Class LayoutSEOEntryServiceUtil

java.lang.Object
com.liferay.layout.seo.service.LayoutSEOEntryServiceUtil

public class LayoutSEOEntryServiceUtil extends Object
Provides the remote service utility for LayoutSEOEntry. This utility wraps com.liferay.layout.seo.service.impl.LayoutSEOEntryServiceImpl and is an access point for service operations in application layer code running on a remote server. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
See Also:
Generated:
  • Constructor Details

    • LayoutSEOEntryServiceUtil

      public LayoutSEOEntryServiceUtil()
  • Method Details

    • copyLayoutSEOEntry

      public static 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • updateCustomMetaTags

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

      public static 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutSEOEntry

      public static 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutSEOEntry

      public static 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static LayoutSEOEntryService getService()