Web Dynpro API Documentation

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

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

public interface IWDControllerInfo
extends IWDRepositoryModelClass

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


Method Summary
 int countOfActions()
          Determine number of elements in 1:n aggregation Actions.
 int countOfEventHandlers()
          Determine number of elements in 1:n aggregation EventHandlers.
 int countOfEvents()
          Determine number of elements in 1:n aggregation Events.
 IWDActionInfo findInActions(java.lang.String name)
          Getter for element with given name in 1:n aggregation Actions.
 IWDEventHandlerInfo findInEventHandlers(java.lang.String name)
          Getter for element with given name in 1:n aggregation EventHandlers.
 IWDCustomEventInfo findInEvents(java.lang.String name)
          Getter for element with given name in 1:n aggregation Events.
 IWDActionInfo getAction(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by findInActions(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 getActionCount()
          Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfActions(). 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 getActions()
          Getter for 1:n aggregation Actions.
 IWDCustomEventInfo getEvent(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by findInEvents(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 getEventCount()
          Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfEvents(). 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.
 IWDEventHandlerInfo getEventHandler(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by findInEventHandlers(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 getEventHandlerCount()
          Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfEventHandlers(). 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 getEventHandlers()
          Getter for 1:n aggregation EventHandlers.
 java.util.Collection getEvents()
          Getter for 1:n aggregation Events.
 java.lang.String getPackage()
          Getter for writable property package.
 WDControllerTypeEnumInfo getType()
          Getter for writable property type.
 boolean hasAction(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by hasInActions(...) 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 hasEvent(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by hasInEvents(...) 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 hasEventHandler(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by hasInEventHandlers(...) 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 hasInActions(IWDActionInfo o)
          Checks whether there is an element with the given name in 1:n aggregation Actions.
 boolean hasInActions(java.lang.String name)
          Checks whether there is an element with the given name in 1:n aggregation Actions.
 boolean hasInEventHandlers(IWDEventHandlerInfo o)
          Checks whether there is an element with the given name in 1:n aggregation EventHandlers.
 boolean hasInEventHandlers(java.lang.String name)
          Checks whether there is an element with the given name in 1:n aggregation EventHandlers.
 boolean hasInEvents(IWDCustomEventInfo o)
          Checks whether there is an element with the given name in 1:n aggregation Events.
 boolean hasInEvents(java.lang.String name)
          Checks whether there is an element with the given name in 1:n aggregation Events.
 
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

getPackage

public java.lang.String getPackage()
Getter for writable property package.
Returns:
value of the Property

getType

public WDControllerTypeEnumInfo getType()
Getter for writable property type.
Returns:
value of the Property

getActions

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

countOfActions

public int countOfActions()
Determine number of elements in 1:n aggregation Actions.

getActionCount

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

getAction

public IWDActionInfo getAction(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInActions(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 Actions.

hasAction

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

hasInActions

public boolean hasInActions(IWDActionInfo o)
Checks whether there is an element with the given name in 1:n aggregation Actions.

findInActions

public IWDActionInfo findInActions(java.lang.String name)
Getter for element with given name in 1:n aggregation Actions.

hasInActions

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

getEventHandlers

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

countOfEventHandlers

public int countOfEventHandlers()
Determine number of elements in 1:n aggregation EventHandlers.

getEventHandlerCount

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

getEventHandler

public IWDEventHandlerInfo getEventHandler(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInEventHandlers(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 EventHandlers.

hasEventHandler

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

hasInEventHandlers

public boolean hasInEventHandlers(IWDEventHandlerInfo o)
Checks whether there is an element with the given name in 1:n aggregation EventHandlers.

findInEventHandlers

public IWDEventHandlerInfo findInEventHandlers(java.lang.String name)
Getter for element with given name in 1:n aggregation EventHandlers.

hasInEventHandlers

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

getEvents

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

countOfEvents

public int countOfEvents()
Determine number of elements in 1:n aggregation Events.

getEventCount

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

getEvent

public IWDCustomEventInfo getEvent(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInEvents(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 Events.

hasEvent

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

hasInEvents

public boolean hasInEvents(IWDCustomEventInfo o)
Checks whether there is an element with the given name in 1:n aggregation Events.

findInEvents

public IWDCustomEventInfo findInEvents(java.lang.String name)
Getter for element with given name in 1:n aggregation Events.

hasInEvents

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

Web Dynpro API Documentation

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