public class SetLastUpdated extends ActionImpl
| Modifier and Type | Field and Description | 
|---|---|
java.lang.String | 
ABANDONED_ORDER_TOOLS_PATH
Location of the OrderRepository component. 
 | 
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
protected AbandonedOrderTools | 
mAbandonedOrderTools
the AbandonedOrderTools component 
 | 
static java.lang.String | 
PARAM_ORDER_ID
parameter: orderId 
 | 
protected static java.util.ResourceBundle | 
sResourceBundle
Resource Bundle 
 | 
| Constructor and Description | 
|---|
SetLastUpdated()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
configure(java.lang.Object pConfiguration)
Configures the action using the given configuration object. 
 | 
protected void | 
executeAction(ProcessExecutionContext pContext)
This method executes the action by calling the setLastUpdated method
 of AbandonedOrderTools. 
 | 
void | 
initialize(java.util.Map pParameters)
Initializes the action with the given parameters. 
 | 
execute, execute, getActionName, getParameterExpression, getParameterValue, storeOptionalParameter, storeRequiredMutableParameter, storeRequiredParameter, toString, toStringpublic static java.lang.String CLASS_VERSION
protected static java.util.ResourceBundle sResourceBundle
public static final java.lang.String PARAM_ORDER_ID
public java.lang.String ABANDONED_ORDER_TOOLS_PATH
protected AbandonedOrderTools mAbandonedOrderTools
public void configure(java.lang.Object pConfiguration)
               throws ProcessException
configure in interface Actionconfigure in class ActionImplProcessException - if the action could not be configured
 - for example, because some of the required properties are
 missing from the configurationpublic void initialize(java.util.Map pParameters)
                throws ProcessException
initialize in interface Actioninitialize in class ActionImplProcessException - if the action could not be properly
 initialized - for example, if not all of the required parameters
 are present in the MapExpressionprotected void executeAction(ProcessExecutionContext pContext) throws ProcessException
executeAction in class ActionImplProcessException - if the action can not be executed