|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
AdminBidDeleteCmd | Interface for bid withdrawal by Administrator. |
AuctionBaseCmd | Auction Base command interface. |
AuctionNotificationCmd | Controller command that drives the auction notification tasks. |
AuctionTaskBaseCmd | Auction task base command interface. |
AutoBidCreateFormCmd | Auto Bid Create Form interface. |
AutoBidDeleteCmd | Defines the interface used by commands to delete autobids. |
AutoBidsInitTaskCmd | Auto Bids Process Initialization Interface. |
AutoBidsTaskCmd | Auto Bids Processng task command Interface. |
AutoBidSubmitCmd | Command Interface for creating an auto bid. |
AutoBidUpdateFormCmd | Auto Bid Update Form interface. |
BidCreateFormCmd | Bid form create interface. |
BidDeleteCmd | Defines the interface for controller commands that delete bids. |
BidRuleBaseCmd | Base interface for BidRule commands. |
BidSubmitCmd | Command Interface for creating a bid. |
BidUpdateFormCmd | Bid form Update interface. |
CalculateBestBidCmd | Calculate the Highest Winning Bid and Lowest Winning Bid (aka Best Bid) Interface. |
CheckAutoBidDeleteAuthorizationCmd | Defines the interface used by a task command that determines whether a particular user may delete a particular autobid. |
CheckAutoBidUpdateAuthorizationCmd | Check Auto Bid update authorization command interface. |
CheckBidControlCmd | Defines the interface used by task commands that check bids for compliance with auction rules. |
CheckBidDeleteAuthorizationCmd | Defines the interface used by task commands that determine whether a particular shopper may delete a particular bid. |
CheckBidderQualificationCmd | Check Bidder Qualifications Interface. |
CheckBidderStatusCmd | Check Bidder Status Inteface. |
CheckBidUpdateAuthorizationCmd | Check Bid Update Authorization command interface |
CheckGenBidRefCmd | Validate Bid reference number command interface. |
CloseAuctionCmd | Interface being implemented from CloseAuctionCmdImpl |
CloseBiddingCmd | Close Auction command interface. |
CompleteOrderCmd | Interface being implemented from CompleteOrderCmdImpl |
CreateAuctionCmd | Create Auction command interface. |
CreateAuctionStyleCmd | Interface for auction style creation |
CreateAuctionTaskCmd | Create Auction command interface. |
CreateBidRuleCmd | Interface for bid control rule creation. |
CreateForumMessageCmd | Defines command interface for creating a forum message that is related to an auction. |
DataCryptCmd | Data Encryption/Decryption Interface. |
DeleteAuctionCmd | Interface for delete auction command. |
DeleteAuctionStyleCmd | Interface for deleting auction styles. |
DeleteAuctionTaskCmd | Interface for the task command that deletes an auction. |
DeleteBidRuleCmd | Interface for deleting bid control rules. |
DeleteMailCmd | Defines DeleteMail command interface. |
DetermineWinnersCmd | Determine winning auto-bids' best bidding prices command interface. |
DisplayAuctionBidsCmd | Defines the interface used by controller commands that display a list of bids associated with an auction. |
DisplayAuctionItemCmd | Command interface for displaying the auction item page |
DisplayAuctionListCmd | Defines the interface used by controller commands that display a list of auctions. |
DisplayAuctionRulesCmd | Defines DisplayAuctionRules command interface. |
DisplayMessageCmd | Display Message Interface class |
DisplayShopperBidsCmd | Defines the interface used by controller commands that display the bids submitted by a particular shopper. |
DoAuctionNotifyCmd | Sending sendable messages to bidders |
DoDepositPaymentCmd | Interface to record the deposit for a bid |
DutchBidsTaskCmd | Process Dutch Bids Interface. |
FinalizeAuctionCmd | Interface for the command to finalize auctions after auctions are closed. |
GalleryDeleteCmd | Defines an interface used by controller commands that delete entries from a shopper's gallery. |
GalleryDisplayCmd | Defines the interface used by controller commands that display a shopper's gallery. |
GenBidRefCmd | Bid Reference Number Generation Inteface. |
ModifyAuctionCmd | Modify Auction command interface |
ModifyAuctionStyleCmd | Interface for modifying an auction style. |
ModifyAuctionTaskCmd | Modify Auction Task command interface |
ModifyBidRuleCmd | Interface for modifying a bid control rule. |
ModifyForumMessageCmd | Defines the interface for commands that modify forum message attributes. |
ModifyForumMessageDialogCmd | Defines an interface for commands that modify forum message attributes. |
ModifyForumMessageListCmd | Defines an interface used by commands that allow an administrator to select a forum message from a list in order to change the message attributes. |
MonitorAuctionCmd | Interface class for the scheduler command that monitors auctions. |
NotifyAuctionBaseCmd | Base interface for auction notification related commands. |
NotifyBidOverrideCmd | Defines the interface for bid override notification command. |
NotifyCloseAuctionCmd | Defines the interface for auction closing notification command. |
NotifyCompleteOrderCmd | Defines the command interface for notification of a completed order. |
NotifyCreateAuctionCmd | Command interface for notification of creating an auction. |
NotifyModifyAuctionCmd | Command interface to notify users that an auction has been modified. |
NotifyStartAuctionCmd | Defines the command interface for the notification of the start of an auction. |
OpenCryBidsTaskCmd | Process Open Cry Bids Interface. |
PlaceAuctionOrderCmd | Interface to place an order for a winning bid. |
ProcessAutoBidsCmd | Process Auto Bids Command Interface. |
ProcessControllerCmd | Process Controller Command Interface. |
ProcessDutchBidsCmd | Process Dutch Bids Command Interface. |
ProcessOpenCryBidsCmd | Process Open Cry Bids Command Interface. |
ProcessTaskCmd | Process Task Command Interface. |
ProcessToolsControllerCmd | Process Controller Command Interface. |
RecordAuctionPaymentCmd | Command interface to record payment information for a bid on an auction. |
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. |
StartAuctionCmd | Command interface to start an auction. |
UpdateGalleryCmd | Defines the interface for a controller command that adds an auction to a shopper's gallery. |
Class Summary | |
AdminBidDeleteCmdImpl | Withdraws one or more bids for an auction. |
AuctionBaseCmdImpl | Base commnd for an auction creation and modification. |
AuctionNotificationCmdImpl | Controller command that drives the auction notification tasks. |
AuctionTaskBaseCmdImpl | Base class for auction administration task commands. |
AutoBidCreateFormCmdImpl | Displays the Auto Bid Create Form page after completing the following tasks: 1. |
AutoBidDeleteCmdImpl | Controller command implementation deletes autobids. |
AutoBidsInitTaskCmdImpl | This task initializes the active auto bids created for future auctions. |
AutoBidsTaskCmdImpl | The task command that computes and updates the prices of the bids that belong to auto-bids for a specified auction. |
AutoBidSubmitCmdImpl | Auto Bid Submit Command Implementation. |
AutoBidUpdateFormCmdImpl | Displays the Auto Bid Update Form page after completing the following tasks: 1. |
BidCreateFormCmdImpl | Displays the Bid Create Form page after completing the following tasks: 1. |
BidDeleteCmdImpl | Controller command deletes bids. |
BidRuleBaseCmdImpl | Bid Rule base class. |
BidSubmitCmdImpl | Bid Submit Implementation |
BidUpdateFormCmdImpl | Displays the Bid Update Form page after completing the following tasks: 1. |
CalculateBestBidCmdImpl | Calculates the Highest Winning Bid and Lowest Winning Bid (aka Best Bid). |
CheckAutoBidDeleteAuthorizationCmdImpl | Determines if the bidder is allowed to delete the autobid. |
CheckAutoBidUpdateAuthorizationCmdImpl | Auto Bid Update Authorizatoin Command. |
CheckBidControlCmdImpl | Task command verifies that a bid complies with the auction rules. |
CheckBidDeleteAuthorizationCmdImpl | Determines if a bidder is allowed to Delete a bid. |
CheckBidderQualificationCmdImpl | Checks if the Bidder is qualified to Bid on an Auction. |
CheckBidderStatusCmdImpl | Checks the bidder status. |
CheckBidUpdateAuthorizationCmdImpl | Determines if a the bidder is allowed to update the bid. |
CheckGenBidRefCmdImpl | Validates the integrity of a bid reference key. |
CloseAuctionCmdImpl | Implementation of CloseAuctionCmd which set auction status into Bidding Close |
CloseBiddingCmdImpl | Close Bidding Implemetation. |
CompleteOrderCmdImpl | Implementation for CompleteOrderCmd interface Make orders for all winning bids |
CreateAuctionCmdImpl | Create Auction command. |
CreateAuctionStyleCmdImpl | Creates a new auction style. |
CreateAuctionTaskCmdImpl | Create Auction command. |
CreateBidRuleCmdImpl | Creates a new bid control rule. |
CreateForumMessageCmdImpl | Creates a message from an administrator in a discussion forum. |
DataCryptCmdImpl | Encrypts/decrypts a value using the specified key. |
DeleteAuctionCmdImpl | Delete Auction Command. |
DeleteAuctionStyleCmdImpl | Deletes one or more auction styles. |
DeleteAuctionTaskCmdImpl | Delete Auction Command. |
DeleteBidRuleCmdImpl | Deletes one or more bid control rules. |
DeleteMailCmdImpl | Deletes a list of messages from a member's Mail. |
DetermineWinnersCmdImpl | Determines the winning auto-bids's next bidding price for an auction. |
DisplayAuctionBidsCmdImpl | Controller command generates a list of all bids submitted for Open Cry and Dutch auctions. |
DisplayAuctionItemCmdImpl | Displays the auction item page. |
DisplayAuctionListCmdImpl | Controller command generates a list of all current, future, and past auctions. |
DisplayAuctionRulesCmdImpl | Displays the auction rules associated with a particular auction to a particular bidder. |
DisplayMessageCmdImpl | DisplayMessageCmd implementation |
DisplayShopperBidsCmdImpl | Controller command displays all the bids submitted by a shopper. |
DoAuctionNotifyCmdImpl | Do Auction Notification for bidders using email or other messaging system |
DoDepositPaymentCmdImpl | Records the deposit for a bid |
DutchBidsTaskCmdImpl | Dutch auction bid processing task. |
FinalizeAuctionCmdImpl | FinalizeAuctionCmd implementation which be called once auction is closed |
GalleryDeleteCmdImpl | Controller command that deletes an auction from a member's gallery. |
GalleryDisplayCmdImpl | Controller command displays all the auctions that are in the shopper's gallery. |
GenBidRefCmdImpl | Generates a unique Bid Reference key. |
ModifyAuctionCmdImpl | Modify Auction command. |
ModifyAuctionStyleCmdImpl | Modifies an auction style. |
ModifyAuctionTaskCmdImpl | Modify Auction command. |
ModifyBidRuleCmdImpl | Modifies a bid control rule. |
ModifyForumMessageCmdImpl | Controller command allows an administrator to mofify the attributes of a forum message. |
ModifyForumMessageDialogCmdImpl | Controller command permits an administrator to modify the attributes of a forum message from a dialog box. |
ModifyForumMessageListCmdImpl | Controller command permits an administrator to modify the attributes of a forum message chosen from a list. |
MonitorAuctionCmdImpl | MonotorAuctionCmd interface implementation which be called once auction is in current status or future status |
NotifyAuctionBaseCmdImpl | This class implements common methods for auction notification classes |
NotifyBidOverrideCmdImpl | Default implementation of NotifyBidOverrideCmd. |
NotifyCloseAuctionCmdImpl | Default implementation of NotifyCloseAuctionCmd. |
NotifyCompleteOrderCmdImpl | Default implementation of NotifyCloseAuctionCmd. |
NotifyCreateAuctionCmdImpl | Implementation for interface NotifyCreateAuctionCmd So far performExcute doing nothing and customer can exterds this class and override performExcute |
NotifyModifyAuctionCmdImpl | Implementation for interface NotifyModifyAuctionCmd So far performExcute doing nothing and customer can exterds this class and override performExcute |
NotifyStartAuctionCmdImpl | This class implements interface NotifyStartAuctionCmdImpl to add a message to message table after an auction has been started. |
OpenCryBidsTaskCmdImpl | Process Open Cry Bids (submitted by users). |
PlaceAuctionOrderCmdImpl | Place orders for the auction winners. |
ProcessAutoBidsCmdImpl | Process Auto Bids (submitted by users). |
ProcessControllerCmdImpl | Process controller command. |
ProcessDutchBidsCmdImpl | This task retrieves all of active (Current ) Dutch auctions, and loop through the auctions to process bids submitted for each auction. |
ProcessOpenCryBidsCmdImpl | This task retrieves all of the Open Cry active (Current) auctions, and loop through the auctions to process bids submitted for each auction. |
ProcessRunner | Process Runner class. |
ProcessTaskCmdImpl | Process Task Command implementation. |
ProcessToolsControllerCmdImpl | Process controller command. |
RecordAuctionPaymentCmdImpl | RecordAuctionPayment adds a payment record for a bid to bidpayment table. |
SetWinnerCmdImpl | Set winner command implementation. |
ShopperCreateForumMessageCmdImpl | Allows a shopper to create a new message, or reply to a message, in a discussion forum. |
StartAuctionCmdImpl | Implementation for StartAuctionCmd interface It will turn auction status from future into current |
UpdateGalleryCmdImpl | Updates a member's gallery. |
Contains all commands related to auctions.
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |