@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 |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
LayoutRevisionService |
getWrappedLayoutRevisionService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
LayoutRevisionService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
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 java.lang.String getBeanIdentifier()
getBeanIdentifier in interface LayoutRevisionServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface LayoutRevisionServicebeanIdentifier - the Spring bean ID for this beanpublic 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, SystemException
addLayoutRevision in interface LayoutRevisionServicePortalExceptionSystemExceptionpublic LayoutRevisionService getWrappedLayoutRevisionService()
getWrappedService()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>