See: Description
| Interface | Description |
|---|---|
| AdminQuoteItemUpdateCmd |
This Order controller command is used by a TSR or CSR to manually
add or update the price and currency for quote items.
|
| QuoteCancelCmd |
This Order controller command is used to cancel a quote.
|
| QuoteCopyCmd |
The interface to copy a quote.
|
| QuoteCreateCmd |
This Order controller command is used to create a quote container with no items.
|
| QuoteDisplayCmd |
This Order controller command is used to display a quote with details.
|
| QuoteGenerateOrderCmd |
The interface to generate an order from a quote.
|
| QuoteItemAddCmd |
This Order controller command is used to add an item to a quote.
|
| QuoteItemDeleteCmd |
This Order controller command is used to delete an item from a quote.
|
| QuoteItemUpdateCmd |
This Order controller command is used to update a quote item.
|
| QuotePrepareCmd |
This Order controller command is used to prepare a quote.
|
| QuoteSaveCmd |
This Order controller command is used to save a quote after all the updates are complete.
|
| Class | Description |
|---|---|
| AdminQuoteItemUpdateCmdImpl |
This is the default implementation of the
AdminQuoteItemUpdateCmd
controller command. |
| QuoteCancelCmdImpl |
This is the default implementation of the
QuoteCancelCmd controller Command. |
| QuoteCopyCmdImpl |
This is the default implementation of the
QuoteCopyCmd Command. |
| QuoteCreateCmdImpl |
This is the default implementation of the
QuoteCreateCmd controller Command. |
| QuoteDisplayCmdImpl |
This is the default implementation of the
QuoteDisplayCmd controller Command. |
| QuoteGenerateOrderCmdImpl |
This is the default implementation of the
QuoteGenerateOrderCmd controller Command. |
| QuoteItemAddCmdImpl |
This is the default implementation of the
QuoteItemAddCmd controller Command. |
| QuoteItemDeleteCmdImpl |
This is the default implementation of the
QuoteItemDeleteCmd controller Command. |
| QuoteItemUpdateCmdImpl |
This is the default implementation of the
QuoteItemUpdateCmd controller Command. |
| QuotePrepareCmdImpl |
This is the default implementation of the
QuotePrepareCmd controller Command. |
| QuoteSaveCmdImpl |
This is the default implementation of the
QuoteSaveCmd controller Command. |