Uses of Interface
org.osid.ordering.batch.PriceScheduleBatchFormList
Packages that use PriceScheduleBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.ordering.batch
service.
-
Uses of PriceScheduleBatchFormList in org.osid.ordering.batch
Methods in org.osid.ordering.batch that return PriceScheduleBatchFormListModifier and TypeMethodDescriptionPriceScheduleBatchAdminSession.getPriceScheduleFormsForCreate(long number, Type[] priceScheduleRecordTypes) Gets the price schedule forms for creating a bunch of new price schedules.PriceScheduleBatchAdminSession.getPriceScheduleFormsForUpdate(IdList priceScheduleIds) Gets the price schedule forms for updating an existing set of price schedules.Methods in org.osid.ordering.batch with parameters of type PriceScheduleBatchFormListModifier and TypeMethodDescriptionPriceScheduleBatchAdminSession.createPriceSchedules(PriceScheduleBatchFormList priceScheduleForms) Creates a new set ofPriceSchedules.PriceScheduleBatchAdminSession.updatePriceSchedules(PriceScheduleBatchFormList priceScheduleForms) Updates existing price schedules.