com.liferay.portal.kernel.util
Class ThemeFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.ThemeFactoryUtil

public class ThemeFactoryUtil
extends java.lang.Object

Author:
Harrison Schueler

Constructor Summary
ThemeFactoryUtil()
           
 
Method Summary
static Theme getDefaultRegularTheme(long companyId)
           
static java.lang.String getDefaultRegularThemeId(long companyId)
           
static Theme getDefaultWapTheme(long companyId)
           
static java.lang.String getDefaultWapThemeId(long companyId)
           
static Theme getTheme()
           
static Theme getTheme(java.lang.String themeId)
           
static Theme getTheme(java.lang.String themeId, java.lang.String name)
           
static ThemeFactory getThemeFactory()
           
 void setThemeFactory(ThemeFactory ThemeFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeFactoryUtil

public ThemeFactoryUtil()
Method Detail

getDefaultRegularTheme

public static Theme getDefaultRegularTheme(long companyId)
                                    throws SystemException
Throws:
SystemException

getDefaultRegularThemeId

public static java.lang.String getDefaultRegularThemeId(long companyId)
                                                 throws SystemException
Throws:
SystemException

getDefaultWapTheme

public static Theme getDefaultWapTheme(long companyId)
                                throws SystemException
Throws:
SystemException

getDefaultWapThemeId

public static java.lang.String getDefaultWapThemeId(long companyId)
                                             throws SystemException
Throws:
SystemException

getTheme

public static Theme getTheme()

getTheme

public static Theme getTheme(java.lang.String themeId)

getTheme

public static Theme getTheme(java.lang.String themeId,
                             java.lang.String name)

getThemeFactory

public static ThemeFactory getThemeFactory()

setThemeFactory

public void setThemeFactory(ThemeFactory ThemeFactory)