com.sapportals.portal.appintegrator.lookup
Class SystemLookup

java.lang.Object
  |
  +--com.sapportals.portal.appintegrator.lookup.SystemLookup
All Implemented Interfaces:
ILookupValidValues

public class SystemLookup
extends java.lang.Object
implements ILookupValidValues

Version:
$Revision: #1 $.

Constructor Summary
SystemLookup()
           
 
Method Summary
 java.util.Enumeration getValidValues(com.sapportals.portal.prt.component.IPortalComponentRequest request)
          Returns an enumeration of valid values for the given parameter name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemLookup

public SystemLookup()
Method Detail

getValidValues

public java.util.Enumeration getValidValues(com.sapportals.portal.prt.component.IPortalComponentRequest request)
Description copied from interface: ILookupValidValues
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.
Specified by:
getValidValues in interface ILookupValidValues
See Also:
ILookupValidValues.getValidValues(IPortalComponentRequest)