com.ibm.commerce.payment.ppc.commands

Interface PPCPaymentEditCmd

  • 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:
    PPCPaymentEditCmdImpl


    public interface PPCPaymentEditCmd
    extends ToolsControllerCommand
    This Payments tools controller command is used to edit a payment object in WebSphere Commerce Payments component. Finally, it synchronizes the status of order of this payment associates to with the backend payment status after the edit operation.

    The default implementation of this command is PPCPaymentEditCmdImpl. The PPCPaymentEdit URL is mapped to this command by default.

    See Also:
    PPCCreditEditCmd
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of this interface is "com.ibm.commerce.payment.ppc.commands.PPCPaymentEditCmd".
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name is "com.ibm.commerce.payment.ppc.commands.PPCPaymentEditCmdImpl".
        See Also:
        Constant Field Values