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.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class.
static java.lang.String NAME
           
 
Method Summary
 void setPaymentSummary(PaymentSummaryAccessBean abPaymentSummary)
          Sets the paymentSummary property of the command.
 
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
 

Field Detail

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
Method Detail

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.