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

Class PPCListTransactionsForCreditCmdImpl

  • 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.PPCListTransactionsForCreditCmdImpl
  • All Implemented Interfaces:
    com.ibm.commerce.command.DataBeanCommand, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.ECTargetableCommand, com.ibm.commerce.command.TargetableECCommand, PPCListTransactionsForCreditCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.TargetableCommand


    public class PPCListTransactionsForCreditCmdImpl
    extends com.ibm.commerce.command.DataBeanCommandImpl
    implements PPCListTransactionsForCreditCmd
    This class is the implementation class of PPCListTransactionsForCreditCmd.
    • This command populates the data for PPCListTransactionsForCreditDataBean.
    • 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 transactions by a specified credit 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

      • PPCListTransactionsForCreditCmdImpl

        public PPCListTransactionsForCreditCmdImpl()
    • 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 transactions by a specified credit 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