com.ibm.commerce.payment.ppc.commands

Interface PPCCreditEditCmd

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


    public interface PPCCreditEditCmd
    extends ToolsControllerCommand
    This Payments tools controller command is used to edit a credit object in WebSphere Commerce Payments component. Finally, it synchronizes the status of RMA(Return Merchandise Authorization) of this credit depends on with the backend credit status after the edit operation.

    The default implementation of this command is PPCCreditEditCmdImpl. The PPCCreditEdit URL is mapped to this command by default.

    See Also:
    PPCPaymentEditCmd
    • 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 full class name for this interface file.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class.
        See Also:
        Constant Field Values