Interface WarehouseNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface WarehouseNode 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 WarehouseHierarchySession .

  • Method Details

    • getWarehouse

      Warehouse getWarehouse()
      Gets the Warehouse at this node.
      Returns:
      the warehouse represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentWarehouseNodes

      WarehouseNodeList getParentWarehouseNodes()
      Gets the parents of this warehouse.
      Returns:
      the parents of this warehouse
      Compliance:
      mandatory - This method must be implemented.
    • getChildWarehouseNodes

      WarehouseNodeList getChildWarehouseNodes()
      Gets the children of this warehouse.
      Returns:
      the children of this warehouse
      Compliance:
      mandatory - This method must be implemented.