Class Summary |
ClaimableLookup |
This droplet takes the claimable id and provides the clamable item and its related information |
Constants |
This component provides constants for this package |
CreditCardIsExpired |
This droplet takes the credit card and finds whether the credit card is expired or not. |
CSRCancelOrderFormHandler |
The CSRCancelOrderFormHandler extends CancelOrderFormHandler to add the
sending of the AgentEvent for audit-logging purposes |
CSRCartModifierFormHandler |
This form handler is used to handle the management
of new and existing orders in the CSR application. |
CSRCommitOrderFormHandler |
This extends the CommitOrderFormHandler to allow the CSR to log a
comment when committing a new order. |
CSRCreateCreditCardFormHandler |
The CSRCreateCreditCardFormHandler class extends
CreateCreditCardFormHandler to allow the agent to designate the
amount that should be paid for by the new credit card. |
CSRCreateHardgoodShippingGroupFormHandler |
The CSRCreateHardgoodShippingGroupFormHandler class extends
CreateHardgoodShippingGroupFormHandler to send agent events that will be
handled by the audit-logging system |
CSROrderHolder |
This class extends ViewOrderHolder to provide functionality for the
active working order. |
CSRPaymentGroupFormHandler |
The CSRPaymentGroupFormHandler class is used to claim gift certificates
and coupons. |
CSRPurchaseProcessHelper |
This extends PurchaseProcessHelper to allow the sending of agent-audit events |
CSRShippingGroupFormHandler |
The CSRShippingGroupFormHandler adds audit-logging capabilities to the
ShippingGroupFormHandler |
CurrentShippingGroupSelectionDroplet |
The CurrentShippingGroupSelectionDroplet is a DynamoServlet that is used to initialize a default shipping group. |
ManualAdjustmentsFormHandler |
A form handler for adding and removing manual order adjustments via
the OrderTools.createOrderFixedAmountAdjustment() and
OrderTools.removeOrderFixedAmountAdjustment() API |
OrderComponentIsModifiable |
This is a superclass for droplets: PaymentGroupIsModifiable, ShippingGroupIsModifiable,
etc. |
OrderIsCancelable |
This droplet qualifies whether the given order is in an "cancelable" state. |
OrderIsModifiable |
This droplet qualifies whether the given order is a modifiable state |
OrderIsReturnable |
This droplet determines if an order is in a state where the return or exchange
of merchandise for replacement should be allowed. |
OrderNoteFormHandler |
This form handler is used to handle the adding of Notes to Orders.. |
ViewOrderFormHandler |
This form handler is used for perform actions against the view
order. |
ViewOrderHolder |
Extends the base behavior to avoid loading orders in
the getCurrent() method. |