Class Summary |
ClaimableLookup |
This droplet takes the payment group and returns the payment item such as claimable item in case of store credit
and gift certificate, and payment group's maximum remaining amount. |
CommerceTypeConfiguration |
This class is used for type content configurations. |
ConfirmationInfo |
This component holds information used to generate and send confirmation
emails with the API defined in CSRAgentTools . |
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. |
CSRCreateElectronicShippingGroupFormHandler |
The CSRCreateElectronicShippingGroupFormHandler class extends
CreateElectronicShippingGroupFormHandler to send agent events that will be
handled by the audit-logging system |
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. |
CSRPaymentGroupRemainingAmount |
This droplet returns payment group's remaining and maximum allowed amount. |
CSRPurchaseProcessHelper |
This extends PurchaseProcessHelper to allow the sending of agent-audit events |
CSRShippingGroupFormHandler |
The CSRShippingGroupFormHandler adds audit-logging capabilities to the
ShippingGroupFormHandler |
CSRUpdateShippingGroupFormHandler |
The CSRUpdateShippingGroupFormHandler adds audit-logging capabilities to the
UpdateShippingGroupFormHandler |
CurrentShippingGroupSelectionDroplet |
Deprecated. -- This droplet is deprecated infavor of ApplicableShippingGroups |
DuplicateOrder |
This form handler is used to duplicate an order and load it as the agent's current
working order. |
GetTotalOrderAppeasementsDroplet |
This droplet will determine if an Order has any appeasements applied to it, and return
the total appeasements if any are found. |
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.. |
OrderTableFormHandler |
This is the base class used by panels to generate list of orders
that's generated from a repository search. |
OrderTableFormHandler.ResultWrapper |
This inner class defines the wrapper object used to wrap each repository item
in the result. |
PaymentGroupTypeConfiguration |
In the CSC application, the PaymentGroup is used to accept the user payment and to provide the refunds
in case of returns. |
PurchasedItemsHistoryTableFormHandler |
This form handler is used to populate the purchased item
history grid on the customer view page. |
RelatedOrdersTableFormHandler |
This form handler is used to generate the list orders displayed in
the exchange order panel on the order view. |
RelatedTicketsTableFormHandler |
This form handler is used to produce the list of related tickets that
appears on the order view's related tickets panel. |
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. |