Web Dynpro API Documentation

Uses of Interface
com.sap.tc.webdynpro.progmodel.model.api.IWDModel

Packages that use IWDModel
com.sap.tc.webdynpro.modelimpl.dynamicrfc   
com.sap.tc.webdynpro.progmodel.model.api   
 

Uses of IWDModel in com.sap.tc.webdynpro.modelimpl.dynamicrfc
 

Subinterfaces of IWDModel in com.sap.tc.webdynpro.modelimpl.dynamicrfc
 interface IWDDynamicRFCModel
          Provides access to all generic functionality that an Adaptive RFC Model implements.
 

Uses of IWDModel in com.sap.tc.webdynpro.progmodel.model.api
 

Methods in com.sap.tc.webdynpro.progmodel.model.api that return IWDModel
static IWDModel WDModelFactory.getModelInstance(java.lang.Class modelClazz)
          factory method, which returns an instance within the default scope representing a specific model type (param modelClazz) If no instance of type modelClazz exists, a new instance is created and added within the default scope.
static IWDModel WDModelFactory.getModelInstance(java.lang.Class modelClazz, java.lang.String modelInstanceId)
          factory method, which returns an instance within the default scope representing a specific model type (param modelClazz) having the specific name or id (param modelInstanceId) If no instance with the given parameters exists, a new instance is created and added within the default scope keyed by the modelInstanceId Only one instance of a model can exist within a single scope using the same modelInstanceId e.g.
static IWDModel WDModelFactory.getModelInstance(java.lang.Class modelClazz, WDModelScopeType scope)
          factory method, which returns an instance within the scope of the current thread's application instance representing a specific model type (param modelClazz) If no instance of the Class modelClazz within the given scope exists, a new instance is created and added within the given scope.
static IWDModel WDModelFactory.getModelInstance(java.lang.Class modelClazz, WDModelScopeType scope, java.lang.String modelInstanceId)
          factory method, which returns an instance representing: 1) a specific model type (param modelClazz) 2) within the scope as defined by the ModelScope parameter (param scope) 3) having the specific name or id (param modelInstanceId) If no instance with the given parameters exists, a new instance is created and added within the given scope keyed by the modelInstanceId Only one instance of a model can exist within a single scope using the same modelInstanceId e.g.
static IWDModel WDModelFactory.registerModelInstanceInScope(IWDModel modelInstance, WDModelScopeType scope)
          registers a model instance in the appropriate scope.
 

Methods in com.sap.tc.webdynpro.progmodel.model.api with parameters of type IWDModel
static void WDModelFactory.reassignModel(IWDModel model, WDModelScopeType newScope, java.lang.String newInstanceId)
          reassigns an existing model to a new scope and/or instanceId: returns an instance with the new scope and instanceID if a model instance with the new scope and instanceID already exists, a WDModelException is thrown Only one instance of a model can exist within a single scope using the same modelInstanceId
static IWDModel WDModelFactory.registerModelInstanceInScope(IWDModel modelInstance, WDModelScopeType scope)
          registers a model instance in the appropriate scope.
 


Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15