com.liferay.portal.service
Class LayoutSetServiceWrapper

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

public class LayoutSetServiceWrapper
extends java.lang.Object
implements LayoutSetService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for LayoutSetService.

Author:
Brian Wing Shun Chan
See Also:
LayoutSetService
Generated:

Constructor Summary
LayoutSetServiceWrapper(LayoutSetService layoutSetService)
           
 
Method Summary
 LayoutSetService getWrappedLayoutSetService()
           
 void updateLogo(long groupId, boolean privateLayout, boolean logo, java.io.File file)
           
 LayoutSet updateLookAndFeel(long groupId, boolean privateLayout, java.lang.String themeId, java.lang.String colorSchemeId, java.lang.String css, boolean wapTheme)
           
 LayoutSet updateVirtualHost(long groupId, boolean privateLayout, java.lang.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,
                       java.io.File file)
                throws com.liferay.portal.PortalException,
                       com.liferay.portal.SystemException
Specified by:
updateLogo in interface LayoutSetService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateLookAndFeel

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

updateVirtualHost

public LayoutSet updateVirtualHost(long groupId,
                                   boolean privateLayout,
                                   java.lang.String virtualHost)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Specified by:
updateVirtualHost in interface LayoutSetService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedLayoutSetService

public LayoutSetService getWrappedLayoutSetService()