OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Interfaceosid.ordering.PriceScheduleForm
Implementsosid.OsidObjectForm
osid.OsidAggregateableForm
Implemented Byosid.ordering.batch.PriceScheduleBatchForm
osid.ordering.batch.PriceBatchForm
Used Byosid.ordering.PriceScheduleAdminSession
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_ARGUMENTpriceScheduleRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(priceScheduleRecordType) is false
CompliancemandatoryThis method must be implemented.