OSID Logo
OSID Specifications
financials package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.AccountNode
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 AccountHierarchySession.

MethodgetAccount
Description

Gets the Account at this node.

Returnosid.financials.Accountthe account represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentAccountNodes
Description

Gets the parents of this account.

Returnosid.financials.AccountNodeListthe parents of this account
CompliancemandatoryThis method must be implemented.
MethodgetChildAccountNodes
Description

Gets the children of this account.

Returnosid.financials.AccountNodeListthe children of this account
CompliancemandatoryThis method must be implemented.