|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.process.action.ActionImpl
atg.commerce.order.abandoned.SetLastUpdated
public class SetLastUpdated
This action sets the lastUpdated property of the order to the current system time.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
SetLastUpdated()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class atg.process.action.ActionImpl |
|---|
execute, execute, getActionName, getParameterExpression, getParameterValue, storeOptionalParameter, storeRequiredMutableParameter, storeRequiredParameter, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public 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
| Constructor Detail |
|---|
public SetLastUpdated()
| Method Detail |
|---|
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 configuration
public 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 MapExpression
protected void executeAction(ProcessExecutionContext pContext)
throws ProcessException
executeAction in class ActionImplProcessException - if the action can not be executed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||