public class ConsolidateFulfillmentFeesActivity extends BaseActivity
| Modifier and Type | Field and Description |
|---|---|
protected static Map |
EXPRESSION_CACHE |
protected FulfillmentGroupService |
fulfillmentGroupService |
| Constructor and Description |
|---|
ConsolidateFulfillmentFeesActivity() |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
execute(ProcessContext context)
Called by the encompassing processor to activate
the execution of the Activity
|
protected boolean |
shouldApplyFeeToFulfillmentGroup(SkuFee fee,
FulfillmentGroup fulfillmentGroup)
If the SkuFee expression is null or empty, this method will always return true
|
getAutomaticallyRegisterRollbackHandler, getBeanName, getErrorHandler, getRollbackHandler, getRollbackRegion, getStateConfiguration, setAutomaticallyRegisterRollbackHandler, setBeanName, setErrorHandler, setRollbackHandler, setRollbackRegion, setStateConfigurationprotected static final Map EXPRESSION_CACHE
protected FulfillmentGroupService fulfillmentGroupService
public ProcessContext execute(ProcessContext context) throws Exception
Activitycontext - - process context for this workflowExceptionprotected boolean shouldApplyFeeToFulfillmentGroup(SkuFee fee, FulfillmentGroup fulfillmentGroup)
fee - fulfillmentGroup - Copyright © 2014. All rights reserved.