Uses of Class
com.sapportals.portal.prt.pom.PortalOMException

Packages that use PortalOMException
com.sapportals.portal.prt.pom   
 

Uses of PortalOMException in com.sapportals.portal.prt.pom
 

Methods in com.sapportals.portal.prt.pom that throw PortalOMException
 void IEventTarget.dispatchEvent(IEvent evt)
          Starts dispatching of an event.
 INode INode.addChildNode(INode node)
          Adds a node as a children of this node. after the adding procedure has been completed.
 void INode.removeChildNode(INode node)
          Removes a child node from this node.
 INode AbstractNode.addChildNode(INode node)
          Adds a node as a children of this node.
 void AbstractNode.removeChildNode(INode node)
          Removes the given node from the children of this node.
 void AbstractNode.addEventListener(EventType type, IEventListener listener, IEventFilter filter)
          Registers an event listener for this node.
 void AbstractNode.addEventListener(EventType type, IEventListener listener)
          Registers an event listener for this node.
 void AbstractNode.dispatchEvent(IEvent evt)
          Start dispatching of an event.