public class CheckCustomerReplicationAction extends AbstractSimpleDecisionAction<OrderProcessModel>
AbstractSimpleDecisionAction.TransitionmodelService, processParameterHelperERROR_RETURN_CODE, RETRY_RETURN_CODE| Constructor and Description |
|---|
CheckCustomerReplicationAction() |
| Modifier and Type | Method and Description |
|---|---|
AbstractSimpleDecisionAction.Transition |
executeAction(OrderProcessModel process)
Executes this
Action's business logic working on the given BusinessProcessModel. |
B2CCustomerHelper |
getB2CCustomerHelper() |
FlexibleSearchService |
getFlexibleSearchService() |
SAPGlobalConfigurationService |
getsAPGlobalConfigurationService() |
protected boolean |
isB2BCase(OrderModel orderModel) |
protected boolean |
isGuestUser(CustomerModel customerModel) |
void |
setB2CCustomerHelper(B2CCustomerHelper b2cCustomerHelper) |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setsAPGlobalConfigurationService(SAPGlobalConfigurationService sAPGlobalConfigurationService) |
execute, getTransitionscreateTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentActionDefinitionContextpublic B2CCustomerHelper getB2CCustomerHelper()
public void setB2CCustomerHelper(B2CCustomerHelper b2cCustomerHelper)
public SAPGlobalConfigurationService getsAPGlobalConfigurationService()
public void setsAPGlobalConfigurationService(SAPGlobalConfigurationService sAPGlobalConfigurationService)
public FlexibleSearchService getFlexibleSearchService()
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
public AbstractSimpleDecisionAction.Transition executeAction(OrderProcessModel process)
AbstractSimpleDecisionActionAction's business logic working on the given BusinessProcessModel.executeAction in class AbstractSimpleDecisionAction<OrderProcessModel>process - The process context to work on.protected boolean isB2BCase(OrderModel orderModel)
protected boolean isGuestUser(CustomerModel customerModel)
Copyright © 2018 SAP SE. All Rights Reserved.