Liferay 6.2-ce-ga5

com.liferay.portal.util
Class ThemeFactoryImpl

java.lang.Object
  extended by com.liferay.portal.util.ThemeFactoryImpl
All Implemented Interfaces:
ThemeFactory

public class ThemeFactoryImpl
extends Object
implements ThemeFactory


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

Constructor Detail

ThemeFactoryImpl

public ThemeFactoryImpl()
Method Detail

getDefaultRegularTheme

public Theme getDefaultRegularTheme(long companyId)
                             throws SystemException
Specified by:
getDefaultRegularTheme in interface ThemeFactory
Throws:
SystemException

getDefaultRegularThemeId

public String getDefaultRegularThemeId(long companyId)
                                throws SystemException
Specified by:
getDefaultRegularThemeId in interface ThemeFactory
Throws:
SystemException

getDefaultWapTheme

public Theme getDefaultWapTheme(long companyId)
                         throws SystemException
Specified by:
getDefaultWapTheme in interface ThemeFactory
Throws:
SystemException

getDefaultWapThemeId

public String getDefaultWapThemeId(long companyId)
                            throws SystemException
Specified by:
getDefaultWapThemeId in interface ThemeFactory
Throws:
SystemException

getTheme

public Theme getTheme()
Specified by:
getTheme in interface ThemeFactory

getTheme

public Theme getTheme(String themeId)
Specified by:
getTheme in interface ThemeFactory

getTheme

public Theme getTheme(String themeId,
                      String name)
Specified by:
getTheme in interface ThemeFactory

Liferay 6.2-ce-ga5