com.ibm.commerce.payment.ppc.commands

Interface PPCPaymentechBatchCtrlCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, ToolsControllerCommand
    All Known Implementing Classes:
    PPCPaymentechBatchCtrlCmdImpl


    public interface PPCPaymentechBatchCtrlCmd
    extends ToolsControllerCommand
    This tools controller command is used to process the pending deposit/credit transaction of paymentech by batch. It first creates batches for the transactions (crediting or depositing transactions) that need to be processed by batch. Then it processes the batches by calling the corresponding APIs of Websphere Commerce Payments. This command can be used as a scheduler. The default implementation of this command is PPCPaymentechBatchCtrlCmdImpl.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM Copyright notice field.
        See Also:
        Constant Field Values
      • CLASS_NAME

        static final java.lang.String CLASS_NAME
        The full name of this command.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setBatchId

        void setBatchId(java.lang.String batchId)
        This method sets the batch identifier.
        Parameters:
        batchId - the batch identifier to set.
      • getBatchId

        java.lang.String getBatchId()
        This method returns the batch identifier.
        Returns:
        String the batch identifier.
      • getMerchConfId

        java.lang.String getMerchConfId()
        This method returns the merchant configuration identifier.
        Returns:
        String the merchant configuration identifier.
      • setMerchConfId

        void setMerchConfId(java.lang.String merchConfId)
        This method sets the merchant configuration identifier.
        Parameters:
        merchConfId - the merchant configuration identifier to set.