public class ValidateAddRequestActivity extends BaseActivity
| Modifier and Type | Field and Description |
|---|---|
protected CatalogService |
catalogService |
protected OrderService |
orderService |
| Constructor and Description |
|---|
ValidateAddRequestActivity() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkSkuForMatch(Sku sku,
Map<String,String> attributeValues) |
protected Sku |
determineSku(Product product,
Long skuId,
Map<String,String> attributeValues) |
ProcessContext |
execute(ProcessContext context)
Called by the encompassing processor to activate
the execution of the Activity
|
protected Sku |
findMatchingSku(Product product,
Map<String,String> attributeValues) |
getAutomaticallyRegisterRollbackHandler, getBeanName, getErrorHandler, getRollbackHandler, getRollbackRegion, getStateConfiguration, setAutomaticallyRegisterRollbackHandler, setBeanName, setErrorHandler, setRollbackHandler, setRollbackRegion, setStateConfigurationprotected OrderService orderService
protected CatalogService catalogService
public ProcessContext execute(ProcessContext context) throws Exception
Activitycontext - - process context for this workflowExceptionprotected Sku determineSku(Product product, Long skuId, Map<String,String> attributeValues)
Copyright © 2014. All rights reserved.