Package com.liferay.layout.seo.service
Interface LayoutSEOEntryService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
LayoutSEOEntryServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface LayoutSEOEntryService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for LayoutSEOEntry. 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:
-
Method Summary
Modifier and TypeMethodDescriptioncopyLayoutSEOEntry
(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) Returns the OSGi service identifier.updateCustomMetaTags
(long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.service.ServiceContext serviceContext) 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) updateLayoutSEOEntry
(long groupId, boolean privateLayout, long layoutId, boolean enabledCanonicalURLMap, Map<Locale, String> canonicalURLMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) 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)
-
Method Details
-
copyLayoutSEOEntry
LayoutSEOEntry copyLayoutSEOEntry(long userId, long groupId, boolean privateLayout, long sourceLayoutId, boolean canonicalURLEnabled, Map<Locale, String> canonicalURLMap, long copyDDMStorageId, 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
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCustomMetaTags
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
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
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
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
-