Class AddOrderItemActivity

java.lang.Object
org.broadleafcommerce.core.workflow.BaseActivity<ProcessContext<CartOperationRequest>>
org.broadleafcommerce.core.order.service.workflow.add.AddOrderItemActivity
All Implemented Interfaces:
Activity<ProcessContext<CartOperationRequest>>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.core.Ordered

@Component("blAddOrderItemActivity") public class AddOrderItemActivity extends BaseActivity<ProcessContext<CartOperationRequest>>
  • Field Details

    • ORDER

      public static final int ORDER
      See Also:
    • orderService

      protected OrderService orderService
    • orderItemService

      protected OrderItemService orderItemService
    • catalogService

      protected CatalogService catalogService
    • genericEntityDao

      protected org.broadleafcommerce.common.dao.GenericEntityDao genericEntityDao
  • Constructor Details

    • AddOrderItemActivity

      public AddOrderItemActivity()
  • Method Details