OSID Logo
OSID Specifications
ordering package
Version 3.1.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.TypepriceScheduleRecordType the price schedule record type
Returnosid.ordering.records.PriceScheduleFormRecord the price schedule form record
ErrorsNULL_ARGUMENT priceScheduleRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(priceScheduleRecordType) is false
Compliancemandatory This method must be implemented.