OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.PriceScheduleForm
Implementsosid.OsidObjectForm
osid.OsidAggregateableForm
Description

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

MethodgetPriceScheduleFormRecord
Description

Gets the PriceScheduleFormRecord corresponding to the given price schedule record Type.

Parametersosid.type.TypepriceScheduleRecordTypethe price schedule record type
Returnosid.ordering.records.PriceScheduleFormRecordthe price schedule form record
ErrorsNULL_ARGUMENT priceScheduleRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(priceScheduleRecordType) is false
CompliancemandatoryThis method must be implemented.