OSID Logo
OSID Specifications
bidding package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.AuctionHouseNode
Implementsosid.OsidNode
Description

This interface is a container for a partial hierarchy retrieval. The number of hierarchy levels traversable through this interface depend on the number of levels requested in the AuctionHouseHierarchySession.

MethodgetAuctionHouse
Description

Gets the AuctionHouse at this node.

Returnosid.bidding.AuctionHousethe auction house represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentAuctionHouseNodes
Description

Gets the parents of this auction house.

Returnosid.bidding.AuctionHouseNodeListthe parents of this auction house
CompliancemandatoryThis method must be implemented.
MethodgetChildAuctionHouseNodes
Description

Gets the children of this auction house.

Returnosid.bidding.AuctionHouseNodeListthe children of this auction house
CompliancemandatoryThis method must be implemented.