Liferay 6.0.5

com.liferay.portal.service
Class LayoutSetServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.LayoutSetServiceUtil

public class LayoutSetServiceUtil
extends Object

The utility for the layout set remote service. This utility wraps LayoutSetServiceImpl and is the primary access point for service operations in application layer code running on a remote server.

Never modify this class directly. Add custom service methods to LayoutSetServiceImpl and rerun ServiceBuilder to regenerate this class.

This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.

See Also:
LayoutSetService, LayoutSetServiceBaseImpl, LayoutSetServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
LayoutSetServiceUtil()
           
 
Method Summary
static LayoutSetService getService()
           
 void setService(LayoutSetService service)
           
static void updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
static LayoutSet updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
static LayoutSet updateSettings(long groupId, boolean privateLayout, String settings)
           
static LayoutSet updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetServiceUtil

public LayoutSetServiceUtil()
Method Detail

updateLogo

public static void updateLogo(long groupId,
                              boolean privateLayout,
                              boolean logo,
                              File file)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

updateLookAndFeel

public static LayoutSet updateLookAndFeel(long groupId,
                                          boolean privateLayout,
                                          String themeId,
                                          String colorSchemeId,
                                          String css,
                                          boolean wapTheme)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

updateSettings

public static LayoutSet updateSettings(long groupId,
                                       boolean privateLayout,
                                       String settings)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

updateVirtualHost

public static LayoutSet updateVirtualHost(long groupId,
                                          boolean privateLayout,
                                          String virtualHost)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

getService

public static LayoutSetService getService()

setService

public void setService(LayoutSetService service)

Liferay 6.0.5