Uses of Interface
com.ibm.pim.lookuptable.LookupTable

Packages that use LookupTable
com.ibm.pim.lookuptable   
com.ibm.pim.system   
 

Uses of LookupTable in com.ibm.pim.lookuptable
 

Methods in com.ibm.pim.lookuptable that return LookupTable
 LookupTable LookupTableManager.createLookupTable(LookupSpec spec, java.lang.String name)
          Returns a new lookup table with the given spec and name
 LookupTable LookupTableManager.getLookupTable(java.lang.String lookupTableName)
          Retrieves the latest version of specific LookupTable by name.
 LookupTable LookupTableManager.getLookupTable(java.lang.String lookupTableName, VersionInfo version)
          Retrieves a particular version of a specified LookupTable
 

Methods in com.ibm.pim.lookuptable that return types with arguments of type LookupTable
 java.util.Collection<LookupTable> LookupTableManager.getLookupTables()
          Retrieves all LookupTables available in the current context
 

Uses of LookupTable in com.ibm.pim.system
 

Methods in com.ibm.pim.system with parameters of type LookupTable
 java.lang.String UIHelper.getRichSearchURL(LookupTable lookupTable)
          Returns a String object representing the URL which can be used to render the Rich Search screen on the lookup table.