com.ibm.commerce.payment.config.commands

Class PaymentConfigMethodBeanCmdImpl

  • All Implemented Interfaces:
    DataBeanCommand, ECCommand, ECTargetableCommand, com.ibm.commerce.command.TargetableECCommand, PaymentConfigMethodBeanCmd, 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 PaymentConfigMethodBeanCmdImpl
    extends DataBeanCommandImpl
    implements PaymentConfigMethodBeanCmd
    This is the implementation class of the databean command PaymentConfigMethodBeanCmd.
    • This command populates the data for PaymentConfigMethodDataBean.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • PaymentConfigMethodBeanCmdImpl

        public PaymentConfigMethodBeanCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws ECException
        This method provides the main business logic execution. It gets the payment method name by the specified payment configuration ID and method type, and then sets them to the databean.
        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 error
      • getLocale

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