OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.AccountNode
Implementsosid.OsidNode
Used Byosid.financials.AccountHierarchySession
osid.financials.AccountNodeList
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 AccountHierarchySession.

MethodgetAccount
Description

Gets the Account at this node.

Returnosid.financials.Account the account represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentAccountNodes
Description

Gets the parents of this account.

Returnosid.financials.AccountNodeList the parents of this account
Compliancemandatory This method must be implemented.
MethodgetChildAccountNodes
Description

Gets the children of this account.

Returnosid.financials.AccountNodeList the children of this account
Compliancemandatory This method must be implemented.