| Modifier and Type | Class and Description |
|---|---|
class |
CompleteOrderActivity |
class |
PaymentServiceActivity |
class |
PricingServiceActivity |
| 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 | Method and Description |
|---|---|
void |
RecordOfferUsageRollbackHandler.rollbackState(Activity activity,
ProcessContext processContext,
Map<String,Object> stateConfiguration) |
| Modifier and Type | Class and Description |
|---|---|
class |
PriceOrderIfNecessaryActivity |
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 removing OrderItems when requested by the OrderService.
|
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 |
CompositeActivity |
class |
PaymentActivity |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| 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 |
BaseActivity |
class |
BaseExtensionActivity |
| Modifier and Type | Method and Description |
|---|---|
List<Activity> |
BaseProcessor.getActivities() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Processor.supports(Activity activity) |
boolean |
SequenceProcessor.supports(Activity activity) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseProcessor.setActivities(List<Activity> activities)
Sets the collection of Activities to be executed by the Workflow Process
|
void |
Processor.setActivities(List<Activity> activities) |
| Modifier and Type | Method and Description |
|---|---|
Activity |
RollbackFailureException.getActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityStateManager.registerState(Activity activity,
ProcessContext processContext,
RollbackHandler rollbackHandler,
Map<String,Object> stateItems)
Register a RollbackHandler instance and some arbitrary state items with the
StateManager.
|
void |
ActivityStateManagerImpl.registerState(Activity activity,
ProcessContext processContext,
RollbackHandler rollbackHandler,
Map<String,Object> stateItems) |
void |
ActivityStateManager.registerState(Activity activity,
ProcessContext processContext,
String region,
RollbackHandler rollbackHandler,
Map<String,Object> stateItems)
Register a RollbackHandler instance and some arbitrary state items with the
StateManager.
|
void |
ActivityStateManagerImpl.registerState(Activity activity,
ProcessContext processContext,
String region,
RollbackHandler rollbackHandler,
Map<String,Object> stateItems) |
void |
RollbackHandler.rollbackState(Activity activity,
ProcessContext processContext,
Map<String,Object> stateConfiguration)
Rollback the state of the activity to what it was prior to execution.
|
void |
RollbackFailureException.setActivity(Activity activity) |
Copyright © 2014. All Rights Reserved.