Liferay 7.0-ga1 portal-impl

com.liferay.portal.util
Class ThemeFactoryImpl

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

public class ThemeFactoryImpl
extends Object
implements com.liferay.portal.kernel.util.ThemeFactory


Constructor Summary
ThemeFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.model.Theme getDefaultRegularTheme(long companyId)
           
 String getDefaultRegularThemeId(long companyId)
           
 com.liferay.portal.kernel.model.Theme getTheme()
           
 com.liferay.portal.kernel.model.Theme getTheme(String themeId)
           
 com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.Theme getDefaultRegularTheme(long companyId)
Specified by:
getDefaultRegularTheme in interface com.liferay.portal.kernel.util.ThemeFactory

getDefaultRegularThemeId

public String getDefaultRegularThemeId(long companyId)
Specified by:
getDefaultRegularThemeId in interface com.liferay.portal.kernel.util.ThemeFactory

getTheme

public com.liferay.portal.kernel.model.Theme getTheme()
Specified by:
getTheme in interface com.liferay.portal.kernel.util.ThemeFactory

getTheme

public com.liferay.portal.kernel.model.Theme getTheme(String themeId)
Specified by:
getTheme in interface com.liferay.portal.kernel.util.ThemeFactory

getTheme

public com.liferay.portal.kernel.model.Theme getTheme(String themeId,
                                                      String name)
Specified by:
getTheme in interface com.liferay.portal.kernel.util.ThemeFactory

Liferay 7.0-ga1 portal-impl