@ProviderType public class LayoutSetServiceWrapper extends Object implements LayoutSetService, ServiceWrapper<LayoutSetService>
LayoutSetService.LayoutSetService| Constructor and Description |
|---|
LayoutSetServiceWrapper(LayoutSetService layoutSetService) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutSetService |
getWrappedService() |
void |
setWrappedService(LayoutSetService layoutSetService) |
void |
updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
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,
File file) |
void |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream) |
void |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream,
boolean cleanUpStream) |
LayoutSet |
updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css) |
LayoutSet |
updateSettings(long groupId,
boolean privateLayout,
String settings) |
LayoutSet |
updateVirtualHost(long groupId,
boolean privateLayout,
String virtualHost) |
public LayoutSetServiceWrapper(LayoutSetService layoutSetService)
public LayoutSet updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) throws PortalException
updateLookAndFeel in interface LayoutSetServicePortalExceptionpublic LayoutSet updateSettings(long groupId, boolean privateLayout, String settings) throws PortalException
updateSettings in interface LayoutSetServicePortalExceptionpublic LayoutSet updateVirtualHost(long groupId, boolean privateLayout, String virtualHost) throws PortalException
updateVirtualHost in interface LayoutSetServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutSetServicepublic void updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
String layoutSetPrototypeUuid)
throws PortalException
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 withPortalExceptionpublic void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes)
throws PortalException
updateLogo in interface LayoutSetServicePortalExceptionpublic void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
File file)
throws PortalException
updateLogo in interface LayoutSetServicePortalExceptionpublic void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream)
throws PortalException
updateLogo in interface LayoutSetServicePortalExceptionpublic void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream,
boolean cleanUpStream)
throws PortalException
updateLogo in interface LayoutSetServicePortalExceptionpublic LayoutSetService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutSetService>public void setWrappedService(LayoutSetService layoutSetService)
setWrappedService in interface ServiceWrapper<LayoutSetService>