Class CheckSellerApproverResponseOnQuoteAction
java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.yacceleratorcore.actions.quote.AbstractQuoteDecisionAction<QuoteProcessModel>
de.hybris.platform.yacceleratorcore.actions.quote.CheckSellerApproverResponseOnQuoteAction
- All Implemented Interfaces:
Action<QuoteProcessModel>
public class CheckSellerApproverResponseOnQuoteAction
extends AbstractQuoteDecisionAction<QuoteProcessModel>
Checks the Seller approver's response on Quote and transitions the business process into appropriate actions.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.yacceleratorcore.actions.quote.AbstractQuoteDecisionAction
AbstractQuoteDecisionAction.Transition -
Field Summary
Fields inherited from class de.hybris.platform.processengine.action.AbstractAction
modelService, processParameterHelperFields inherited from interface de.hybris.platform.processengine.spring.Action
ERROR_RETURN_CODE, RETRY_RETURN_CODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteAction(QuoteProcessModel process) Executes thisAction's business logic working on the givenBusinessProcessModel.protected QuoteServicevoidsetQuoteService(QuoteService quoteService) Methods inherited from class de.hybris.platform.yacceleratorcore.actions.quote.AbstractQuoteDecisionAction
execute, getTransitionsMethods inherited from class de.hybris.platform.processengine.action.AbstractAction
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.processengine.spring.Action
getCurrentActionDefinitionContext
-
Constructor Details
-
CheckSellerApproverResponseOnQuoteAction
public CheckSellerApproverResponseOnQuoteAction()
-
-
Method Details
-
executeAction
public AbstractQuoteDecisionAction.Transition executeAction(QuoteProcessModel process) throws RetryLaterException, Exception Description copied from class:AbstractQuoteDecisionActionExecutes thisAction's business logic working on the givenBusinessProcessModel.- Specified by:
executeActionin classAbstractQuoteDecisionAction<QuoteProcessModel>- Parameters:
process- The process context to work on.- Returns:
- Transition
- Throws:
RetryLaterExceptionException
-
getQuoteService
-
setQuoteService
-