com.liferay.portal.service
Class LayoutSetServiceWrapper
java.lang.Object
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:
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 |
LayoutSetServiceWrapper
public LayoutSetServiceWrapper(LayoutSetService layoutSetService)
updateLogo
public void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateLogo
in interface LayoutSetService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.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.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateLookAndFeel
in interface LayoutSetService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateVirtualHost
public LayoutSet updateVirtualHost(long groupId,
boolean privateLayout,
java.lang.String virtualHost)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateVirtualHost
in interface LayoutSetService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedLayoutSetService
public LayoutSetService getWrappedLayoutSetService()