Class AbstractOrderAction<T extends OrderProcessModel>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected de.hybris.platform.servicelayer.time.TimeService timeService  
      • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected OrderHistoryEntryModel createHistoryLog​(java.lang.String description, OrderModel order)
      Prepares order history entry OrderHistoryEntryModel for the given order and description and with the current timestamp.
      protected de.hybris.platform.servicelayer.time.TimeService getTimeService()  
      void setTimeService​(de.hybris.platform.servicelayer.time.TimeService timeService)  
      • 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

        execute, getCurrentActionDefinitionContext, getTransitions
    • Field Detail

      • timeService

        protected de.hybris.platform.servicelayer.time.TimeService timeService
    • Constructor Detail

      • AbstractOrderAction

        public AbstractOrderAction()
    • Method Detail

      • getTimeService

        protected de.hybris.platform.servicelayer.time.TimeService getTimeService()
      • setTimeService

        public void setTimeService​(de.hybris.platform.servicelayer.time.TimeService timeService)