Web Dynpro API Documentation

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

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

public interface IWDControllerUsageInfo
extends IWDRepositoryModelClass

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


Method Summary
 int countOfContextMappings()
          Determine number of elements in 1:n aggregation ContextMappings.
 IWDContextElementMappingInfo findInContextMappings(java.lang.String name)
          Getter for element with given name in 1:n aggregation ContextMappings.
 IWDComponentUsageInfo getComponentUsage()
          Getter for 1:1 association ComponentUsage.
 IWDContextElementMappingInfo getContextMapping(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by findInContextMappings(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 getContextMappingCount()
          Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfContextMappings(). 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 getContextMappings()
          Getter for 1:n aggregation ContextMappings.
 IWDControllerInfo getUsedController()
          Getter for 1:1 association UsedController.
 boolean hasComponentUsage()
          Checks whether there is an element in 1:1 association ComponentUsage.
 boolean hasContextMapping(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by hasInContextMappings(...) 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.
 boolean hasInContextMappings(IWDContextElementMappingInfo o)
          Checks whether there is an element with the given name in 1:n aggregation ContextMappings.
 boolean hasInContextMappings(java.lang.String name)
          Checks whether there is an element with the given name in 1:n aggregation ContextMappings.
 boolean hasUsedController()
          Checks whether there is an element in 1:1 association UsedController.
 
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

getComponentUsage

public IWDComponentUsageInfo getComponentUsage()
Getter for 1:1 association ComponentUsage.
Returns:
value of the Relation Role

hasComponentUsage

public boolean hasComponentUsage()
Checks whether there is an element in 1:1 association ComponentUsage.

getUsedController

public IWDControllerInfo getUsedController()
Getter for 1:1 association UsedController.
Returns:
value of the Relation Role

hasUsedController

public boolean hasUsedController()
Checks whether there is an element in 1:1 association UsedController.

getContextMappings

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

countOfContextMappings

public int countOfContextMappings()
Determine number of elements in 1:n aggregation ContextMappings.

getContextMappingCount

public int getContextMappingCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfContextMappings(). 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 ContextMappings.

getContextMapping

public IWDContextElementMappingInfo getContextMapping(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInContextMappings(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 ContextMappings.

hasContextMapping

public boolean hasContextMapping(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInContextMappings(...) 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 ContextMappings.

hasInContextMappings

public boolean hasInContextMappings(IWDContextElementMappingInfo o)
Checks whether there is an element with the given name in 1:n aggregation ContextMappings.

findInContextMappings

public IWDContextElementMappingInfo findInContextMappings(java.lang.String name)
Getter for element with given name in 1:n aggregation ContextMappings.

hasInContextMappings

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

Web Dynpro API Documentation

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