See: Description
Interface | Description |
---|---|
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 |
Autobid create form interface.
|
AutoBidDeleteCmd |
Defines the interface used by commands to delete autobids.
|
AutoBidsInitTaskCmd |
Auto Bids Process Initialization Interface.
|
AutoBidsTaskCmd |
Auto Bids Processing 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 (also known as best bid)
interfaces.
|
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 interface.
|
CheckBidUpdateAuthorizationCmd |
Check bid update authorization command interface
|
CheckGenBidRefCmd |
Validates 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.
|
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.
|
EvaluateSingleQuantityOpenCryBidCmd |
Evaluate open cry single item bid 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 Interface.
|
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 |
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.
|
Class | Description |
---|---|
AdminBidDeleteCmdImpl |
Withdraws one or more bids for an auction.
|
AuctionBaseCmdImpl |
Base command 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:
Generate a bid reference number.
|
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:
Generate a bid reference number.
|
BidCreateFormCmdImpl |
Displays the bid create form page after completing the following tasks:
Generate a bid reference number.
|
BidDeleteCmdImpl |
Controller command deletes bids.
|
BidRuleBaseCmdImpl |
Bid Rule base class.
|
BidSubmitCmdImpl |
Bid Submit implementation
Redirect to URL when executed completely Otherwise to Error View BidSubmitErrorView.
This command calls the following TaskCommands:
CheckBidControlCmd
DoDepositPaymentCmd
DataCryptCmd
CheckBidderQualificationCmd
EvaluateOpenCryBidCmd
CheckGenBidRefCmd
CheckCCNumberCmd
CheckBidderStatusCmd
CheckBidUpdateAuthorizationCmd
This command uses the following AccessBeans:
AuctionAccessBean
AutoBidAccessBean
BidAccessBean
ControlRuleAccessBean
MemberAuctionRelationAccessBean
ShippingModeAccessBean
StoreAccessBean
AddressAccessBean
AddressBookAccessBean
|
BidUpdateFormCmdImpl |
Displays the bid update form page after completing the following tasks:
Checks whether auction is currently going on or not.
|
CalculateBestBidCmdImpl |
Calculates the highest winning bid and lowest winning bid (also known as best bid).
|
CheckAutoBidDeleteAuthorizationCmdImpl |
Determines if the bidder is allowed to delete the autobid.
|
CheckAutoBidUpdateAuthorizationCmdImpl |
Auto bid update authorization 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 implementation.
|
CompleteOrderCmdImpl |
Implementation for CompleteOrderCmd interface creates 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.
|
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
This command uses the following AccessBeans:
AuctionAccessBean
BidAccessBean
MessageInfoAccessBean
MessageMemberRelationAccessBean
|
DoDepositPaymentCmdImpl |
Records the deposit for a bid
|
DutchBidsTaskCmdImpl |
Dutch auction bid processing task.
|
EvaluateSingleQuantityOpenCryBidCmdImpl |
This task evaluate open Cry single item bid.
|
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 modify 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 performExecute doing nothing and customer can extends this class and override performExcute
|
NotifyModifyAuctionCmdImpl |
Implementation for interface NotifyModifyAuctionCmd
So far performExecute doing nothing and customer can extends 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 |
Implementation for PlaceAuctionOrderCmd to place an auction order (insert a new row in bidordrrel)
|
ProcessAutoBidsCmdImpl |
Processes 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 |
Sets winner command implementation.
|
ShopperCreateForumMessageCmdImpl |
Allows a shopper to create a new message, or reply to a message, in a discussion forum.
|
StartAuctionCmdImpl |
Implementation for the task command that starts an auction.
|
UpdateGalleryCmdImpl |
Updates a member's gallery and/or records that the member has viewed the rules.
|