Liferay 6.0.5

com.liferay.portal.service
Class LayoutSetServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.LayoutSetServiceWrapper
All Implemented Interfaces:
LayoutSetService

public class LayoutSetServiceWrapper
extends Object
implements LayoutSetService

This class is a wrapper for LayoutSetService.

See Also:
LayoutSetService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
LayoutSetServiceWrapper(LayoutSetService layoutSetService)
           
 
Method Summary
 LayoutSetService getWrappedLayoutSetService()
           
 void updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
 LayoutSet updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetServiceWrapper

public LayoutSetServiceWrapper(LayoutSetService layoutSetService)
Method Detail

updateLogo

public void updateLogo(long groupId,
                       boolean privateLayout,
                       boolean logo,
                       File file)
                throws PortalException,
                       SystemException
Specified by:
updateLogo in interface LayoutSetService
Throws:
PortalException
SystemException

updateLookAndFeel

public LayoutSet updateLookAndFeel(long groupId,
                                   boolean privateLayout,
                                   String themeId,
                                   String colorSchemeId,
                                   String css,
                                   boolean wapTheme)
                            throws PortalException,
                                   SystemException
Specified by:
updateLookAndFeel in interface LayoutSetService
Throws:
PortalException
SystemException

updateSettings

public LayoutSet updateSettings(long groupId,
                                boolean privateLayout,
                                String settings)
                         throws PortalException,
                                SystemException
Specified by:
updateSettings in interface LayoutSetService
Throws:
PortalException
SystemException

updateVirtualHost

public LayoutSet updateVirtualHost(long groupId,
                                   boolean privateLayout,
                                   String virtualHost)
                            throws PortalException,
                                   SystemException
Specified by:
updateVirtualHost in interface LayoutSetService
Throws:
PortalException
SystemException

getWrappedLayoutSetService

public LayoutSetService getWrappedLayoutSetService()

Liferay 6.0.5