|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BaseActivity in org.broadleafcommerce.core.checkout.service.workflow |
|---|
| Subclasses of BaseActivity in org.broadleafcommerce.core.checkout.service.workflow | |
|---|---|
class |
CommitTaxActivity
This is an optional activity to allow a committal of taxes to a tax sub system. |
class |
CompleteOrderActivity
|
class |
PaymentServiceActivity
|
class |
PricingServiceActivity
|
class |
ValidateProductOptionsActivity
This is an required activity to valiate if required product options are in the order. |
| 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 |
PriceOrderIfNecessaryActivity
As of Broadleaf version 3.1.0, saves of individual aspects of an Order (such as OrderItems and FulfillmentGroupItems) no longer happen in their respective activities. |
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 determining which OrderItems should be removed from the order, taking into account the fact that removing an OrderItem should also remove all of its child order items. |
class |
RemoveOrderMultishipOptionActivity
|
class |
ValidateRemoveRequestActivity
|
| Uses of BaseActivity in org.broadleafcommerce.core.order.service.workflow.update |
|---|
| Uses of BaseActivity in org.broadleafcommerce.core.order.service.workflow.update.options |
|---|
| Subclasses of BaseActivity in org.broadleafcommerce.core.order.service.workflow.update.options | |
|---|---|
class |
UpdateProductOptionsOrderItemActivity
|
class |
ValidateUpdateProductOptionsRequestActivity
|
| 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 |
FulfillmentItemPricingActivity
Called during the pricing workflow to set each item's merchandise total and taxable total |
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. |
| Uses of BaseActivity in org.broadleafcommerce.core.util |
|---|
| Subclasses of BaseActivity in org.broadleafcommerce.core.util | |
|---|---|
class |
ThirdPartyInteractionLatencySimulationActivity
Simple workflow activity to simulate an amount of latency introduced by communicating with a third party provider (e.g. |
| Uses of BaseActivity in org.broadleafcommerce.core.workflow |
|---|
| Subclasses of BaseActivity in org.broadleafcommerce.core.workflow | |
|---|---|
class |
BaseExtensionActivity<T extends ProcessContext<? extends Object>>
|
class |
PassThroughActivity
A Do-nothing activity used to test proper merge ordering in workflows |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||