com.liferay.portal.service.impl
Class LayoutSetServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
      extended bycom.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

Field Summary
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
LayoutSetServiceImpl()
           
 
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 com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetServiceImpl

public LayoutSetServiceImpl()
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 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