@ProviderType public class LayoutSetServiceWrapper extends java.lang.Object implements LayoutSetService, ServiceWrapper<LayoutSetService>
LayoutSetService.LayoutSetService| Constructor and Description |
|---|
LayoutSetServiceWrapper(LayoutSetService layoutSetService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
LayoutSetService |
getWrappedLayoutSetService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
LayoutSetService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedLayoutSetService(LayoutSetService layoutSetService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.LayoutSetService) |
void |
setWrappedService(LayoutSetService layoutSetService) |
void |
updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
java.lang.String layoutSetPrototypeUuid)
Updates the state of the layout set prototype link.
|
void |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes) |
void |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.File file) |
void |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.InputStream inputStream) |
void |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.InputStream inputStream,
boolean cleanUpStream) |
LayoutSet |
updateLookAndFeel(long groupId,
boolean privateLayout,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String css,
boolean wapTheme) |
LayoutSet |
updateSettings(long groupId,
boolean privateLayout,
java.lang.String settings) |
LayoutSet |
updateVirtualHost(long groupId,
boolean privateLayout,
java.lang.String virtualHost) |
public LayoutSetServiceWrapper(LayoutSetService layoutSetService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface LayoutSetServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface LayoutSetServicebeanIdentifier - the Spring bean ID for this beanpublic void updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
java.lang.String layoutSetPrototypeUuid)
throws PortalException,
SystemException
Important: Setting
layoutSetPrototypeLinkEnabled to true and
layoutSetPrototypeUuid to null when the layout
set prototype's current uuid is null will result in an
IllegalStateException.
updateLayoutSetPrototypeLinkEnabled in interface LayoutSetServicegroupId - the primary key of the groupprivateLayout - whether the layout set is private to the grouplayoutSetPrototypeLinkEnabled - whether the layout set prototype is
link enabledlayoutSetPrototypeUuid - the uuid of the layout set prototype to
link withPortalException - if a portal exception occurredSystemException - if a system exception occurredpublic void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes)
throws PortalException,
SystemException
updateLogo in interface LayoutSetServicePortalExceptionSystemExceptionpublic void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.File file)
throws PortalException,
SystemException
updateLogo in interface LayoutSetServicePortalExceptionSystemExceptionpublic void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.InputStream inputStream)
throws PortalException,
SystemException
updateLogo in interface LayoutSetServicePortalExceptionSystemExceptionpublic void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.InputStream inputStream,
boolean cleanUpStream)
throws PortalException,
SystemException
updateLogo in interface LayoutSetServicePortalExceptionSystemExceptionpublic LayoutSet updateLookAndFeel(long groupId, boolean privateLayout, java.lang.String themeId, java.lang.String colorSchemeId, java.lang.String css, boolean wapTheme) throws PortalException, SystemException
updateLookAndFeel in interface LayoutSetServicePortalExceptionSystemExceptionpublic LayoutSet updateSettings(long groupId, boolean privateLayout, java.lang.String settings) throws PortalException, SystemException
updateSettings in interface LayoutSetServicePortalExceptionSystemExceptionpublic LayoutSet updateVirtualHost(long groupId, boolean privateLayout, java.lang.String virtualHost) throws PortalException, SystemException
updateVirtualHost in interface LayoutSetServicePortalExceptionSystemExceptionpublic LayoutSetService getWrappedLayoutSetService()
getWrappedService()public void setWrappedLayoutSetService(LayoutSetService layoutSetService)
setWrappedService(com.liferay.portal.service.LayoutSetService)public LayoutSetService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutSetService>public void setWrappedService(LayoutSetService layoutSetService)
setWrappedService in interface ServiceWrapper<LayoutSetService>