public interface LayoutSetServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
java.lang.String layoutSetPrototypeUuid) |
void |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes) |
LayoutSetSoap |
updateLookAndFeel(long groupId,
boolean privateLayout,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String css,
boolean wapTheme) |
LayoutSetSoap |
updateSettings(long groupId,
boolean privateLayout,
java.lang.String settings) |
LayoutSetSoap |
updateVirtualHost(long groupId,
boolean privateLayout,
java.lang.String virtualHost) |
void updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
java.lang.String layoutSetPrototypeUuid)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionLayoutSetSoap updateLookAndFeel(long groupId, boolean privateLayout, java.lang.String themeId, java.lang.String colorSchemeId, java.lang.String css, boolean wapTheme) throws java.rmi.RemoteException
java.rmi.RemoteExceptionLayoutSetSoap updateSettings(long groupId, boolean privateLayout, java.lang.String settings) throws java.rmi.RemoteException
java.rmi.RemoteExceptionLayoutSetSoap updateVirtualHost(long groupId, boolean privateLayout, java.lang.String virtualHost) throws java.rmi.RemoteException
java.rmi.RemoteException