Cool documentation

Uses of Interface
com.sap.tc.col.client.generic.api.IKeyList

Packages that use IKeyList
com.sap.tc.col.client.generic.api   
 

Uses of IKeyList in com.sap.tc.col.client.generic.api
 

Methods in com.sap.tc.col.client.generic.api that return IKeyList
 IKeyList IServiceModule.createKeyList(java.lang.String keyName)
          Creates an empty IKeyList by getting meta data from ServiceModuleDescriptor.
 IKeyList IQuery.getInputKeyList()
          returns the input KeyList, which you can use as input of this Query to define a subset of the result.
 IKeyList IAspect.getKeyList()
          Returns the KeyList of this Aspect
 IKeyList IAction.getInputKeyList()
          returns the input KeyList of this Action
 

Methods in com.sap.tc.col.client.generic.api with parameters of type IKeyList
 IAspect IServiceModule.getAspect(java.lang.String aspectName, IKeyList keyList)
          Creates an IAspect by navigating from Keys of the given KeyList to the targetAspect with given aspectName.
 IAspect IServiceModule.getAspect(java.lang.String aspectName, IKeyList keyList, LockStrategy lockStrategy)
          Creates an IAspect by navigating from Keys of the given KeyList to the targetAspect with given name.
 


Cool documentation

Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:55