Uses of Interface
org.osid.ordering.batch.PriceBatchFormList
Packages that use PriceBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.ordering.batch
service.
-
Uses of PriceBatchFormList in org.osid.ordering.batch
Methods in org.osid.ordering.batch that return PriceBatchFormListModifier and TypeMethodDescriptionPriceScheduleBatchAdminSession.getPriceFormsForCreate(IdList priceScheduleIds, Type[] priceScheduleRecordTypes) Gets the price forms for creating a bunch of new prices.PriceScheduleBatchAdminSession.getPriceFormsForUpdate(IdList priceIds) Gets the price forms for updating an existing set of prices.Methods in org.osid.ordering.batch with parameters of type PriceBatchFormListModifier and TypeMethodDescriptionPriceScheduleBatchAdminSession.createPrices(PriceBatchFormList priceForms) Creates a new set ofPrices.PriceScheduleBatchAdminSession.updatePrices(PriceBatchFormList priceForms) Updates existing prices.