Package com.liferay.layout.seo.service
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 Summary
Constructors -
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.void
setWrappedService
(LayoutSEOEntryService layoutSEOEntryService) 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)
-
Constructor Details
-
LayoutSEOEntryServiceWrapper
public LayoutSEOEntryServiceWrapper() -
LayoutSEOEntryServiceWrapper
-
-
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, 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) - Specified by:
copyLayoutSEOEntry
in interfaceLayoutSEOEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceLayoutSEOEntryService
- 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 interfaceLayoutSEOEntryService
- 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, 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) - Specified by:
updateLayoutSEOEntry
in interfaceLayoutSEOEntryService
- 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, throws com.liferay.portal.kernel.exception.PortalExceptionString> openGraphImageAltMap, long openGraphImageFileEntryId, boolean openGraphTitleEnabled, Map<Locale, String> openGraphTitleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateLayoutSEOEntry
in interfaceLayoutSEOEntryService
- 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 interfaceLayoutSEOEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<LayoutSEOEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<LayoutSEOEntryService>
-