com.liferay.portal.service.impl
Class LayoutSetServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portal.service.impl.LayoutSetServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.LayoutSetService
- public class LayoutSetServiceImpl
- extends PrincipalBean
- implements com.liferay.portal.service.LayoutSetService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
void |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.File file)
|
com.liferay.portal.model.LayoutSet |
updateLookAndFeel(long groupId,
boolean privateLayout,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String css,
boolean wapTheme)
|
com.liferay.portal.model.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 |
LayoutSetServiceImpl
public LayoutSetServiceImpl()
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 com.liferay.portal.service.LayoutSetService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateLookAndFeel
public com.liferay.portal.model.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 com.liferay.portal.service.LayoutSetService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateVirtualHost
public com.liferay.portal.model.LayoutSet updateVirtualHost(long groupId,
boolean privateLayout,
java.lang.String virtualHost)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateVirtualHost
in interface com.liferay.portal.service.LayoutSetService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException