Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class ThemeFactoryUtil

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

public class ThemeFactoryUtil
extends Object


Constructor Summary
ThemeFactoryUtil()
           
 
Method Summary
static Theme getDefaultRegularTheme(long companyId)
           
static String getDefaultRegularThemeId(long companyId)
           
static Theme getDefaultWapTheme(long companyId)
           
static String getDefaultWapThemeId(long companyId)
           
static Theme getTheme()
           
static Theme getTheme(String themeId)
           
static Theme getTheme(String themeId, 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 String getDefaultRegularThemeId(long companyId)
                                       throws SystemException
Throws:
SystemException

getDefaultWapTheme

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

getDefaultWapThemeId

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

getTheme

public static Theme getTheme()

getTheme

public static Theme getTheme(String themeId)

getTheme

public static Theme getTheme(String themeId,
                             String name)

getThemeFactory

public static ThemeFactory getThemeFactory()

setThemeFactory

public void setThemeFactory(ThemeFactory ThemeFactory)

Liferay 6.2-ce-ga5