Interface AccountNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface AccountNode extends OsidNode

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 .

  • Method Details

    • getAccount

      Account getAccount()
      Gets the Account at this node.
      Returns:
      the account represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentAccountNodes

      AccountNodeList getParentAccountNodes()
      Gets the parents of this account.
      Returns:
      the parents of this account
      Compliance:
      mandatory - This method must be implemented.
    • getChildAccountNodes

      AccountNodeList getChildAccountNodes()
      Gets the children of this account.
      Returns:
      the children of this account
      Compliance:
      mandatory - This method must be implemented.