|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface of progmodel repository model class "IWDComponentInterfaceInfo". Copyright (c) 2002 - 2003. SAP AG
| Method Summary | |
int |
countOfControllers()
Determine number of elements in 1:n aggregation Controllers. |
int |
countOfInterfaceViews()
Determine number of elements in 1:n aggregation InterfaceViews. |
IWDControllerInfo |
findInControllers(java.lang.String name)
Getter for element with given name in 1:n aggregation Controllers. |
IWDInterfaceViewInfo |
findInInterfaceViews(java.lang.String name)
Getter for element with given name in 1:n aggregation InterfaceViews. |
IWDControllerInfo |
getConfigurationController()
Getter for 1:1 association ConfigurationController. |
IWDControllerInfo |
getController(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInControllers(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 |
getControllerCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfControllers(). 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 |
getControllers()
Getter for 1:n aggregation Controllers. |
IWDControllerInfo |
getInterfaceController()
Getter for 1:1 association InterfaceController. |
IWDInterfaceViewInfo |
getInterfaceView(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInInterfaceViews(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 |
getInterfaceViewCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfInterfaceViews(). 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 |
getInterfaceViews()
Getter for 1:n aggregation InterfaceViews. |
java.lang.String |
getPackage()
Getter for writable property package. |
boolean |
hasConfigurationController()
Checks whether there is an element in 1:1 association ConfigurationController. |
boolean |
hasController(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInControllers(...) 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 |
hasInControllers(IWDControllerInfo o)
Checks whether there is an element with the given name in 1:n aggregation Controllers. |
boolean |
hasInControllers(java.lang.String name)
Checks whether there is an element with the given name in 1:n aggregation Controllers. |
boolean |
hasInInterfaceViews(IWDInterfaceViewInfo o)
Checks whether there is an element with the given name in 1:n aggregation InterfaceViews. |
boolean |
hasInInterfaceViews(java.lang.String name)
Checks whether there is an element with the given name in 1:n aggregation InterfaceViews. |
boolean |
hasInterfaceController()
Checks whether there is an element in 1:1 association InterfaceController. |
boolean |
hasInterfaceView(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInInterfaceViews(...) 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 |
public java.lang.String getPackage()
public IWDControllerInfo getConfigurationController()
public boolean hasConfigurationController()
public IWDControllerInfo getInterfaceController()
public boolean hasInterfaceController()
public java.util.Collection getControllers()
public int countOfControllers()
public int getControllerCount()
countOfControllers(). 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.
public IWDControllerInfo getController(java.lang.String name)
findInControllers(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.
public boolean hasController(java.lang.String name)
public boolean hasInControllers(IWDControllerInfo o)
public IWDControllerInfo findInControllers(java.lang.String name)
public boolean hasInControllers(java.lang.String name)
public java.util.Collection getInterfaceViews()
public int countOfInterfaceViews()
public int getInterfaceViewCount()
countOfInterfaceViews(). 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.
public IWDInterfaceViewInfo getInterfaceView(java.lang.String name)
findInInterfaceViews(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.
public boolean hasInterfaceView(java.lang.String name)
public boolean hasInInterfaceViews(IWDInterfaceViewInfo o)
public IWDInterfaceViewInfo findInInterfaceViews(java.lang.String name)
public boolean hasInInterfaceViews(java.lang.String name)
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||