Uses of Interface
org.osid.bidding.rules.AuctionProcessorEnablerForm
Packages that use AuctionProcessorEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
-
Uses of AuctionProcessorEnablerForm in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return AuctionProcessorEnablerFormModifier and TypeMethodDescriptionAuctionProcessorEnablerAdminSession.getAuctionProcessorEnablerFormForCreate(Type[] auctionProcessorEnablerRecordTypes) Gets the auction processor enabler form for creating new auction processor enablers.AuctionProcessorEnablerAdminSession.getAuctionProcessorEnablerFormForUpdate(Id auctionProcessorEnablerId) Gets the auction processor enabler form for updating an existing auction processor enabler.Methods in org.osid.bidding.rules with parameters of type AuctionProcessorEnablerFormModifier and TypeMethodDescriptionAuctionProcessorEnablerAdminSession.createAuctionProcessorEnabler(AuctionProcessorEnablerForm auctionProcessorEnablerForm) Creates a newAuctionProcessorEnabler.voidAuctionProcessorEnablerAdminSession.updateAuctionProcessorEnabler(AuctionProcessorEnablerForm auctionProcessorEnablerForm) Updates an existing auction processor enabler.