Uses of Class
org.broadleafcommerce.core.workflow.BaseActivity

Packages that use BaseActivity
org.broadleafcommerce.core.checkout.service.workflow   
org.broadleafcommerce.core.offer.service.workflow   
org.broadleafcommerce.core.order.service.workflow   
org.broadleafcommerce.core.order.service.workflow.add   
org.broadleafcommerce.core.order.service.workflow.remove   
org.broadleafcommerce.core.order.service.workflow.update   
org.broadleafcommerce.core.payment.service.workflow   
org.broadleafcommerce.core.pricing.service.workflow   
 

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

Subclasses of BaseActivity in org.broadleafcommerce.core.checkout.service.workflow
 class CompleteOrderActivity
           
 class PaymentServiceActivity
           
 class PricingServiceActivity
           
 

Uses of BaseActivity in org.broadleafcommerce.core.offer.service.workflow
 

Subclasses of BaseActivity in org.broadleafcommerce.core.offer.service.workflow
 class RecordOfferUsageActivity
          Saves an instance of OfferAudit for each offer in the passed in order.
 class VerifyCustomerMaxOfferUsesActivity
          Checks the offers being used in the order to make sure that the customer has not exceeded the max uses for the offer.
 

Uses of BaseActivity in org.broadleafcommerce.core.order.service.workflow
 

Subclasses of BaseActivity in org.broadleafcommerce.core.order.service.workflow
 class CheckAvailabilityActivity
           
 class PriceOrderIfNecessaryActivity
           
 class VerifyFulfillmentGroupItemsActivity
           
 

Uses of BaseActivity in org.broadleafcommerce.core.order.service.workflow.add
 

Subclasses of BaseActivity in org.broadleafcommerce.core.order.service.workflow.add
 class AddFulfillmentGroupItemActivity
           
 class AddOrderItemActivity
           
 class ValidateAddRequestActivity
           
 

Uses of BaseActivity in org.broadleafcommerce.core.order.service.workflow.remove
 

Subclasses of BaseActivity in org.broadleafcommerce.core.order.service.workflow.remove
 class RemoveFulfillmentGroupItemActivity
           
 class RemoveOrderItemActivity
          This class is responsible for removing OrderItems when requested by the OrderService.
 class RemoveOrderMultishipOptionActivity
           
 class ValidateRemoveRequestActivity
           
 

Uses of BaseActivity in org.broadleafcommerce.core.order.service.workflow.update
 

Subclasses of BaseActivity in org.broadleafcommerce.core.order.service.workflow.update
 class UpdateFulfillmentGroupItemActivity
           
 class UpdateOrderItemActivity
           
 class UpdateOrderMultishipOptionActivity
           
 class ValidateUpdateRequestActivity
           
 

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

Subclasses of BaseActivity in org.broadleafcommerce.core.payment.service.workflow
 class CompositeActivity
           
 class PaymentActivity
           
 

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

Subclasses of BaseActivity in org.broadleafcommerce.core.pricing.service.workflow
 class AutoBundleActivity
          This pricing workflow step will automatically bundle items in the cart.
 class ConsolidateFulfillmentFeesActivity
           
 class FulfillmentGroupMerchandiseTotalActivity
          Called during the pricing workflow to set the merchandise total for each FulfillmentGroup in an Order.
 class FulfillmentGroupPricingActivity
          Called during the pricing workflow to compute all of the fulfillment costs for all of the FulfillmentGroups on an Order and updates Order with the total price of all of the FufillmentGroups
 class OfferActivity
           
 class ShippingActivity
          Deprecated. Should use the FulfillmentOption paradigm, implemented in FulfillmentPricingService. This activity was replaced by FulfillmentGroupPricingActivity.
 class ShippingOfferActivity
           
 class TaxActivity
           
 class TotalActivity
          The TotalActivity is responsible for calculating and setting totals for a given order.
 



Copyright © 2012. All Rights Reserved.