public class ForwardPaymentSummaryCmdImpl extends TaskCommandImpl implements ForwardPaymentSummaryCmd
ForwardPaymentSummaryCmdImpl Task Command is called by the
PaymentSummaryGenerate command to forward payment summary data to an external
accounting system. This command implementation is empty. It is intended for
third-parties to extend and write implementation code for integration with an
external accounting system.defaultCommandClassName, NAME| Constructor and Description |
|---|
ForwardPaymentSummaryCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
The business logic for this command.
|
void |
reset()
This method should be called after a command has been executed to reset its states variables.
|
void |
setPaymentSummary(PaymentSummaryAccessBean abPaymentSummary)
Sets the paymentSummary property of the command.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, 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 void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException.ECExceptionpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setPaymentSummary(PaymentSummaryAccessBean abPaymentSummary)
setPaymentSummary in interface ForwardPaymentSummaryCmdabPaymentSummary - the PaymentSummaryAccessBean that holds the payment summary data