public class CouponDSSCmdImpl extends ControllerCommandImpl implements CouponDSSCmd
CouponDSSTaskCmd.
If the selection was correct then if the SUCCESS_URL is specified the controller is transferred
to that URL, otherwise, CouponDSSSuccessView is displayed.
If the selection was incorrect then if the FAILURE_URL is specified the controller is transferred
to that URL, otherwise, ApplicableCouponView is displayed.defaultCommandClassName| Constructor and Description |
|---|
CouponDSSCmdImpl()
Deprecated.
CouponDSSCmdImpl constructor, call super.
|
| Modifier and Type | Method and Description |
|---|---|
AccessVector |
getResources()
Deprecated.
Gets the resources for eCoupon promotion.
|
boolean |
isReadyToCallExecute()
Deprecated.
It always returns true.
|
void |
performExecute()
Deprecated.
For customizability, it simply calls a task command
CouponDSSTaskCmd. |
void |
trace(java.lang.String traceString)
Deprecated.
Trace the debug info only.
|
void |
validateParameters()
Deprecated.
It validates the parameters.
|
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setRequestProperties, setResponseProperties, setRetriable, setViewInputPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesfulfills, getOwnerpublic CouponDSSCmdImpl()
public AccessVector getResources() throws ECSystemException
getResources in interface ECCommandgetResources in class AbstractECTargetableCommandECSystemExceptionpublic boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractECTargetableCommandpublic void performExecute()
throws ECException
CouponDSSTaskCmd.
If the selection was correct then if the SUCCESS_URL is specified the controller is transferred
to that URL, otherwise, CouponDSSSuccessView is displayed.
If the selection was incorrect then if the FAILURE_URL is specified the controller is transferred
to that URL, otherwise, ApplicableCouponView is displayed.performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommand: - com.ibm.commerce.exception.ECExceptionECExceptionpublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECExceptionpublic void trace(java.lang.String traceString)
traceString -