Class CheckForQuoteAutoApprovalAction

All Implemented Interfaces:
Action<QuoteProcessModel>

public class CheckForQuoteAutoApprovalAction extends AbstractSimpleDecisionAction<QuoteProcessModel>
This action class will be used by business process to determine, whether the quote requires manual approval from seller approver.
If manual approval is not required, a new quote snapshot with status SELLERAPPROVER_APPROVED is created.
Otherwise, a new quote snapshot with status SELLERAPPROVER_PENDING is created.