Class MarkQuoteNotificationAsSentAction
- java.lang.Object
-
- de.hybris.platform.processengine.action.AbstractAction<T>
-
- de.hybris.platform.processengine.action.AbstractProceduralAction<QuoteProcessModel>
-
- de.hybris.platform.yacceleratorcore.actions.quote.MarkQuoteNotificationAsSentAction
-
- All Implemented Interfaces:
Action<QuoteProcessModel>
public class MarkQuoteNotificationAsSentAction extends AbstractProceduralAction<QuoteProcessModel>
A generic quote process action used to mark a specific notification type {set in quoteNotificationType} as generated for the quote.
-
-
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, processParameterHelper
-
Fields inherited from interface de.hybris.platform.processengine.spring.Action
ERROR_RETURN_CODE, RETRY_RETURN_CODE
-
-
Constructor Summary
Constructors Constructor Description MarkQuoteNotificationAsSentAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeAction(QuoteProcessModel quoteProcessModel)
Executes thisAction
's business logic working on the givenBusinessProcessModel
.protected QuoteNotificationType
getQuoteNotificationType()
protected QuoteService
getQuoteService()
void
setQuoteNotificationType(QuoteNotificationType quoteNotificationType)
void
setQuoteService(QuoteService quoteService)
-
Methods inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
execute, getTransitions
-
Methods inherited from class de.hybris.platform.processengine.action.AbstractAction
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelper
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.processengine.spring.Action
getCurrentActionDefinitionContext
-
-
-
-
Method Detail
-
executeAction
public void executeAction(QuoteProcessModel quoteProcessModel) throws java.lang.Exception
Description copied from class:AbstractProceduralAction
Executes thisAction
's business logic working on the givenBusinessProcessModel
.- Specified by:
executeAction
in classAbstractProceduralAction<QuoteProcessModel>
- Parameters:
quoteProcessModel
- The process context to work on.- Throws:
RetryLaterException
java.lang.Exception
-
getQuoteService
protected QuoteService getQuoteService()
-
setQuoteService
public void setQuoteService(QuoteService quoteService)
-
getQuoteNotificationType
protected QuoteNotificationType getQuoteNotificationType()
-
setQuoteNotificationType
public void setQuoteNotificationType(QuoteNotificationType quoteNotificationType)
-
-