Liferay 6.2.0

com.liferay.portal.kernel.util
Interface ThemeFactory


public interface ThemeFactory


Method Summary
abstract  Theme getDefaultRegularTheme(long companyId)
           
abstract  String getDefaultRegularThemeId(long companyId)
           
abstract  Theme getDefaultWapTheme(long companyId)
           
abstract  String getDefaultWapThemeId(long companyId)
           
abstract  Theme getTheme()
           
abstract  Theme getTheme(String themeId)
           
abstract  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.0