Class CreateBuyerOfferAction
java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.processengine.action.AbstractProceduralAction<QuoteProcessModel>
de.hybris.platform.yacceleratorcore.actions.quote.CreateBuyerOfferAction
- All Implemented Interfaces:
Action<QuoteProcessModel>
This action class checks for seller approver response. If quote was approved, a new quote snapshot will be created
with status as BUYER_OFFER
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
AbstractProceduralAction.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 TypeMethodDescriptionvoidexecuteAction(QuoteProcessModel process) Executes thisAction's business logic working on the givenBusinessProcessModel.protected CommerceQuoteServiceprotected QuoteServicevoidsetCommerceQuoteService(CommerceQuoteService commerceQuoteService) voidsetQuoteService(QuoteService quoteService) Methods inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
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
-
CreateBuyerOfferAction
public CreateBuyerOfferAction()
-
-
Method Details
-
executeAction
Description copied from class:AbstractProceduralActionExecutes thisAction's business logic working on the givenBusinessProcessModel.- Specified by:
executeActionin classAbstractProceduralAction<QuoteProcessModel>- Parameters:
process- The process context to work on.- Throws:
RetryLaterExceptionException
-
getQuoteService
-
setQuoteService
-
getCommerceQuoteService
-
setCommerceQuoteService
-