Uses of Interface
org.osid.bidding.rules.AuctionConstrainerForm
Packages that use AuctionConstrainerForm
Package
Description
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
-
Uses of AuctionConstrainerForm in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return AuctionConstrainerFormModifier and TypeMethodDescriptionAuctionConstrainerAdminSession.getAuctionConstrainerFormForCreate(Type[] auctionConstrainerRecordTypes) Gets the auction constrainer form for creating new auction constrainers.AuctionConstrainerAdminSession.getAuctionConstrainerFormForUpdate(Id auctionConstrainerId) Gets the auction constrainer form for updating an existing auction constrainer.Methods in org.osid.bidding.rules with parameters of type AuctionConstrainerFormModifier and TypeMethodDescriptionAuctionConstrainerAdminSession.createAuctionConstrainer(AuctionConstrainerForm auctionConstrainerForm) Creates a newAuctionConstrainer.voidAuctionConstrainerAdminSession.updateAuctionConstrainer(AuctionConstrainerForm auctionConstrainerForm) Updates an existing auction constrainer.