Uses of Interface
org.osid.bidding.batch.BidBatchFormList
Packages that use BidBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.bidding.batch
service.
-
Uses of BidBatchFormList in org.osid.bidding.batch
Methods in org.osid.bidding.batch that return BidBatchFormListModifier and TypeMethodDescriptionBidBatchAdminSession.getBidFormsForCreate(BidPeerList peers, Type[] bidRecordTypes) Gets the bid forms for creating a bunch of new bids.BidBatchAdminSession.getBidFormsForUpdate(IdList bidIds) Gets the bid forms for updating an existing set of bids.Methods in org.osid.bidding.batch with parameters of type BidBatchFormListModifier and TypeMethodDescriptionBidBatchAdminSession.createBids(BidBatchFormList bidForms) Creates a new set ofBids.BidBatchAdminSession.updateBids(BidBatchFormList bidForms) Updates existing bids.