@ProviderType public class LayoutRevisionServiceWrapper extends java.lang.Object implements LayoutRevisionService, ServiceWrapper<LayoutRevisionService>
LayoutRevisionService.LayoutRevisionService| Constructor and Description |
|---|
LayoutRevisionServiceWrapper(LayoutRevisionService layoutRevisionService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutRevision |
addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String keywords,
java.lang.String robots,
java.lang.String typeSettings,
boolean iconImage,
long iconImageId,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String wapThemeId,
java.lang.String wapColorSchemeId,
java.lang.String css,
ServiceContext serviceContext) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutRevisionService |
getWrappedLayoutRevisionService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
LayoutRevisionService |
getWrappedService() |
void |
setWrappedLayoutRevisionService(LayoutRevisionService layoutRevisionService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.LayoutRevisionService) |
void |
setWrappedService(LayoutRevisionService layoutRevisionService) |
public LayoutRevisionServiceWrapper(LayoutRevisionService layoutRevisionService)
public LayoutRevision addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String keywords, java.lang.String robots, java.lang.String typeSettings, boolean iconImage, long iconImageId, java.lang.String themeId, java.lang.String colorSchemeId, java.lang.String wapThemeId, java.lang.String wapColorSchemeId, java.lang.String css, ServiceContext serviceContext) throws PortalException
addLayoutRevision in interface LayoutRevisionServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutRevisionService@Deprecated public LayoutRevisionService getWrappedLayoutRevisionService()
getWrappedService()@Deprecated public void setWrappedLayoutRevisionService(LayoutRevisionService layoutRevisionService)
setWrappedService(com.liferay.portal.service.LayoutRevisionService)public LayoutRevisionService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutRevisionService>public void setWrappedService(LayoutRevisionService layoutRevisionService)
setWrappedService in interface ServiceWrapper<LayoutRevisionService>