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

Class PPCListPaymentsForPICmdImpl

  • All Implemented Interfaces:
    DataBeanCommand, ECCommand, ECTargetableCommand, com.ibm.commerce.command.TargetableECCommand, PPCListPaymentsForPICmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class PPCListPaymentsForPICmdImpl
    extends DataBeanCommandImpl
    implements PPCListPaymentsForPICmd
    This class is the implementation class of PPCListPaymentsForPICmd.
    • This command populates the data for PPCListPaymentsForPIDataBean.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • PPCListPaymentsForPICmdImpl

        public PPCListPaymentsForPICmdImpl()
    • 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 by a specified payment instruction identifier.
        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