Package com.ibm.commerce.negotiation.commands

Removed Interfaces
NotifyCreateAuction  
   
Changed Classes and Interfaces
AutoBidCreateFormCmd Auto Bid Create Form interface.
AutoBidCreateFormCmdImpl Displays the Auto Bid Create Form page after completing the following tasks:
  1. 1.
AutoBidDeleteCmd Defines the interface used by commands to delete autobids.
AutoBidDeleteCmdImpl Controller command implementation deletes autobids.
AutoBidSubmitCmd Command Interface for creating an auto bid.
AutoBidSubmitCmdImpl Auto Bid Submit Command Implementation.
AutoBidUpdateFormCmd Auto Bid Update Form interface.
AutoBidUpdateFormCmdImpl Displays the Auto Bid Update Form page after completing the following tasks:
  1. 1.
BidCreateFormCmd Bid form create interface.
BidCreateFormCmdImpl Displays the Bid Create Form page after completing the following tasks:
  1. 1.
BidDeleteCmd Defines the interface for controller commands that delete bids.
BidDeleteCmdImpl Controller command deletes bids.
BidUpdateFormCmd Bid form Update interface.
BidUpdateFormCmdImpl Displays the Bid Update Form page after completing the following tasks:
  1. 1.
CalculateBestBidCmd Calculate the Highest Winning Bid and Lowest Winning Bid (aka Best Bid) Interface.
CalculateBestBidCmdImpl Calculates the Highest Winning Bid and Lowest Winning Bid (aka Best Bid).
CheckAutoBidDeleteAuthorizationCmd Defines the interface used by a task command that determines whether a particular user may delete a particular autobid.
CheckAutoBidDeleteAuthorizationCmdImpl Determines if the bidder is allowed to delete the autobid.
CheckAutoBidUpdateAuthorizationCmd Check Auto Bid update authorization command interface.
CheckAutoBidUpdateAuthorizationCmdImpl Auto Bid Update Authorizatoin Command.
CheckBidControlCmd Defines the interface used by task commands that check bids for compliance with auction rules.
CheckBidControlCmdImpl Task command verifies that a bid complies with the auction rules.
CheckBidDeleteAuthorizationCmd Defines the interface used by task commands that determine whether a particular shopper may delete a particular bid.
CheckBidDeleteAuthorizationCmdImpl Determines if a bidder is allowed to Delete a bid.
CheckBidUpdateAuthorizationCmd Check Bid Update Authorization command interface
CheckBidUpdateAuthorizationCmdImpl Determines if a the bidder is allowed to update the bid.
CheckBidderQualificationCmd Check Bidder Qualifications Interface.
CheckBidderQualificationCmdImpl Checks if the Bidder is qualified to Bid on an Auction.
CheckBidderStatusCmd Check Bidder Status Inteface.
CheckBidderStatusCmdImpl Checks the bidder status.
CheckGenBidRefCmd Validate Bid reference number command interface.
CheckGenBidRefCmdImpl Validates the integrity of a bid reference key.
DeleteMailCmd Defines DeleteMail command interface.
DetermineWinnersCmd Determine winning auto-bids' best bidding prices command interface.
DetermineWinnersCmdImpl Determines the winning auto-bids's next bidding price for an auction.
DisplayAuctionBidsCmd Defines the interface used by controller commands that display a list of bids associated with an auction.
DisplayAuctionBidsCmdImpl Controller command generates a list of all bids submitted for Open Cry and Dutch auctions.
DisplayAuctionItemCmd Command interface for displaying the auction item page
DisplayAuctionListCmd Defines the interface used by controller commands that display a list of auctions.
DisplayMessageCmd Display Message Interface class
DisplayMessageCmdImpl DisplayMessageCmd implementation
DisplayShopperBidsCmd Defines the interface used by controller commands that display the bids submitted by a particular shopper.
DoAuctionNotifyCmd Sending sendable messages to bidders
DoAuctionNotifyCmdImpl Do Auction Notification for bidders using email or other messaging system This command uses the following AccessBeans:
  • {@link AuctionAccessBean}
  • {@link BidAccessBean}
  • {@link MessageInfoAccessBean}
  • {@link MessageMemberRelationAccessBean}
DoDepositPaymentCmdImpl Records the deposit for a bid
GalleryDeleteCmd Defines an interface used by controller commands that delete entries from a shopper's gallery.
GalleryDeleteCmdImpl Controller command that deletes an auction from a member's gallery.
GalleryDisplayCmd Defines the interface used by controller commands that display a shopper's gallery.
GenBidRefCmd Bid Reference Number Generation Inteface.
GenBidRefCmdImpl Generates a unique Bid Reference key.
MonitorAuctionCmdImpl MonotorAuctionCmd interface implementation which be called once auction is in current status or future status
NotifyBidOverrideCmd Defines the interface for bid override notification command.
NotifyCloseAuctionCmd Defines the interface for auction closing notification command.
NotifyCloseAuctionCmdImpl Default implementation of NotifyCloseAuctionCmd.
NotifyCompleteOrderCmd Defines the command interface for notification of a completed order.
NotifyCreateAuctionCmd Command interface for notification of creating an auction.
NotifyCreateAuctionCmdImpl Implementation for interface NotifyCreateAuctionCmd So far performExcute doing nothing and customer can exterds this class and override performExcute
NotifyModifyAuctionCmd Command interface to notify users that an auction has been modified.
NotifyModifyAuctionCmdImpl Implementation for interface NotifyModifyAuctionCmd So far performExcute doing nothing and customer can exterds this class and override performExcute
NotifyStartAuctionCmd Defines the command interface for the notification of the start of an auction.
NotifyStartAuctionCmdImpl This class implements interface NotifyStartAuctionCmdImpl to add a message to message table after an auction has been started.
PlaceAuctionOrderCmd Interface to place an order for a winning bid.
PlaceAuctionOrderCmdImpl Implemention for PlaceAuctionOrderCmd To place an auction order (insert a new row in bidordrrel)
ProcessAutoBidsCmd Process Auto Bids Command Interface.
ProcessDutchBidsCmd Process Dutch Bids Command Interface.
ProcessOpenCryBidsCmd Process Open Cry Bids Command Interface.
ProcessOpenCryBidsCmdImpl This task retrieves all of the Open Cry active (Current) auctions and loop through the auctions to process bids submitted for each auction.
RecordAuctionPaymentCmd Command interface to record payment information for a bid on an auction.
RecordAuctionPaymentCmdImpl RecordAuctionPayment adds a payment record for a bid to bidpayment table.
SetWinnerCmd Interface for the command that determines the winners for an auction.
ShopperCreateForumMessageCmd Defines the interface used by controller commands that allow a shopper to add a message to a forum.
ShopperCreateForumMessageCmdImpl Allows a shopper to create a new message or reply to a message in a discussion forum.
UpdateGalleryCmd The interface for the controller command that adds an auction to a shopper's gallery and/or specifies that the shopper has viewed the rules.
UpdateGalleryCmdImpl Updates a member's gallery and/or records that the member has viewed the rules.