A Warehouse represents a collection of
inventories.
Like all OsidObjects, Warehouse
is managed by its OsidSessions and may not be
accessed by concurrent processing threads.
Method
getWarehouseRecord
Description
Gets the warehouse record corresponding to the given
Warehouse record Type. This
method is used to retrieve an object implementing the
requested record. The warehouseRecordType may
be the Type returned in
getRecordTypes() or any of its parents in a
Type hierarchy where
hasRecordType(warehouseRecordType) is
true.