com.ibm.commerce.payment.extern
Interface ForwardPaymentSummaryCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- ForwardPaymentSummaryCmdImpl
- public interface ForwardPaymentSummaryCmd
- extends TaskCommand
The ForwardPaymentSummaryCmd
Task Command is called by the PaymentSummaryGenerate
scheduled command to forward payment summary information to an external accounting system.
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- The default implementation class.
NAME
public static final java.lang.String NAME
setPaymentSummary
public void setPaymentSummary(PaymentSummaryAccessBean abPaymentSummary)
- Sets the paymentSummary property of the command. The property is a reference to the
com.ibm.commerce.payment.objects.PaymentSummaryAccessBean that holds the payment summary
data.
- Parameters:
abPaymentSummary
- The PaymentSummaryAccessBean that holds the payment summary data.