Uses of Interface
org.osid.bidding.AuctionHouseForm
Packages that use AuctionHouseForm
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 AuctionHouseForm in org.osid.bidding
Methods in org.osid.bidding that return AuctionHouseFormModifier and TypeMethodDescriptionAuctionHouseAdminSession.getAuctionHouseFormForCreate(Type[] auctionHouseRecordTypes) Gets the auction house form for creating new auction houses.AuctionHouseAdminSession.getAuctionHouseFormForUpdate(Id auctionHouseId) Gets the auction house form for updating an existing auction house.Methods in org.osid.bidding with parameters of type AuctionHouseFormModifier and TypeMethodDescriptionAuctionHouseAdminSession.createAuctionHouse(AuctionHouseForm auctionHouseForm) Creates a newAuctionHouse.voidAuctionHouseAdminSession.updateAuctionHouse(AuctionHouseForm auctionHouseForm) Updates an existing auction house -
Uses of AuctionHouseForm in org.osid.bidding.batch
Subinterfaces of AuctionHouseForm in org.osid.bidding.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating auction houses in bulk.