OSID Logo
OSID Specifications
inventory package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inventory.WarehouseForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating warehouses. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the WarehouseAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetWarehouseFormRecord
Description

Gets the WarehouseFormRecord corresponding to the given warehouse record Type.

Parametersosid.type.TypewarehouseRecordTypea warehouse record type
Returnosid.inventory.records.WarehouseFormRecordthe warehouse form record
ErrorsNULL_ARGUMENT warehouseRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(warehouseRecordType) is false
CompliancemandatoryThis method must be implemented.