public class DetermineSortedPaymentsVoidCmdImpl extends TaskCommandImpl implements DetermineSortedPaymentsCmd
DetermineSortedPaymentsCmd command.
This class does nothing to the available payments in the payment container. Payments in the
payment container will be returned in the order in which they are submitted to the command.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME
Class name
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
DetermineSortedPaymentsVoidCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getOrderId()
This method returns the current order ID.
|
java.util.Collection |
getPaymentContainer()
This method gets the payment container passed in.
|
void |
performExecute()
This method executes the main business logic of this command.
|
void |
setOrderId(java.lang.Long orderIdentifier)
This method sets the current order ID.
|
void |
setPaymentContainer(java.util.Collection container)
This method sets the payment container passed in.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, 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, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASS_NAME
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic java.util.Collection getPaymentContainer()
getPaymentContainer in interface DetermineSortedPaymentsCmdpublic void setPaymentContainer(java.util.Collection container)
setPaymentContainer in interface DetermineSortedPaymentsCmdcontainer - the payment container passed inpublic void setOrderId(java.lang.Long orderIdentifier)
setOrderId in interface DetermineSortedPaymentsCmdorderIdentifier - the current order IDpublic java.lang.Long getOrderId()