Uses of Interface
org.broadleafcommerce.core.workflow.Activity

Packages that use Activity
org.broadleafcommerce.core.checkout.service.workflow   
org.broadleafcommerce.core.payment.service.workflow   
org.broadleafcommerce.core.pricing.service.workflow   
org.broadleafcommerce.core.workflow   
 

Uses of Activity in org.broadleafcommerce.core.checkout.service.workflow
 

Classes in org.broadleafcommerce.core.checkout.service.workflow that implement Activity
 class CompleteOrderActivity
           
 class PaymentServiceActivity
           
 class PricingServiceActivity
           
 

Uses of Activity in org.broadleafcommerce.core.payment.service.workflow
 

Classes in org.broadleafcommerce.core.payment.service.workflow that implement Activity
 class CompositeActivity
           
 class PaymentActivity
           
 

Uses of Activity in org.broadleafcommerce.core.pricing.service.workflow
 

Classes in org.broadleafcommerce.core.pricing.service.workflow that implement Activity
 class FulfillmentGroupTotalActivity
           
 class OfferActivity
           
 class ShippingActivity
           
 class ShippingOfferActivity
           
 class TaxActivity
           
 class TotalActivity
           
 

Uses of Activity in org.broadleafcommerce.core.workflow
 

Classes in org.broadleafcommerce.core.workflow that implement Activity
 class BaseActivity
           
 

Methods in org.broadleafcommerce.core.workflow that return types with arguments of type Activity
 List<Activity> BaseProcessor.getActivities()
           
 

Methods in org.broadleafcommerce.core.workflow with parameters of type Activity
 boolean Processor.supports(Activity activity)
           
 boolean SequenceProcessor.supports(Activity activity)
           
 

Method parameters in org.broadleafcommerce.core.workflow with type arguments of type Activity
 void Processor.setActivities(List<Activity> activities)
           
 void BaseProcessor.setActivities(List<Activity> activities)
          Sets the collection of Activities to be executed by the Workflow Process
 



Copyright © 2012. All Rights Reserved.