public class SendQuoteToDatahubAction extends AbstractSimpleDecisionAction<QuoteProcessModel>
AbstractSimpleDecisionAction.TransitionmodelService, processParameterHelperERROR_RETURN_CODE, RETRY_RETURN_CODE| Constructor and Description |
|---|
SendQuoteToDatahubAction() |
| Modifier and Type | Method and Description |
|---|---|
AbstractSimpleDecisionAction.Transition |
executeAction(QuoteProcessModel process)
Executes this
Action's business logic working on the given BusinessProcessModel. |
QuoteService |
getQuoteService() |
SendToDataHubHelper<QuoteModel> |
getSendQuoteToDataHubHelper() |
void |
setQuoteService(QuoteService quoteService) |
void |
setSendQuoteToDataHubHelper(SendToDataHubHelper<QuoteModel> sendQuoteToDataHubHelper) |
execute, getTransitionscreateTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentActionDefinitionContextpublic AbstractSimpleDecisionAction.Transition executeAction(QuoteProcessModel process)
AbstractSimpleDecisionActionAction's business logic working on the given BusinessProcessModel.executeAction in class AbstractSimpleDecisionAction<QuoteProcessModel>process - The process context to work on.public SendToDataHubHelper<QuoteModel> getSendQuoteToDataHubHelper()
public void setSendQuoteToDataHubHelper(SendToDataHubHelper<QuoteModel> sendQuoteToDataHubHelper)
public QuoteService getQuoteService()
public void setQuoteService(QuoteService quoteService)
Copyright © 2018 SAP SE. All Rights Reserved.