public class CloneCartAction extends AbstractProceduralAction<ReplenishmentProcessModel>
AbstractProceduralAction.TransitionmodelService, processParameterHelperERROR_RETURN_CODE, RETRY_RETURN_CODE| Constructor and Description |
|---|
CloneCartAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeAction(ReplenishmentProcessModel process)
Executes this
Action's business logic working on the given BusinessProcessModel. |
protected CartService |
getCartService() |
protected KeyGenerator |
getGuidKeyGenerator() |
protected TypeService |
getTypeService() |
protected UserService |
getUserService() |
void |
setCartService(CartService cartService) |
void |
setGuidKeyGenerator(KeyGenerator guidKeyGenerator) |
void |
setTypeService(TypeService typeService) |
void |
setUserService(UserService userService) |
execute, getTransitionscreateTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentActionDefinitionContextpublic void executeAction(ReplenishmentProcessModel process) throws java.lang.Exception
AbstractProceduralActionAction's business logic working on the given BusinessProcessModel.executeAction in class AbstractProceduralAction<ReplenishmentProcessModel>process - The process context to work on.RetryLaterExceptionjava.lang.Exceptionprotected CartService getCartService()
public void setCartService(CartService cartService)
protected TypeService getTypeService()
public void setTypeService(TypeService typeService)
protected UserService getUserService()
public void setUserService(UserService userService)
protected KeyGenerator getGuidKeyGenerator()
public void setGuidKeyGenerator(KeyGenerator guidKeyGenerator)
Copyright © 2018 SAP SE. All Rights Reserved.