Web Dynpro API Documentation

com.sap.tc.webdynpro.progmodel.repository
Interface IWDEventBindingInfo

All Superinterfaces:
com.sap.tc.cmi.model.ICMIGenericModelClass, com.sap.tc.cmi.model.ICMIModelClass, IWDRepositoryModelClass
All Known Subinterfaces:
IWDNavigationTargetReferenceInfo

public interface IWDEventBindingInfo
extends IWDRepositoryModelClass

Interface of progmodel repository model class "IWDEventBindingInfo". Copyright (c) 2002 - 2003. SAP AG


Method Summary
 int countOfParametersMappings()
          Determine number of elements in 1:n aggregation ParametersMappings.
 IWDParameterMappingInfo findInParametersMappings(java.lang.String name)
          Getter for element with given name in 1:n aggregation ParametersMappings.
 IWDParameterMappingInfo getParameterMapping(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by findInParametersMappings(String). The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006.
 int getParameterMappingCount()
          Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfParametersMappings(). The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006.
 java.util.Collection getParametersMappings()
          Getter for 1:n aggregation ParametersMappings.
 boolean hasInParametersMappings(IWDParameterMappingInfo o)
          Checks whether there is an element with the given name in 1:n aggregation ParametersMappings.
 boolean hasInParametersMappings(java.lang.String name)
          Checks whether there is an element with the given name in 1:n aggregation ParametersMappings.
 boolean hasParameterMapping(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by hasInParametersMappings(...) methods. The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006.
 
Methods inherited from interface com.sap.tc.webdynpro.repository.api.IWDRepositoryModelClass
createRelatedModelObject, createRelatedModelObject, deleteRelatedModelObject, getAttributeValue, getName, getParent, getPersonalizationObject, getRepositoryModel, getRepositoryRoot, isVersionableModelObject, setAttributeValue
 
Methods inherited from interface com.sap.tc.cmi.model.ICMIGenericModelClass
addRelatedModelObject, associatedModelClassInfo, getAttributeValue, getRelatedModelObject, getRelatedModelObjects, removeRelatedModelObject, setAttributeValue, setRelatedModelObject, setRelatedModelObjects
 
Methods inherited from interface com.sap.tc.cmi.model.ICMIModelClass
associatedModel
 

Method Detail

getParametersMappings

public java.util.Collection getParametersMappings()
Getter for 1:n aggregation ParametersMappings.
Returns:
java.util.Collection containing elements of the Relation Role

countOfParametersMappings

public int countOfParametersMappings()
Determine number of elements in 1:n aggregation ParametersMappings.

getParameterMappingCount

public int getParameterMappingCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfParametersMappings(). The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006.

Determine number of elements in 1:n aggregation ParametersMappings.

getParameterMapping

public IWDParameterMappingInfo getParameterMapping(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInParametersMappings(String). The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006.

Getter for element with given name in 1:n aggregation ParametersMappings.

hasParameterMapping

public boolean hasParameterMapping(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInParametersMappings(...) methods. The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006.

Checks whether there is an element with the given name in 1:n aggregation ParametersMappings.

hasInParametersMappings

public boolean hasInParametersMappings(IWDParameterMappingInfo o)
Checks whether there is an element with the given name in 1:n aggregation ParametersMappings.

findInParametersMappings

public IWDParameterMappingInfo findInParametersMappings(java.lang.String name)
Getter for element with given name in 1:n aggregation ParametersMappings.

hasInParametersMappings

public boolean hasInParametersMappings(java.lang.String name)
Checks whether there is an element with the given name in 1:n aggregation ParametersMappings.

Web Dynpro API Documentation

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