com.liferay.portal.service.impl
Class LayoutSetLocalServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.LayoutSetLocalServiceBaseImpl
      extended bycom.liferay.portal.service.impl.LayoutSetLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.service.LayoutSetLocalService

public class LayoutSetLocalServiceImpl
extends LayoutSetLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
LayoutSetLocalServiceImpl()
           
 
Method Summary
 com.liferay.portal.model.LayoutSet addLayoutSet(long groupId, boolean privateLayout)
           
 void deleteLayoutSet(long groupId, boolean privateLayout)
           
 com.liferay.portal.model.LayoutSet getLayoutSet(long groupId, boolean privateLayout)
           
 com.liferay.portal.model.LayoutSet getLayoutSet(java.lang.String virtualHost)
           
 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 updatePageCount(long groupId, boolean privateLayout)
           
 com.liferay.portal.model.LayoutSet updateVirtualHost(long groupId, boolean privateLayout, java.lang.String virtualHost)
           
 
Methods inherited from class com.liferay.portal.service.base.LayoutSetLocalServiceBaseImpl
addLayoutSet, dynamicQuery, dynamicQuery, updateLayoutSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetLocalServiceImpl

public LayoutSetLocalServiceImpl()
Method Detail

addLayoutSet

public com.liferay.portal.model.LayoutSet addLayoutSet(long groupId,
                                                       boolean privateLayout)
                                                throws com.liferay.portal.PortalException,
                                                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteLayoutSet

public void deleteLayoutSet(long groupId,
                            boolean privateLayout)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getLayoutSet

public com.liferay.portal.model.LayoutSet getLayoutSet(long groupId,
                                                       boolean privateLayout)
                                                throws com.liferay.portal.PortalException,
                                                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getLayoutSet

public com.liferay.portal.model.LayoutSet getLayoutSet(java.lang.String virtualHost)
                                                throws com.liferay.portal.PortalException,
                                                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateLogo

public void updateLogo(long groupId,
                       boolean privateLayout,
                       boolean logo,
                       java.io.File file)
                throws com.liferay.portal.PortalException,
                       com.liferay.portal.SystemException
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
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updatePageCount

public com.liferay.portal.model.LayoutSet updatePageCount(long groupId,
                                                          boolean privateLayout)
                                                   throws com.liferay.portal.PortalException,
                                                          com.liferay.portal.SystemException
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
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException