public class LayoutSEOEntryServiceWrapper extends java.lang.Object implements LayoutSEOEntryService, com.liferay.portal.kernel.service.ServiceWrapper<LayoutSEOEntryService>
LayoutSEOEntryService.LayoutSEOEntryService| Constructor and Description |
|---|
LayoutSEOEntryServiceWrapper(LayoutSEOEntryService layoutSEOEntryService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutSEOEntryService |
getWrappedService() |
void |
setWrappedService(LayoutSEOEntryService layoutSEOEntryService) |
LayoutSEOEntry |
updateLayoutSEOEntry(long groupId,
boolean privateLayout,
long layoutId,
boolean enabled,
java.util.Map<java.util.Locale,java.lang.String> canonicalURLMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public LayoutSEOEntryServiceWrapper(LayoutSEOEntryService layoutSEOEntryService)
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutSEOEntryServicepublic LayoutSEOEntry updateLayoutSEOEntry(long groupId, boolean privateLayout, long layoutId, boolean enabled, java.util.Map<java.util.Locale,java.lang.String> canonicalURLMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateLayoutSEOEntry in interface LayoutSEOEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutSEOEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutSEOEntryService>public void setWrappedService(LayoutSEOEntryService layoutSEOEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutSEOEntryService>