Web Dynpro API Documentation

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

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

public interface IWDComponentControllerUsageInfo
extends IWDRepositoryModelClass

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


Method Summary
 int countOfControllerUsages()
          Determine number of elements in 1:n aggregation ControllerUsages.
 IWDControllerUsageInfo findInControllerUsages(java.lang.String name)
          Getter for element with given name in 1:n aggregation ControllerUsages.
 IWDControllerUsageInfo getControllerUsage(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by findInControllerUsages(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 getControllerUsageCount()
          Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfControllerUsages(). 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 getControllerUsages()
          Getter for 1:n aggregation ControllerUsages.
 IWDControllerInfo getUsedComponentController()
          Getter for 1:1 association UsedComponentController.
 boolean hasControllerUsage(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by hasInControllerUsages(...) 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 hasInControllerUsages(IWDControllerUsageInfo o)
          Checks whether there is an element with the given name in 1:n aggregation ControllerUsages.
 boolean hasInControllerUsages(java.lang.String name)
          Checks whether there is an element with the given name in 1:n aggregation ControllerUsages.
 boolean hasUsedComponentController()
          Checks whether there is an element in 1:1 association UsedComponentController.
 
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

getUsedComponentController

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

hasUsedComponentController

public boolean hasUsedComponentController()
Checks whether there is an element in 1:1 association UsedComponentController.

getControllerUsages

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

countOfControllerUsages

public int countOfControllerUsages()
Determine number of elements in 1:n aggregation ControllerUsages.

getControllerUsageCount

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

getControllerUsage

public IWDControllerUsageInfo getControllerUsage(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInControllerUsages(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 ControllerUsages.

hasControllerUsage

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

hasInControllerUsages

public boolean hasInControllerUsages(IWDControllerUsageInfo o)
Checks whether there is an element with the given name in 1:n aggregation ControllerUsages.

findInControllerUsages

public IWDControllerUsageInfo findInControllerUsages(java.lang.String name)
Getter for element with given name in 1:n aggregation ControllerUsages.

hasInControllerUsages

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

Web Dynpro API Documentation

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