public class ThemeFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.util.ThemeFactory
| Constructor and Description |
|---|
ThemeFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.model.Theme |
getDefaultRegularTheme(long companyId) |
java.lang.String |
getDefaultRegularThemeId(long companyId) |
com.liferay.portal.model.Theme |
getDefaultWapTheme(long companyId) |
java.lang.String |
getDefaultWapThemeId(long companyId) |
com.liferay.portal.model.Theme |
getTheme() |
com.liferay.portal.model.Theme |
getTheme(java.lang.String themeId) |
com.liferay.portal.model.Theme |
getTheme(java.lang.String themeId,
java.lang.String name) |
public com.liferay.portal.model.Theme getDefaultRegularTheme(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
getDefaultRegularTheme in interface com.liferay.portal.kernel.util.ThemeFactorycom.liferay.portal.kernel.exception.SystemExceptionpublic java.lang.String getDefaultRegularThemeId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
getDefaultRegularThemeId in interface com.liferay.portal.kernel.util.ThemeFactorycom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.model.Theme getDefaultWapTheme(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
getDefaultWapTheme in interface com.liferay.portal.kernel.util.ThemeFactorycom.liferay.portal.kernel.exception.SystemExceptionpublic java.lang.String getDefaultWapThemeId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
getDefaultWapThemeId in interface com.liferay.portal.kernel.util.ThemeFactorycom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.model.Theme getTheme()
getTheme in interface com.liferay.portal.kernel.util.ThemeFactorypublic com.liferay.portal.model.Theme getTheme(java.lang.String themeId)
getTheme in interface com.liferay.portal.kernel.util.ThemeFactorypublic com.liferay.portal.model.Theme getTheme(java.lang.String themeId,
java.lang.String name)
getTheme in interface com.liferay.portal.kernel.util.ThemeFactory