Liferay 6.2.0-ce-rc2

com.liferay.portal.lar
Class ThemeImporter

java.lang.Object
  extended by com.liferay.portal.lar.ThemeImporter

public class ThemeImporter
extends Object


Constructor Summary
ThemeImporter()
           
 
Method Summary
protected  String importTheme(long groupId, boolean privateLayout, long layoutId, InputStream themeZipInputStream)
           
 void importTheme(PortletDataContext portletDataContext, Layout layout)
           
 void importTheme(PortletDataContext portletDataContext, LayoutSet layoutSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeImporter

public ThemeImporter()
Method Detail

importTheme

public void importTheme(PortletDataContext portletDataContext,
                        Layout layout)
                 throws Exception
Throws:
Exception

importTheme

public void importTheme(PortletDataContext portletDataContext,
                        LayoutSet layoutSet)
                 throws Exception
Throws:
Exception

importTheme

protected String importTheme(long groupId,
                             boolean privateLayout,
                             long layoutId,
                             InputStream themeZipInputStream)
                      throws Exception
Throws:
Exception

Liferay 6.2.0-ce-rc2