| Interface | osid.ordering.PriceSchedule | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
osid.Aggregateable | |||
| Description |
A | ||
| Method | getPriceIds | ||
| Description |
Gets the | ||
| Return | osid.id.IdList | the price Ids | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPrices | ||
| Description |
Gets the prices. | ||
| Return | osid.ordering.PriceList | the prices | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPriceScheduleRecord | ||
| Description |
Gets the price schedule record corresponding to the
given | ||
| Parameters | osid.type.Type | priceScheduleRecordType | the type of price schedule record to retrieve |
| Return | osid.ordering.records.PriceScheduleRecord | the price schedule record | |
| Errors | NULL_ARGUMENT | priceScheduleRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(priceScheduleRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |