Uses of Interface
org.osid.bidding.rules.AuctionConstrainerEnablerForm
Packages that use AuctionConstrainerEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
-
Uses of AuctionConstrainerEnablerForm in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return AuctionConstrainerEnablerFormModifier and TypeMethodDescriptionAuctionConstrainerEnablerAdminSession.getAuctionConstrainerEnablerFormForCreate(Type[] auctionConstrainerEnablerRecordTypes) Gets the auction constrainer enabler form for creating new auction constrainer enablers.AuctionConstrainerEnablerAdminSession.getAuctionConstrainerEnablerFormForUpdate(Id auctionConstrainerEnablerId) Gets the auction constrainer enabler form for updating an existing auction constrainer enabler.Methods in org.osid.bidding.rules with parameters of type AuctionConstrainerEnablerFormModifier and TypeMethodDescriptionAuctionConstrainerEnablerAdminSession.createAuctionConstrainerEnabler(AuctionConstrainerEnablerForm auctionConstrainerEnablerForm) Creates a newAuctionConstrainerEnabler.voidAuctionConstrainerEnablerAdminSession.updateAuctionConstrainerEnabler(AuctionConstrainerEnablerForm auctionConstrainerEnablerForm) Updates an existing auction constrainer enabler.