Uses of Interface
org.osid.bidding.batch.AuctionBatchFormList
Packages that use AuctionBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.bidding.batch
service.
-
Uses of AuctionBatchFormList in org.osid.bidding.batch
Methods in org.osid.bidding.batch that return AuctionBatchFormListModifier and TypeMethodDescriptionAuctionBatchAdminSession.getAuctionFormsForCreate(long number, Type[] auctionRecordTypes) Gets the auction forms for creating a bunch of new auctions.AuctionBatchAdminSession.getAuctionFormsForUpdate(IdList auctionIds) Gets the auction forms for updating an existing set of auctions.Methods in org.osid.bidding.batch with parameters of type AuctionBatchFormListModifier and TypeMethodDescriptionAuctionBatchAdminSession.createAuctions(AuctionBatchFormList auctionForms) Creates a new set ofAuctions.AuctionBatchAdminSession.updateAuctions(AuctionBatchFormList auctionForms) Updates existing auctions.