OSID Logo
OSID Specifications
inventory package
Version 3.1.0
Interfaceosid.inventory.WarehouseForm
Implementsosid.OsidCatalogForm
Used Byosid.inventory.WarehouseAdminSession
Description

This is the form for creating and updating warehouses. Like all OsidForms, 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.TypewarehouseRecordType a warehouse record type
Returnosid.inventory.records.WarehouseFormRecord the warehouse form record
ErrorsNULL_ARGUMENT warehouseRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(warehouseRecordType) is false
Compliancemandatory This method must be implemented.