Package | Description |
---|---|
org.osid.ordering |
The Open Service Interface Definitions for the org.osid.ordering
service.
|
org.osid.ordering.batch |
The Open Service Interface Definitions for the org.osid.ordering.batch
service.
|
Modifier and Type | Method and Description |
---|---|
PriceScheduleForm |
PriceScheduleAdminSession.getPriceScheduleFormForCreate(Type[] priceScheduleRecordTypes)
Gets the price schedule form for creating new prices.
|
PriceScheduleForm |
PriceScheduleAdminSession.getPriceScheduleFormForUpdate(Id priceScheduleId)
Gets the price S\schedule form for updating an existing price.
|
Modifier and Type | Method and Description |
---|---|
void |
PriceScheduleAdminSession.updatePriceSchedule(PriceScheduleForm priceScheduleForm)
Updates an existing price schedule.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PriceBatchForm
This is the form for creating and updating price schedules in bulk.
|
interface |
PriceScheduleBatchForm
This is the form for creating and updating price schedules in bulk.
|