com.ibm.commerce.edp.commands
Interface AEDPStoreTaskCmd
-
- All Superinterfaces:
- AEDPPaymentTaskCmd, AEDPTaskCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
- All Known Subinterfaces:
- FinalizePaymentCmd, PrimePaymentCmd, ReservePaymentCmd, StoreAndValidatePaymentCmd
- All Known Implementing Classes:
- AEDPStoreTaskCmdImpl, FinalizePaymentCmdImpl, FinalizePaymentVoidCmdImpl, PrimePaymentCmdImpl, PrimePaymentVoidCmdImpl, ReservePaymentCmdImpl, ReservePaymentVoidCmdImpl, StoreAndValidatePaymentCmdImpl, StoreAndValidatePaymentVoidCmdImpl
public interface AEDPStoreTaskCmd extends AEDPPaymentTaskCmd
This command is the base interface for payments rules task commands which are related to Order events. This command has no default implementation.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM Copyright notice field.
-
Method Summary
-
Methods inherited from interface com.ibm.commerce.edp.commands.AEDPTaskCmd
getCurrency, getEDPResults, getLanguageId, getLocale, getOrderChannel, getOrderId, setEDPResults, setOrderId
-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
The IBM Copyright notice field.- See Also:
- Constant Field Values
-
-