com.ibm.commerce.payment.ppc.bean.commands

Class PPCListPendingPaymentsForPluginCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright
        See Also:
        Constant Field Values
    • Constructor Detail

      • PPCListPendingPaymentsForPluginCmdImpl

        public PPCListPendingPaymentsForPluginCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws ECException
        This method provides the main business logic of this command, which invokes the PaymentsJDBCHelperAccessor to get list of the payment with pending state.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractECTargetableCommand
        Throws:
        ECException - In case of any ECException
      • getLocale

        public java.util.Locale getLocale()
        This method returns the locale from the command context.
        Returns:
        The locale from the command context