com.sapportals.portal.appintegrator.lookup
Interface ILookupValidValues

All Known Implementing Classes:
SystemLookup

public interface ILookupValidValues

Version:
$Revision: #1 $.

Method Summary
 java.util.Enumeration getValidValues(com.sapportals.portal.prt.component.IPortalComponentRequest request)
          Returns an enumeration of valid values for the given parameter name.
 

Method Detail

getValidValues

public java.util.Enumeration getValidValues(com.sapportals.portal.prt.component.IPortalComponentRequest request)
Returns an enumeration of valid values for the given parameter name. The enumeration can be empty when the calculation of valid values is not possible, but it shouldn't be null.
Parameters:
request - the Portal Component Request
parameter - the name of the parameter
Returns:
an enumeration of valid values for the given parameter.