Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiThemeManager


public interface EbiThemeManager

An interface for the Theme Manager.


Method Summary
 EbiThemeInfo getThemeInfo(EbiPortalContext context, String themeID)
          Gets a theme information object that provides persistent theme information.
 EbiThemeInfo[] getThemeInfoList(EbiPortalContext context)
          Gets the list of available themes.
 

Method Detail

getThemeInfo

public EbiThemeInfo getThemeInfo(EbiPortalContext context,
                                 String themeID)
                          throws EboUnrecoverableSystemException
Gets a theme information object that provides persistent theme information.
Parameters:
context - A context object that contains session/user information.
themeID - The name of the specified theme.
Returns:
an EbiThemeInfo object.

getThemeInfoList

public EbiThemeInfo[] getThemeInfoList(EbiPortalContext context)
                                throws EboUnrecoverableSystemException
Gets the list of available themes.
Parameters:
context - A portal context object that contains session/user information.
Returns:
an array of EbiThemeInfo objects.

Novell exteNd
Director 5.2 API