Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiOptionManager


public interface EbiOptionManager

Interface for managine the option definition's access to the resource set.


Method Summary
 EbiOptionInfo getOptionInfo(EbiPortalContext context, String optionID)
          Gets a EbiOptionInfo object.
 EbiOptionInfo getOptionInfo(EbiPortalContext context, String optionID, boolean flush)
          Gets an EbiOptionInfo object.
 EbiOptionInfo[] getOptionInfoList(EbiPortalContext context)
          Gets the list of available options.
 

Method Detail

getOptionInfo

public EbiOptionInfo getOptionInfo(EbiPortalContext context,
                                   String optionID,
                                   boolean flush)
                            throws EboUnrecoverableSystemException
Gets an EbiOptionInfo object.
Parameters:
context - A context.
optionID - An option identifier.
flush - If true the option infomation will flush the cache and get a fresh copy from the resource set.
Returns:
the option information object for the given option ID.
Throws:
EboUnrecoverableSystemException -  

getOptionInfo

public EbiOptionInfo getOptionInfo(EbiPortalContext context,
                                   String optionID)
                            throws EboUnrecoverableSystemException
Gets a EbiOptionInfo object.
Parameters:
context - A context.
optionID - An option identifier.
Returns:
the option information object for the given option ID
Throws:
EboUnrecoverableSystemException -  

getOptionInfoList

public EbiOptionInfo[] getOptionInfoList(EbiPortalContext context)
                                  throws EboUnrecoverableSystemException
Gets the list of available options.
Parameters:
context - A context.
Returns:
list of all available options.
Throws:
EboUnrecoverableSystemException -  

Novell exteNd
Director 5.2 API