Uses of Interface
org.osid.bidding.rules.BidEnablerForm
Packages that use BidEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
-
Uses of BidEnablerForm in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return BidEnablerFormModifier and TypeMethodDescriptionBidEnablerAdminSession.getBidEnablerFormForCreate(Type[] bidEnablerRecordTypes) Gets the bid enabler form for creating new bid enablers.BidEnablerAdminSession.getBidEnablerFormForUpdate(Id bidEnablerId) Gets the bid enabler form for updating an existing bid enabler.Methods in org.osid.bidding.rules with parameters of type BidEnablerFormModifier and TypeMethodDescriptionBidEnablerAdminSession.createBidEnabler(BidEnablerForm bidEnablerForm) Creates a newBidEnabler.voidBidEnablerAdminSession.updateBidEnabler(BidEnablerForm bidEnablerForm) Updates an existing bid enabler.