Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
com.ibm.commerce.edp.commands
Interface AEDPPaymentTaskCmd
All Superinterfaces:
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:
AEDPStoreTaskCmd
,
ChangePaymentCurrencyTaskCmd
,
CheckOrderEditableTaskCmd
,
CheckOrderPaymentAuthorizedCmd
,
CheckOrderPaymentDepositedCmd
,
EditCmd
,
FinalizePaymentCmd
,
PrimePaymentCmd
,
ProcessPaymentEventCmd
,
QueryPIsCmd
,
ReservePaymentCmd
,
StoreAndValidatePaymentCmd
,
SynchronizeOrderWithBackendCmd
,
TriggerPaymentActionsCmd
All Known Implementing Classes:
AEDPPaymentTaskCmdImpl
,
AEDPStoreTaskCmdImpl
,
CancelOrderCmdImpl
,
CancelOrderVoidCmdImpl
,
ChangePaymentCurrencyTaskCmdImpl
,
ChangePaymentCurrencyVoidTaskCmdImpl
,
CheckOrderEditableTaskCmdImpl
,
CheckOrderEditableVoidTaskCmdImpl
,
CheckOrderPaymentAuthorizedCmdImpl
,
CheckOrderPaymentAuthorizedVoidCmdImpl
,
CheckOrderPaymentDepositedCmdImpl
,
CheckOrderPaymentDepositedVoidCmdImpl
,
EditCmdImpl
,
EditVoidCmdImpl
,
FinalizePaymentCmdImpl
,
FinalizePaymentVoidCmdImpl
,
PrimePaymentCmdImpl
,
PrimePaymentVoidCmdImpl
,
ProcessPaymentEventCmdImpl
,
ProcessPaymentEventVoidCmdImpl
,
QueryPIsCmdImpl
,
QueryPIsVoidCmdImpl
,
ReservePaymentCmdImpl
,
ReservePaymentVoidCmdImpl
,
StoreAndValidatePaymentCmdImpl
,
StoreAndValidatePaymentVoidCmdImpl
,
SynchronizeOrderWithBackendCmdImpl
,
TriggerPaymentActionsCmdImpl
,
TriggerPaymentActionsVoidCmdImpl
public interface
AEDPPaymentTaskCmd
extends
AEDPTaskCmd
This Payments task command is the base interface for payments rules task commands. 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.
Fields inherited from interface com.ibm.commerce.command.CacheableECCommand
defaultCommandClassName
Fields inherited from interface com.ibm.websphere.command.Command
serialVersionUID
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.commerce.command.CacheableECCommand
execute
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.websphere.command.Command
isReadyToCallExecute, reset
Methods inherited from interface com.ibm.websphere.command.CommandCaller
unionDependencies
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method