com.liferay.client.soap.portal.service.http
Interface LayoutSetServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_LayoutSetServiceSoapBindingImpl, Portal_LayoutSetServiceSoapBindingStub

public interface LayoutSetServiceSoap
extends java.rmi.Remote


Method Summary
 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)
           
 

Method Detail

updateLookAndFeel

LayoutSetSoap updateLookAndFeel(long groupId,
                                boolean privateLayout,
                                java.lang.String themeId,
                                java.lang.String colorSchemeId,
                                java.lang.String css,
                                boolean wapTheme)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateSettings

LayoutSetSoap updateSettings(long groupId,
                             boolean privateLayout,
                             java.lang.String settings)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateVirtualHost

LayoutSetSoap updateVirtualHost(long groupId,
                                boolean privateLayout,
                                java.lang.String virtualHost)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException