| Modifier and Type | Class and Description |
|---|---|
class |
CommitTaxActivity
This is an optional activity to allow a committal of taxes to a tax sub system.
|
class |
CompleteOrderActivity |
class |
DecrementInventoryActivity
Decrements inventory
|
class |
PricingServiceActivity |
class |
ValidateAndConfirmPaymentActivity
Verifies that there is enough payment on the order via the successful amount on
PaymentTransactionType.AUTHORIZE and
PaymentTransactionType.AUTHORIZE_AND_CAPTURE transactions. |
class |
ValidateProductOptionsActivity
This is an required activity to valiate if required product options are in the order.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckAvailabilityActivity
This activity handles both adds and updates.
|
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
AddFulfillmentGroupItemActivity |
class |
AddOrderItemActivity |
class |
ValidateAddRequestActivity |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateFulfillmentGroupItemActivity |
class |
UpdateOrderItemActivity |
class |
UpdateOrderMultishipOptionActivity |
class |
ValidateUpdateRequestActivity |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateProductOptionsOrderItemActivity |
class |
ValidateUpdateProductOptionsRequestActivity |
| Modifier and Type | Class and Description |
|---|---|
class |
AdjustOrderPaymentsActivity
The AdjustOrderPaymentsActivity is responsible for adjusting any of the order payments
that have already been applied to the order.
|
class |
AutoBundleActivity
This pricing workflow step will automatically bundle items in the cart.
|
class |
CompositeActivity |
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
Utilized within the blPricingWorkflow to calculate tax for an
Order |
class |
TotalActivity
The TotalActivity is responsible for calculating and setting totals for a given order.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThirdPartyInteractionLatencySimulationActivity
Simple workflow activity to simulate an amount of latency introduced by communicating
with a third party provider (e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseExtensionActivity<T extends ProcessContext<? extends Object>> |
class |
PassThroughActivity
A Do-nothing activity used to test proper merge ordering in workflows
|
Copyright © 2015. All Rights Reserved.