Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Interface ThemeFactory

All Known Implementing Classes:
ThemeFactoryImpl

public interface ThemeFactory


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)
           
 

Method Detail

getDefaultRegularTheme

Theme getDefaultRegularTheme(long companyId)
                             throws SystemException
Throws:
SystemException

getDefaultRegularThemeId

String getDefaultRegularThemeId(long companyId)
                                throws SystemException
Throws:
SystemException

getDefaultWapTheme

Theme getDefaultWapTheme(long companyId)
                         throws SystemException
Throws:
SystemException

getDefaultWapThemeId

String getDefaultWapThemeId(long companyId)
                            throws SystemException
Throws:
SystemException

getTheme

Theme getTheme()

getTheme

Theme getTheme(String themeId)

getTheme

Theme getTheme(String themeId,
               String name)

Liferay 6.2-ce-ga5