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

Class PPCListTransactionsForPaymentCmdImpl

  • java.lang.Object
    • com.ibm.websphere.command.CacheableCommandImpl
      • com.ibm.commerce.command.MeasuredCacheableCommandImpl
        • com.ibm.commerce.command.AbstractECTargetableCommand
          • com.ibm.commerce.command.DataBeanCommandImpl
            • com.ibm.commerce.payment.ppc.bean.commands.PPCListTransactionsForPaymentCmdImpl
  • All Implemented Interfaces:
    com.ibm.commerce.command.DataBeanCommand, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.ECTargetableCommand, com.ibm.commerce.command.TargetableECCommand, PPCListTransactionsForPaymentCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.TargetableCommand


    public class PPCListTransactionsForPaymentCmdImpl
    extends com.ibm.commerce.command.DataBeanCommandImpl
    implements PPCListTransactionsForPaymentCmd
    This class is the implementation class of PPCListTransactionsForPaymentCmd.
    • This command populates the data for PPCListTransactionsForPaymentDataBean.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Locale getLocale()
      This method returns the locale from the command context.
      void performExecute()
      This method provides the main business logic of this command, which invokes the ServerJDBCHelperBean to get list of the transaction by a specified payment identifier.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from class com.ibm.commerce.command.DataBeanCommandImpl

        getDataBean, populateDataBeanCommand, setDataBean, setRequestProperties
      • Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand

        accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
      • Methods inherited from interface com.ibm.commerce.command.DataBeanCommand

        getDataBean, setDataBean, setRequestProperties
      • Methods inherited from interface com.ibm.commerce.command.TargetableECCommand

        execute
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
    • Field Detail

      • COPYRIGHT

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

      • PPCListTransactionsForPaymentCmdImpl

        public PPCListTransactionsForPaymentCmdImpl()
    • Method Detail

      • getLocale

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

        public void performExecute()
                            throws com.ibm.commerce.exception.ECException
        This method provides the main business logic of this command, which invokes the ServerJDBCHelperBean to get list of the transaction by a specified payment identifier.
        Specified by:
        performExecute in interface com.ibm.commerce.command.ECCommand
        Overrides:
        performExecute in class com.ibm.commerce.command.AbstractECTargetableCommand
        Throws:
        com.ibm.commerce.exception.ECException - In case of any ECException