| AbstractQuoteDecisionAction<T extends BusinessProcessModel> |
Extends AbstractAction to include Quote Specific Transition states.
|
| CheckForQuoteAutoApprovalAction |
This action class will be used by business process to determine, whether the quote requires manual approval from
seller approver.
|
| CheckSellerApproverResponseOnQuoteAction |
Checks the Seller approver's response on Quote and transitions the business process into appropriate actions.
|
| CreateBuyerOfferAction |
This action class checks for seller approver response.
|
| MarkQuoteNotificationAsSentAction |
A generic quote process action used to mark a specific notification type {set in quoteNotificationType} as generated
for the quote.
|
| MarkQuoteNotificationAsSentActionTest |
|
| QuoteApprovalRejectedAction |
This class creates a new quote snapshot with status SELLER_REQUEST, if seller approver has rejected the quote.
|
| QuoteBuyerSubmitAction |
This action class creates a sales representative snapshot.
|