com.ibm.commerce.order.facade.server.commands

Class ComposeUsablePaymentInformationCmdImpl

  • All Implemented Interfaces:
    ComposeOrderCmd, com.ibm.websphere.command.Command, java.io.Serializable


    public class ComposeUsablePaymentInformationCmdImpl
    extends AbstractComposeOrderCmdImpl
    implements ComposeOrderCmd
    This compose task command is called from GetOrderCmdImpl. It's used when access profile is set as IBM_UsablePaymentInfo, and populates the order BOD using OrderDataBean. The following information about the noun is included:
     
    • /Order/UsablePaymentInformation/PaymentMethod/PaymentMethodName
    • /Order/UsablePaymentInformation/PaymentTermConditionId
    • /Order/UsablePaymentInformation/PaymentMethod/Description
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • ComposeUsablePaymentInformationCmdImpl

        public ComposeUsablePaymentInformationCmdImpl()
    • Method Detail

      • execute

        public void execute()
                     throws com.ibm.websphere.command.CommandException
        This method executes the main logic of this command.
        Specified by:
        execute in interface com.ibm.websphere.command.Command
        Throws:
        com.ibm.websphere.command.CommandException
        See Also:
        Command.execute()