public abstract class AbstractProceduralB2BOrderApproveAuditAction extends AbstractProceduralB2BOrderApproveAction
AbstractProceduralAction.TransitionmodelService, processParameterHelperERROR_RETURN_CODE, RETRY_RETURN_CODE| Constructor and Description |
|---|
AbstractProceduralB2BOrderApproveAuditAction() |
| Modifier and Type | Method and Description |
|---|---|
OrderHistoryEntryModel |
createAuditHistory(OrderModel order,
ItemModel historyEntryOwner,
java.lang.String messageKey,
java.lang.Object[] localizationArguments)
Creates a
OrderHistoryEntryModel for a given order with a snapshot of the order see
OrderHistoryService.createHistorySnapshot(de.hybris.platform.core.model.order.OrderModel). |
protected I18NService |
getI18NService() |
protected L10NService |
getL10NService() |
abstract java.lang.Object[] |
getLocalizationArguments(OrderModel order) |
protected OrderHistoryService |
getOrderHistoryService() |
protected SessionService |
getSessionService() |
protected UserService |
getUserService() |
void |
setI18NService(I18NService i18NService) |
void |
setL10NService(L10NService l10NService) |
void |
setOrderHistoryService(OrderHistoryService orderHistoryService) |
void |
setSessionService(SessionService sessionService) |
void |
setUserService(UserService userService) |
executeAction, executeActionexecute, getTransitionscreateTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentActionDefinitionContextpublic AbstractProceduralB2BOrderApproveAuditAction()
public OrderHistoryEntryModel createAuditHistory(OrderModel order, ItemModel historyEntryOwner, java.lang.String messageKey, java.lang.Object[] localizationArguments)
OrderHistoryEntryModel for a given order with a snapshot of the order see
OrderHistoryService.createHistorySnapshot(de.hybris.platform.core.model.order.OrderModel).order - Original OrderhistoryEntryOwner - Will be set as the owner of the OrderHistoryEntryModelmessageKey - the resource key to the Resource Bundle see L10NService.getLocalizedString(String, Object[])localizationArguments - A list of values for the text arguments (see MessageFormat.format(String, Object[]))OrderHistoryEntryModelpublic abstract java.lang.Object[] getLocalizationArguments(OrderModel order)
protected L10NService getL10NService()
public void setL10NService(L10NService l10NService)
protected OrderHistoryService getOrderHistoryService()
public void setOrderHistoryService(OrderHistoryService orderHistoryService)
protected UserService getUserService()
public void setUserService(UserService userService)
protected I18NService getI18NService()
public void setI18NService(I18NService i18NService)
protected SessionService getSessionService()
public void setSessionService(SessionService sessionService)
Copyright © 2018 SAP SE. All Rights Reserved.