Uses of Interface
org.osid.bidding.AuctionForm
Packages that use AuctionForm
Package
Description
The Open Service Interface Definitions for the org.osid.bidding
service.
The Open Service Interface Definitions for the org.osid.bidding.batch
service.
-
Uses of AuctionForm in org.osid.bidding
Methods in org.osid.bidding that return AuctionFormModifier and TypeMethodDescriptionAuctionAdminSession.getAuctionFormForCreate(Type[] auctionRecordTypes) Gets the auction form for creating new auctions.AuctionAdminSession.getAuctionFormForUpdate(Id auctionId) Gets the auction form for updating an existing auction.Methods in org.osid.bidding with parameters of type AuctionFormModifier and TypeMethodDescriptionAuctionAdminSession.createAuction(AuctionForm auctionForm) Creates a newAuction.voidAuctionAdminSession.updateAuction(AuctionForm auctionForm) Updates an existing auction. -
Uses of AuctionForm in org.osid.bidding.batch
Subinterfaces of AuctionForm in org.osid.bidding.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating auctions in bulk.