Package com.liferay.layout.seo.service
Class LayoutSEOEntryServiceUtil
java.lang.Object
com.liferay.layout.seo.service.LayoutSEOEntryServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the OSGi service identifier.static LayoutSEOEntryService
static LayoutSEOEntry
updateCustomMetaTags
(long groupId, boolean privateLayout, long layoutId, List<LayoutSEOEntryCustomMetaTagProperty> layoutSEOEntryCustomMetaTagProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) 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) static LayoutSEOEntry
updateLayoutSEOEntry
(long groupId, boolean privateLayout, long layoutId, boolean enabledCanonicalURLMap, Map<Locale, String> canonicalURLMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) 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)
-
Constructor Details
-
LayoutSEOEntryServiceUtil
public LayoutSEOEntryServiceUtil()
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCustomMetaTags
public static LayoutSEOEntry updateCustomMetaTags(long groupId, boolean privateLayout, long layoutId, List<LayoutSEOEntryCustomMetaTagProperty> layoutSEOEntryCustomMetaTagProperties, 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, throws com.liferay.portal.kernel.exception.PortalExceptionString> 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
-
updateLayoutSEOEntry
public static LayoutSEOEntry updateLayoutSEOEntry(long groupId, boolean privateLayout, long layoutId, boolean openGraphDescriptionEnabled, Map<Locale, String> openGraphDescriptionMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> openGraphImageAltMap, long openGraphImageFileEntryId, boolean openGraphTitleEnabled, Map<Locale, String> openGraphTitleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) - 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
-