Uses of Interface
org.osid.ordering.PriceScheduleForm
Packages that use PriceScheduleForm
Package
Description
The Open Service Interface Definitions for the org.osid.ordering
service.
The Open Service Interface Definitions for the org.osid.ordering.batch
service.
-
Uses of PriceScheduleForm in org.osid.ordering
Methods in org.osid.ordering that return PriceScheduleFormModifier and TypeMethodDescriptionPriceScheduleAdminSession.getPriceScheduleFormForCreate(Type[] priceScheduleRecordTypes) Gets the price schedule form for creating new prices.PriceScheduleAdminSession.getPriceScheduleFormForUpdate(Id priceScheduleId) Gets the price schedule form for updating an existing price schedule.Methods in org.osid.ordering with parameters of type PriceScheduleFormModifier and TypeMethodDescriptionvoidPriceScheduleAdminSession.updatePriceSchedule(PriceScheduleForm priceScheduleForm) Updates an existing price schedule. -
Uses of PriceScheduleForm in org.osid.ordering.batch
Subinterfaces of PriceScheduleForm in org.osid.ordering.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating price schedules in bulk.interfaceThis is the form for creating and updating price schedules in bulk.